hi
you can integrate different graphs in a single panel by using grp1, grp2....etc but you need to edit this in advanced XML mode
so, when you define your module, just do it like this:
....
...
....
....
If your 3 searches have some things in common you can always do postprocessing as well, in order to have the graphs loaded faster
hi
you can integrate different graphs in a single panel by using grp1, grp2....etc but you need to edit this in advanced XML mode
so, when you define your module, just do it like this:
....
...
....
....
If your 3 searches have some things in common you can always do postprocessing as well, in order to have the graphs loaded faster
Yes, this is only possible with advanced XML. You need to play with the tags, the size, position, etc
Sometimes you can use two modules with the same panel_rowX_colY without the grp and they will be layed out the way you want. Have a play and maybe install the Splunk Dashboards Examples app , that is always very useful
I used this and it put them in groups side by side.
How do I get this staked one on top of the other???
Thanks is this feature only available in advanced xml?
if you have a simple XML, first you need to convert it to advanced XML. Go to the address bar in your browser and at the end of the line add this ?showsource=true
Click enter and at the end of the page you will see all the advanced XML code, copy and paste that into your view file and then start tweaking