OK, so in elasticsearch you have three documents, which means in logstash you will have three separate events. What ties them together? Is it originLogId?
Do you want a fourth document that contains the three strings in a single field?
If you want all three documents updated with that then I am unsure whether that can be done.
Also, "Identity merged" comes from the [service] field, not the [result] field. How should logstash know which field to look in? Should it just test both and use whichever one starts with Identity?
You are not answering my questions. These are separate events. What fields should be tested to determine whether two different events should be combined?
Are you able to do a search in kibaba/elasticsearch that pulls out that particular set of three documents, as opposed to some other set of three? If so, what is the search?
you can use any of these, if service field contains the multiple values then then you can use %{service} otherwise for single value you can hard-code that value.
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.