Hello - I am trying to rename column produced using xyseries for splunk dashboard. Can I do that or do I need to update our raw splunk log? The log event details=
d...
Trying to do a cross-reference multi-search that gathers specific result counts for two outputs (column1 & column2). Each search ends with a stats count and xyseries, combined to generate a...
Hello!
I am currently trying to dynamically select columns in my output that are generated by an xyseries.
I am comparing the difference in columns over a period of times, and I am running my y...
...or example there are 5 jobs that run, and maybe 5 sub-jobs. If I run my stats and chart using:
stats sum(subJobRunTime) as totalRunTime by Job Date |
xyseries Date, Job, totalRunTime
&n...
Hello, I have a table from a xyseries. Each row consists of different strings of colors. I would like to pick one row from the xyseries, save it in some sort of token and then use it later in an s...
Hi, I have a situation where I need to split my stats table. I have tried to use transpose and xyseries but not getting it. HAs someone had the same situation? Pls guide. Thanks!!! What I h...
Hi I have spl command like this: | rex "duration\[(?<duration>\d+)\].*?method:\s(?<method>[^\s]+)" | xyseries _time method duration it will produce lots of point on c...
...019"
| xyseries Topic Time value
When I do this xyseries will remove the linebreak from field Topic but won't do the same for value. I wanted that both fields keep the line break.
Thanks!
Are there any differences between the following queries other than my observation (below):
xyseries Foo Bar Value
chart latest(Value) over Foo by Bar
I have noticed that chart last(V...