Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
added timestamp info (#659)
Browse files Browse the repository at this point in the history
* added timestamp info
  • Loading branch information
jalogisch committed Jul 24, 2019
1 parent 0e40111 commit dee5d5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/queries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ It is also possible to combine unbounded range operators::

http_response_code:(>=400 AND <500)

It is possible make a **range query** on the date field. It is important that the selected period of time at the timepicker fits the range you want to search in. If you search in the last 5 minutes, but the searched time is a week in the past the query will not return anything. The dates needs to be UTC and the format needs to be like Graylog displays them.::

timestamp:["2019-07-23 09:53:08.175" TO "2019-07-23 09:53:08.575"]



Escaping
^^^^^^^^

Expand Down

0 comments on commit dee5d5d

Please sign in to comment.