Hi ,
test.csv
devicetype
router
firewall
switch
indexed data:
name=router lograte=20
name=switch lograte=30
name=firewall lograte=40
i would like to plot the lograte per each name in timeseries . I would like to see 3 timeseries graphs based on the name
... View more
Instead, I wanna do as below
test.csv
devicetype
router
switch
firewall
sysproxy
webproxy
I would like to create a timeseries dashboard based on devicetype in different charts
router
GRAPH
Switch
GRAPH
Firewall
GRAPH
... View more
I would like to search
index=main type=router OR type=switch OR type=firewall OR type=sysproxy ..
Instead i wanna do as below
test.csv
devicetype
router
switch
firewall
sysproxy
webproxy
index=main |search [|inputlookup test.csv |feilds devicetype]
It does not return the output. Can you please help how to get the results.
... View more