Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Document time_increment query parameter

...

[;<2nd_sort_field[:<2nd_order]]

to the query syntax.

Time Increment

It is possible to control the time increments shown in the main timeline and in the dashboard widgets. To do so, add time_increment:<value> to a query.

Here is the Bugzilla Project without a time_increment set:

Image Added

The same query, with time_increment:year

Image Added

Possible values are:

Code Block
languagetext
time_increment:minute
time_increment:hour
time_increment:day
time_increment:week
time_increment:month
time_increment:quarter
time_increment:year

This can also be combined with values for more flexibility. For example:

Code Block
languagetext
time_increment:12hours
time_increment:4days
time_increment:8weeks
time_increment:6months
time_increment:3year
Note

There is a performance impact when using a time increment that results in many individual increments. This impact is both in the user interface, where each increment needs to be drawn, as well as on the Elasticsearch level, where they need to be calculated. So use theĀ time_increment setting carefully.