[stackoverflow] [progress Openedge Abl] Kibana Create Multiple Charts Using Queries From List

Status
Not open for further replies.
S

sagibu

Guest
I'm trying to create multiple charts in kibana using values from a list in a query.

For example assume I have a list of cities that sends messages between them (to one or more other cities):

cities: [Moscow London Paris Munich]


Each city is sending messages to other cities, those messages can get to their destination or get lost.

for each city I have data of which messages it sent and which of them got to the destination, e.g:

London sent:
date, destination, received
15.2, [Moscow Paris], [Paris]
14.2, [Moscow Paris Munich], [Paris Munich]


Now I want to create the following charts - While "investigating" a specific city, i want to display message delivery success rate.

For example, while investigating London, i want these charts

percentage of succesfull deliveries from London to Paris as function of date
percentage of succesfull deliveries from London to Moscow as function of date


and so on, same for each other city

The graphs I'm expecting to see are something like this:



I'm using Kibana 4.2, is it possible doing?

Thanks

Continue reading...
 
Status
Not open for further replies.
Top