...ombination of depth and magnitude similar to the table produced by
source="eqs7day-M2.5.txt" | contingency Depth Magnitude
If I read the chart reference page, the x axis is the first argument a...
...ndex=name |'data' | contingency group newgroup maxcols=5 maxrows=5 usetotal=false
I was hoping there would be some way to replace the maxcols=5 with a variable like col1=fielda col2=fieldb etc....
"daysago=5 | ctable host date_wday" produces a table with hosts on rows, dates on columns, and total message count in the cells, but takes a while as it must go through all the logs and count them. ...
Hi, I wonder whether someone may be able to help me please.
I've put together the query below.
index=main auditSource=frontend auditType=ExitSurvey | timechart span=1W count(eventId) by detail...
I have different host types (like SC, RC and etc) and its different version(18.1, 19, 19.1 and etc). I am trying to display host types in Y axis and respective Version in X axis. Tried using stats c...
I have a search that calculates latency in a full-mesh network, where each router has a direct connection to all of the other routers in the network. Latency is bidirectional, in other words latency ...
I have a table that looks like the following:
Endpoint ------- Application -------- Count
A ------------------ app1 ------------------ 1
A ------------------ app2 ------------------ 5
A -...
...ime (7 days).
Each log contains a value for devname , mem and cpu
Something like this:
I can do a stats count for ONE field, but wanted to incorporate both. Maybe need to use contingency...
I ran across the cofilter command and wanted to review some output results from it to see if it might be useful. It doesn't produce any results on my test data, so maybe I don't understand its pur...