Hi.
I would like to have the CN of the certificate that is used to connect from winlogbeat/filebeat to logstash as seperate field in logstash/elastic. Does anybody know if this is possible?
I cannot find this anywhere in the documentation.
Hi.
I would like to have the CN of the certificate that is used to connect from winlogbeat/filebeat to logstash as seperate field in logstash/elastic. Does anybody know if this is possible?
I cannot find this anywhere in the documentation.
Logstash adds the CN under the @metadata
. You'll need to add a filter to copy the value into the event given that @metadata
does not get written to Elasticsearch.
See Beats input plugin | Logstash Reference [8.3] | Elastic for a complete list of available fields.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.