[event.id] is a field with a dot in its name.
{ "event.id": 1 }
[event][id] is an object called [event] that contains an [id] field
{ "event": { "id": 1 } }
logstash uses a different syntax to the rest of the Elastic stack.
[event.id] is a field with a dot in its name.
{ "event.id": 1 }
[event][id] is an object called [event] that contains an [id] field
{ "event": { "id": 1 } }
logstash uses a different syntax to the rest of the Elastic stack.
© 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.