Zeeklogs Cerificate #1401
Unanswered
Naveen-kumar44
asked this question in
Q&A
Replies: 1 comment
-
Can someone respond to my query |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My top and kibana, elasticsearch are running on same GUI ip 192.168.211.129:64297 and cockpit on 64294. On same network I have ubuntu machine and need to push the logs using the zeeklogs integration . I have installed zeek and filebeat in ubuntu in the filebea.yml configuration what path I need to provide in ssl.ca to send the dash to the kibana dashboard, and where I can I get the cert
output.elasticsearch:
hosts: ["your-elasticsearch-url"]
username: "your-username"
password: "your-password"
ssl.ca: "/path/to/your/ca_certificate.pem"
Beta Was this translation helpful? Give feedback.
All reactions