This section explains how to create dashboard elements.
Query builder
Time range
count
, the Against menu is enabled and it’s possible to select a historical time to compare the results of your time range too.
For example, to compare the last hour’s average response time to the same time yesterday, select 1 hr
in the time range menu, and then select -1D
from the Against menu:
Time range against menu
Time range against chart
field
to the group by
clause, the time range against values are attached to each events
.
Time range against chart
Visualizations menu
Visualizations demo
status == 200 AND (method == get OR method == head) AND (user-agent contains Mozilla or user-agent contains Webkit)
.
Filters are divided up by the field type they operate on, but some may apply to more than one field type.
Filters demo
==
!=
exists
not-exists
starts-with
not-starts-with
ends-with
not-ends-with
contains
not-contains
regexp
not-regexp
==
!=
exists
not-exists
>
>=
<
<=
==
!=
exists
not-exists
contains
not-contains
exists
not-exists
_time
is the timestamp of the event. If the data you ingest doesn’t have a _time
field, Axiom assigns the time of the data ingest to the events._sysTime
is the time when you ingested the data._time
and _sysTime
interchangeably. The difference between them can be useful if you experience clock skews on your event-producing systems.
Group by