Dashboards & Visualizations

"OTHER" being presented in a CHART function

strehb18
Path Finder

Hello,

I am having an issue with my data being changed from what exists. Is there potentially a field limit on dashboards? I am using a chart command by work_center and two of my work_center's are getting cut off and the information is being put under "OTHER".  

The line of code in subject is:

| chart values(measure) over statistic by work_center

Here is two pictures to prove things exist beyond 1CAP7. 

strehb18_0-1622143495797.png

strehb18_1-1622143517656.png

 

Labels (2)
Tags (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

It's not just a potential limit, but an actual limit.  The chart command, by default, shows 10 results.  Use the limit option to change that.  RTM at https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/Chart#Chart_options

| chart limit=0 values(measure) over statistic by work_center
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

It's not just a potential limit, but an actual limit.  The chart command, by default, shows 10 results.  Use the limit option to change that.  RTM at https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/Chart#Chart_options

| chart limit=0 values(measure) over statistic by work_center
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...