Icinga / icingaweb2-module-elasticsearch

This module will not be updated by Icinga anymore. Please don't attempt to use it.

Home Page:https://icinga.com/docs/elasticsearch/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[dev.icinga.com #11376] Timeperiod selector/filter

icinga-migration opened this issue · comments

This issue has been migrated from Redmine: https://dev.icinga.com/issues/11376

Created by mfrosch on 2016-03-14 13:51:56 +00:00

Assignee: mfrosch
Status: Assigned
Target Version: 1.0.0
Last Update: 2016-04-05 15:32:49 +00:00 (in Redmine)


Allow proper filtering by time, for check and gui.

This value should be adjustable by the user via a simple widget.

Updated by mfrosch on 2016-03-14 13:55:01 +00:00

  • Status changed from New to Assigned

Updated by mfriedrich on 2016-04-05 15:32:49 +00:00

  • Project changed from 71 to Elasticsearch
  • Target Version changed from 294 to 1.0.0

With the normal filter widget @timestamp is available, but it's not easily usable.

Bringing up errors like this:

Elasticsearch json error 400: {"root_cause":[{"type":"parse_exception","reason":"failed to parse date field [2017-06-14 10:45:00] with format [strict_date_optional_time||epoch_millis]"}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":0,"index":"logstash-2017.06.13","node":"BBj1Z5zESquKneMIBAZ6Ow","reason":{"type":"parse_exception","reason":"failed to parse date field [2017-06-14 10:45:00] with format [strict_date_optional_time||epoch_millis]","caused_by":{"type":"illegal_argument_exception","reason":"Unrecognized chars at the end of [2017-06-14 10:45:00]: [ 10:45:00]"}}}]}