Skip to content

Commit

Permalink
fix(wazuh-dashboard): command to import configuration from file
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao committed Mar 12, 2024
1 parent a135015 commit 5486111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/user-manual/wazuh-dashboard/config-file.rst
Expand Up @@ -53,7 +53,7 @@ Use the Wazuh dashboard API to setup the configuration:

.. code-block:: sh
curl -k -u <username>:<password> --form file='@<config_file>' -XPOST <address>/utils/configuration/import
curl -k -u <username>:<password> --form file='@<config_file>' -H 'xsrf:kibana' -XPOST <address>/utils/configuration/import
where:
- `username`: username
Expand Down

0 comments on commit 5486111

Please sign in to comment.