That did the trick! I was able to keep the spaces in the field name, but did need to cast the field to a float in logstash for the metric to work.
Really loving how quickly valuable data hidden in the logs can be drawn out and visualized with logstash+elasticsearch+kibana. Props to y'all for making it happen. Thanks! -Dave On Wed, Feb 26, 2014 at 9:52 AM, Binh Ly <[email protected]> wrote: > When you add a Histogram panel, look in the setting Chart Value. There are > options for max and mean in there and then in the Value Field, you can > specify "scan duration" (or "connect duration") - I'm not 100% sure if the > spaces in your field name might fail but if it does, you'll probably need > to fix your LS config to output field names with no spaces. The only > limitation right now is you can't plot multiple time series stats (Chart > Value + Value Field) in 1 histogram at the moment. So you'll need to create > separate histograms per Chart Value + Value Field. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "elasticsearch" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/elasticsearch/mc7bmixJGe8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/80167728-cacd-4be1-829b-9fc2abb1ab3a%40googlegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAA%3DO8vL7m1CJ9GRrmnLyJOHmWKKNoFgQc2vp-0b6pBC8ZmdHXw%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
