Hello - I'm performing my first secure install of elastic stack. Everything is going well. I'm at the last leg of the race, ingesting data from Winlogbeat. I created a winlogbeat_writer role, assigned it to a winlogbeat_user etc. Then I hit a snag. I don't know how to do the following:
ssl.certificate: "/etc/pki/client/cert.pem" -1
ssl.key: "/etc/pki/client/cert.key"
- The distinguished name (DN) in the certificate must be mapped to the
winlogbeat_writer
andkibana_user
roles in therole_mapping.yml
configuration file on each node in the Elasticsearch cluster.
How do I do that?
Thanks in advance.