Groups
Groups
Sign in
Groups
Groups
Wazuh | Mailing List
Conversations
About
Send feedback
Help
Check alerts index Pattern, no template found
50 views
Skip to first unread message
Ethan Sprague
unread,
Mar 11, 2022, 1:29:13 PM
3/11/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh mailing list
Hello, I'm running into an issue on the dashboard where I am receiving the following error:
on the troubleshooting guide -
https://documentation.wazuh.com/current/user-manual/kibana-app/troubleshooting.html
it shows this as a typical issue.. However when running this command I receive the following:
curl
https://raw.githubusercontent.com/wazuh/wazuh/v4.2.5/extensions/elasticsearch/7.x/wazuh-template.json
| curl -X PUT "
https://localhost:9200/_template/wazuh
" -H 'Content-Type: application/json' -d @- -u <elasticsearch_user>:<elasticsearch_password> -k
I think this may be an issue on the template communicating with Kibana, or lack of a template.. any ideas on what to do next?
Thank you,
Ethan
Sandra Ocando
unread,
Mar 14, 2022, 4:27:42 AM
3/14/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh mailing list
Hello Ethan,
You need to replace <elasticsearch_user>:<elasticsearch_password> in the command with your username and password, for example:
curl
https://raw.githubusercontent.com/wazuh/wazuh/v4.2.5/extensions/elasticsearch/7.x/wazuh-template.json
| curl -X PUT "
https://localhost:9200/_template/wazuh
" -H 'Content-Type: application/json' -d @- -u admin:admin -k
Let us know if you have any questions.
Best regards,
Sandra.
Reply all
Reply to author
Forward
0 new messages