Hi there. I just started using VegaLite in Vega plugin in Kibana. However, I get an empty result instead of vizualisation. I am using "logstash-*" created by Makelogs. I want to have daily log counts in a line graph. Inserting VegaLite query below:
Emil, you mistyped property as properties. In order to discover this, I used browser's developer console (F12 on Windows), and tried to examine the data source. Vega-Lite automatically creates one called source_0:
VEGA_DEBUG.view.data('source_0')
For some reason, I only saw a single row of data, and that data did not contain the expected fields, so I looked at the property to see if it was extracting the right sub-field from the request, and noticed it there.
In general, you can verify that data is returning correctly either by trying the request in the Kibana Dev Tools tab, or via the browser's developer tools - network tab (browser will make _search requests to the server, and you can examine the data).
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.