I want to be able to display, per process name, the associated rate. x-axis is term, y-axis is the actual value corresponding to that term. It looks like aggregation is the only visualization that is supported. This sucks. Am I able to work around this somehow?
I have tried many mappings in order to work around this, but none worked. default mappings are
{EID : [{ "sId" : { "type" : "text" }, "process" : { "type" : "text"} }] }
That said, I did create an alternative version that was suggested through the explicit mapping page,
{EID : { "type" : "nested" } }. Both didn't work
I think kibana would be very helpful for lay-users if it supported a form of optional non-aggregate visualization, because then dashboards can be created on the fly on a per usecase demand
This is the lookup for the associated integers used in the sum buckets. {EID : [{ "process" : "text", "howfast" : "integer" }] } OR it could be {EID: { "processName" : "number" } } and then for each process name, it could have its own number. I think that is similar to the suggestion in the link you provided. I could hypothetically smash the two json together and then see if the objects sharing the "sId" parameter would be a way of associating them. I will give that a shot and let you know how it goes.
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.