Hi, this is something I have already found in several discussions here and in other places, but I would like to ask for your advice because I'm still not sure about which is the best solution.
I have data coming from a CSV formatted as follows:
timestamp;id;value
And I would like to create Visualizations based on other parameters which are present in another CSV which correlates id with other parameters.
For example, apparently on Kibana I can't configure a stacked-bar visualization based on timestamp and values from one index differentiating the stacks for another parameter which is cointained in another index.
I see from other questions that one solution could be to add this information when parsing the CSV with Logstash using the Elasticsearch plugin.
I'm wondering if there are other (easier) options.
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.