I created visualizations on fly through curl. However, it does not display data.
I have created visualizations by doing as follows
Exporting an already built visualization in JSON
Modifying the index_name and field names of JSON
Importing back the visualization
The visualizations are created in Kibana, they have the same visualization name and refer the index pattern and fields I want. However it does not display any data (graphs)
Can anyone explain what is the problem with the way I am doing ?
Problem might be caused by different time zone on ES server and machine producing the data. Can you please check the timestamp for the period of time the data is in ?
I have checked the timeframe and timezone it seems correct. The visualization shows data if I create manually. However, once I try to export in JSON and change the index name and some fields of that index and import the edited JSON new visualizations do get created but does not show data.
Can you please provide a sample of your data what you have indexed via your JSON, and also the exact steps you have undertaken . Do logs convey anything ? Screenshots would help too.
Yes, the security was enabled. However, the problem was the variable name I created to replace data from JSON was overlapping with filter query and hence the filter query got modified. Thank you for your help
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.