Hello, i'm new user and i use kibana (v 7.14.2).
I am trying to combine data from differents index in the another index or view.
Please, it is possible?
For exemple,
First index :
{
"_index":" index-1",
"_source": {
"job_id": "A",
"toto": "toto_value",
"workflow_id" : "300"
}
Second index :
{
"_index":" index-2",
"_source": {
"workflow_id" : "300",
"status": "completed",
"information": "blalba"
}
Thanks you for your message. Unfortunately i don't have the possiblity to change the dataset. I'm not responsable for indexing, i can just use the data.
I thought it was possible to have a table view with differents index.
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.