Skip to content

Auditbeat #5091

Locked Answered by strf0x1
strf0x1 asked this question in General
Aug 6, 2021 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Alright got some free time today and hacked together a solution for the time being. Would love some feedback from anybody if you think there is a better way to do it.

First install auditbeat on a linux node that can reach the elasticsearch endpoint at port 9200. Configure auditbeat to output to ElasticSearch (and if you want dashboards, also configure Kibana in a similar manner):

output.elasticsearch:
  # Array of hosts to connect to.
  hosts: ["your_elasticsearch_ip:9200"]

  # Protocol - either `http` (default) or `https`.
  protocol: "https"
  ssl.verification_mode: none

Start Auditbeat up, and this will create index templates, ILM, alias etc. in ElasticSearch. You can confirm this wo…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@strf0x1
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by strf0x1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants