Hi,
In my scenario , i have two applications(i.e.A,B) both will push documents to ES .Normally in the slowlogs we can able to get the
[2016-03-23 06:43:47,231][DEBUG][index.search.slowlog.fetch] took[5.8ms], took_millis[5], types[talk], stats[], search_type[QUERY_THEN_FETCH], total_shards[5], source[{"query":{"match":{"tags":"Java"}}}], extra_source[]
Suppose if i had enabled the _meta field in ES , is it possible to reflect the field in slowlogs like this?
[2016-03-23 06:43:47,231][DEBUG]
[Application][index.search.slowlog.fetch] took[5.8ms], took_millis[5], types[talk], stats[], search_type[QUERY_THEN_FETCH], total_shards[5], source[{"query":{"match":{"tags":"Java"}}}], extra_source[]
I want to know whether the document pushed from application A or B? Is it possible in ES?
I went to the documentation of _meta field but didnt get clear info on that , if possible please put some light on that?
Doc also says that this field is not used by Elasticsearch. What does this stmt mean , means I can't able to do perform any operations on this field?
Thanks