I have different indices ( a1, a2, a3, a4...a30) with index pattern as a* .
They have different fields like CREATED, created, Create_date, Create_time
I cant keep seperate column names CREATED, created, Create_date, Create_time as seperate term names(seperate columns) in kibana.
So is there a way so that all field names are displayed dynamically instead of me setting term names in kibana visualization?
Ok, where in kibana visualization? kibana has a lot of visualization. As you said "columns", is it Discover? or Dashboard>Lens>Table, Dashboard>Aggregation based>Data table, or Canvas>Data table?
If you are saying about Discover, what is the setting of " Default columns" in Stack Management>Advanced Settings.
There should be no way to automatically add fields to Data Table (possibly because how to aggregate the new field is not obvious), but if you inform the detail and purpose of the aggregation for the data table, there might be a workaround in some cases.
@Sandeep_Raju I wonder why the column names keep changing? Maybe this should be fixed at ingest time by adding a standard column with a canonical name based on whatever source data has?
Let's say i have data coming from 5 different banks each having their own field names...and under them they have many clients having 5 different field names which are new.Like this new field names will be coming.It will be difficult for me to set field names again and again.
So i was looking to display column names dynamically without specifiying them...
SO i was looking in some way we can achieve this by logstash or setting or something...
the closest i got was by using document table in enhanced table plugin using _source as field , but it displays as a dump not as columns.
Requirement is to show a detailed table of all the field data present in a document.
Yes, I was thinking of saved search, but it shows a JSON file format.
I want to display dynamic data with columns without selecting it everytime.
I want to show in table format with columns.
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.