I am making a trend chart of specific data set. What I am looking for is (generic example) index=nessus | eval Month=strftime(firstSeen,"%b") | chart count by severity Month
So the end r...
...ncountered: 1. As you can see in the line below `| eval PERCENTAGE = round(PERCENTAGE, 1)` I've rounded the data. However, with data such as 7 and 10, ".0" gets dropped off for some reason. Our c...
..., how can I reduce number of points on chart? for example in 1 minute over 100 “duration” points exist , I want to create 1 point each minutes and show average of that 100 point on single point per m...
Hello splunk community. I have a search query which i am using to report the daily api stats. I have a requirement where i want to send the result of below query (which is a chart table) into slack....
Hello Team, I have a bar graph representing data, When I keep the timechart span=15m and run the search for 1h The value for the last 15 mins is showing high and after sometime if I run the same s...
...ield names.)
We are trying to create a dashboard containing pie charts like this:
For each CollectionName, create a pie chart labeled with "CollectionName" that contains the value of field "C...
...bsp;
This works for the pie chart of payment method. I tried:
data=headers OR data=resolutions resolution_name="ACM Chargeback Received - Fraud"
| top payment_method
&n...
...orks, I can see the data.
The next requirement is to plot the data in a graph, a line for each firewall, and schedule a daily execution. To do this I define a data model where I set a root search, t...
...etric 😞
ie. those additional fields should only be plotted once, not for each interface (aka metric).
2/ Following on from above, I actually want to chart multiple switches with multiple interfaces, h...