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.

Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...