Hi, want to ask,
how to configure to interate with my existing ELK with SSL and username password with BugHound ?
example the script input on filebeat.yml or auditbeat.yml
output.elasticsearch:
hosts: ["https://localhost:9200"]
ssl.certificate_authorities: ["xx.crt"]
username: "elastic"
password: "password"
Thanks
Hi, want to ask,
how to configure to interate with my existing ELK with SSL and username password with BugHound ?
example the script input on filebeat.yml or auditbeat.yml
Thanks