Hello, I have inserted more than 300.000 data line in ElasticSearch,
This is an example of my data:
I would like to show my data in line chart, here is my chart
How can I show all these columns(300.000 line) without using aggregation (Max, min, count, ...)
Is it possible ?
Thanks in advance.
MatthD
(Mathias D)
November 20, 2017, 10:40am
2
+1 I would like just to show a field in my dashboard, without aggregation. I do not know how to do it..
rashmi
(kulkarni)
November 20, 2017, 6:13pm
3
I don't think this is possible without aggregation. I found a similar q on discuss - the user describes how he did it. Hope it helps, else plz ask again.
ELK experts, I'm desperately need your help. I've spend hours and days on
this simple thing but still can't figure it out.
My settings are Elasticsearch 1.4.4 and Kibana 4.0.1. My program feeds data
into ElasticSearch. The data contain a timestamp and a value. I want to
create a bar chart, with the timestamp as X-axis and the value as Y-axis,
directly. No aggregation. How can I make it? Appreciate any hints. Thanks.
--
You received this message because you are subscribed to the Google Gro…
Hi ,
I have a data that is indexed in elasticSearch which is taken from log file through logstash.
My log file has certain data, like the various steps in a batch process with the associated time taken for each step of the batch process.
For Ex (in the log files) :
Step : Some Step 1 timeTaken: 1000 secs
Step : Some Step 2 timeTaken: 2000 secs
Step : Some Step 3 timeTaken: 3000 secs
I would like to visualize the above data in Kibana either using Line Chart or Pie Chart or Vertical Char…
They may give u better idea.
Thanks
Rashmi
system
(system)
Closed
December 18, 2017, 6:13pm
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.