Winlogbeat SSL

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"

  1. The distinguished name (DN) in the certificate must be mapped to the winlogbeat_writer and kibana_user roles in the role_mapping.yml configuration file on each node in the Elasticsearch cluster.

How do I do that?

Thanks in advance.

Take a look at step 7, PKI user authentication | Elasticsearch Guide [7.13] | Elastic.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.