|
Hi, I am creating a custom view dashboard. In that I'm trying to utilize the same search to extract a single value and then modify that search slightly to put the rest of the results in a column chart. I would think that this would be fairly easy, but I'm missing something. I could just have two separate searches but that would be an inefficient use of resources. In the example below I try to create a child "HiddenSearch". I don't get any errors, but all I see in the view is "No Result Data" Any help would be appreciated.
|
|
You need to use the Update: The charts do not want data in
The name of the field and value don't matter. Where is this documented?
(03 Feb '10, 19:00)
pravusnex
Oh, that's interesting...it's not in the online docs. I'll file a bug on that. In general, you can see docs for the modules in your own Splunk instance by going to http://localhost:8000/modules though.
(03 Feb '10, 21:59)
gkanapathy ♦
Thank you for that. I see that documentation. It is only partially working for me though. The initial search works and then it appears that the HiddenPostProcess kind of works, but it seems to stumble. I'm trying to turn this into a column chart and the use of the |untable command doesn't reorient the table like it does in the search bar. Any suggestions for a different way to produce the same table is certainly welcome.
(04 Feb '10, 00:13)
pravusnex
I don't think that's right for what I am trying to do. My chart is a summation, not a chart over time. I have only been able to produce the chart I want by getting it in the following format.
1 Attempted 658 2 Failed 122 3 Succeeded 536 So, I'm still a little stuck in that area. When I run this from the search app it works great and the chart is exactly what I want. When I do it in the "view" it gets messed up.
(08 Feb '10, 20:13)
pravusnex
Well, my table got messed up in comment formatting. It's basically a table with headers status & count. Then row 1, 2, 3.
(08 Feb '10, 20:25)
pravusnex
Actually I kind of get what you are saying. I can make the chart if I use "Units" but how do I make the chart use that as my x-axis. It certainly isn't doing it in any way I can figure out.
(08 Feb '10, 20:43)
pravusnex
showing 5 of 6
show 1 more comments ▼
|
|
I'm leaving the full code for what I am trying to do now that I know "HiddenPostProcess" exists. The |untable command seems to not work.
|
