Hello, I wanna add a unique id identifier per file log in logstash. Thank you
I'd use the java_uuid filter for this.
filter {
java_uuid {
target => "id"
}
}
Thank you for your help
Hello, I wanna add a unique id identifier per file log in logstash. Thank you
I'd use the java_uuid filter for this.
filter {
java_uuid {
target => "id"
}
}
Thank you for your help
© 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.