All Apps and Add-ons

Splunk Add-on for Microsoft Azure: Is it possible to pull more than 1000 rows?

kmanson
Path Finder

Is it possible to pull more than 1000 rows? I see in your code you have it limited to 1000 per request. This is a problem if you are attempting to use the app to pull event logs from Azure as you could easily exceed this volume even at short polling intervals.

0 Karma
1 Solution

jconger
Splunk Employee
Splunk Employee

The 1000 limit is a limitation of the Azure API. See the remarks section here -> https://msdn.microsoft.com/en-us/library/azure/dd179421.aspx

That being said, there is some work being done to lazily follow continuation tokens in the code instead of waiting on the next polling interval. It doesn't get rid of the 1000 entity limit, but it does automatically continue getting entities in each poll if there are more than 1000 instead of waiting on the next poll.

View solution in original post

jconger
Splunk Employee
Splunk Employee

The 1000 limit is a limitation of the Azure API. See the remarks section here -> https://msdn.microsoft.com/en-us/library/azure/dd179421.aspx

That being said, there is some work being done to lazily follow continuation tokens in the code instead of waiting on the next polling interval. It doesn't get rid of the 1000 entity limit, but it does automatically continue getting entities in each poll if there are more than 1000 instead of waiting on the next poll.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Agent Mode Engaged! Enchaining Agentic Operations with Splunk AI Assistant 2.0

    Are you ready to transform how your team handles complex data requests? We invite you to our upcoming ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...