0

Our application exposes various metrics through an MBean, these are pulled by logstash and saved to ElasticSearch. Typical metrics are "number_of_connected_users", connection status for external dependencies etc. I'd like to visualize this, but I can't see that Kibana supports displaying only the last query result, discarding the older ones.

I figure I need to either 1) Limit a query to return only one result and then visualize it, or 2) Have the query return multiple results and selecting the last one in a visualization. Anyone done this?

gogstad
  • 3,607
  • 1
  • 29
  • 32

1 Answers1

0

[ Deleted old answer as your question makes more sense today! ]

Sadly, kibana doesn't support the idea of a "latest" record.

Here's their issue for it.

Alain Collins
  • 16,268
  • 2
  • 32
  • 55