Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 742 Bytes

File metadata and controls

18 lines (12 loc) · 742 Bytes

Dev tools

The Dev tools tab provides an user interface to interact with the Wazuh API. You can use it to send requests and get a response. This tab uses your currently selected API from kibana_settings. The interface is split into two panes: editor pane and response pane.

../../../images/kibana-app/features/dev-tools/dev-tools.png

On the editor pane, you can type API requests in several ways:

  • Using in-line parameters, just like in a browser.
  • Using JSON-formatted parameters.
  • Combining both in-line and JSON-formatted parameters (the in-line parameter has precedence over the JSON-formatted one).