I have hundreds of values that I want to create a heat map for using the trellis layout, but only two rows with ten values each are displayed. I know I can use the "Next" link to see the remaining but there are over 25 pages for me to click through and I want everything on the same page.
Is there a way to display more than 20 charts using trellis layout, so I can have everything on the same page?
The documentation makes no mention of any limits, and I want to create a custom visualization but using trellis documentation that mentions the limit would make it easier.
There is now a JIRA on this ( SPL-176965
). Supposedly all this will be fixed in the Dashboards (Beta)
app first, when they roll trellis
into it:
https://splunkbase.splunk.com/app/4710/
Hi @I868162
Please add limit=0 to your chart query, & also do useother=f usenull=f if needed.
Thanks
Hi @PowerPacked
Thank you for responding. I tried this and it returned the same result as before (where each page only shows 20 results)
My query said:
| chart sum(HealthT) by Realm limit=0 useother=f usenull=f
| sort sum(HealthT),Realm
https://answers.splunk.com/answers/529004/is-there-a-way-to-display-more-than-20-charts-at-a.html reveals the same issue I'm facing.
same issue for me i have 3 panels with 22 servernames each that i want to have per 1 page.. splunk should expand the trelis and single value visualization options like add pages per view.. please let me know if there is an XML option in the panel or html code to increase the default 20 units per page
I think that the official answer is that trellis support only 20 instance.
There is at least one post which could help you (I haven't tested it). You can try this https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-way-to-display-more-than-20-cha... and please report if it works as you need!
Hey @I868162 - did you find a way to add more than 20 per page in the end?
I have the same issue. Shows 20 instead of 22 I have. Two are on the next page.