Is there a way to glean additional information on what generated a document in elasticsearch? I'm working with an inherited reporting architecture and found some visualizations that are using an index pattern I'm not familiar with. It references documents that are not part of our typical logstash flow. They appear to be updated daily with summaries/totals but I haven't been able to figure out what job/system creates them.
Is there any _search option I can perform in the dev tools for an index or specific document that might provide insight into what entity updated a document?
Are there any likely sources for daily jobs that exist somewhere in Kibana and are creating these summary documents? I looked at Watcher (one system I have worked with before) but it's not coming from there.
I appreciate any guidance or advice on investigating this further.
Sure, I'm not sure what information would be most useful. Here is an example doc from the dev tools retrieved by calling GET index-name/_doc/QmRXULjl4SJCFBIfE7QWGXNJ7H4AAAAA.
Nothing jumps out in the settings for the index that's why I was wondering if there was a GET command I might be able to run for additional context or a source/origin on specific documents. I'm familiar with all of the logstash generated indices but this seems to exist somewhere outside of that flow.
Please let me know if there is a better command to run to get you more information on the specific index.
Damn, I was hoping you were ingesting with one of our products as that usually stores something useful
In that case there's nothing natively enabled in the stack to do this. You can look at things like audit logging, or maybe adding in a "source" field via whatever code you are indexing these from.
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.