Reporting

What does the "LIMIT" operator in Pivot do?

rjthibod
Champion

The documentation for Pivot has included a "LIMIT" operator for quite some time, yet there is no explanation of what it does or how to use it. I have not yet seen any examples that use it either. Can someone shed some light on this?

Here is the snippet of documentation from the Pivot Knowledgebase page. This is all. There is nothing else mentioned.

Descriptions for limit elements
   Limit <limit expression>
       Syntax: LIMIT <fieldname> BY <limittype> <number> <stats-function>(<fieldname>)
       Description:
Tags (1)
0 Karma
1 Solution

lstewart_splunk
Splunk Employee
Splunk Employee

Hello rjthibod

Thank you for pointing out this missing information. I've updated the documentation as well. Hope this helps!

Limit limit expression
Syntax: LIMIT fieldname BY limittype number stats-function(fieldname)

Description: Use to limit the number of elements in the pivot. The limittype argument specifies where to place the limit. The valid values are top or bottom. The number argument must be a positive integer. You can use any stats function, such as min, max, avg, and sum.

Example: LIMIT foo BY TOP 10 avg(bar)

View solution in original post

lstewart_splunk
Splunk Employee
Splunk Employee

Hello rjthibod

Thank you for pointing out this missing information. I've updated the documentation as well. Hope this helps!

Limit limit expression
Syntax: LIMIT fieldname BY limittype number stats-function(fieldname)

Description: Use to limit the number of elements in the pivot. The limittype argument specifies where to place the limit. The valid values are top or bottom. The number argument must be a positive integer. You can use any stats function, such as min, max, avg, and sum.

Example: LIMIT foo BY TOP 10 avg(bar)

rjthibod
Champion

Thank you very much.

0 Karma
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...