When I try to change the panel to Chart Value = Total and Value Field = bytes I am getting the following error:
Code: Select all
Oops! SearchParseException[[logstash-2015.07.23][2]: from[-1],size[-1]: Parse Failure [Failed to parse source [{"facets":{"0":{"date_histogram":{"key_field":"@timestamp","value_field":"bytes","interval":"10m"},"global":true,"facet_filter":{"fquery":{"query":{"filtered":{"query":{"query_string":{"query":"*"}},"filter":{"bool":{"must":[{"range":{"@timestamp":{"from":1437671318008,"to":1437757718008}}}]}}}}}}}},"size":0}]]]
Currently I am capturing logs from 60 Windows servers. Any ideas? Or, as in the demo, is this type of search only limited to Apache logs?