<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Delay during log ingestion from Azure in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/398713#M71079</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thank you for suggestion, checked limits.conf and it was already set to 0. Could it be related to usage of REST? Haven't found a single issue like this in Splunk answers related to log injection via Splunk add-on for Microsoft Cloud Services. &lt;BR /&gt;
I'm considering to switch from REST to direct integration of Splunk and Azure via App but not sure if it will solve the problem.&lt;/P&gt;

&lt;P&gt;Have a great weekend&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2019 17:13:42 GMT</pubDate>
    <dc:creator>antnovo</dc:creator>
    <dc:date>2019-03-01T17:13:42Z</dc:date>
    <item>
      <title>Delay during log ingestion from Azure</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/398711#M71077</link>
      <description>&lt;P&gt;Hello, have a question regarding log ingestion from Azure. At the moment, im using REST API to onboard logs to the on premise Heavy Forwarder which sends data to indexes located on splunkcloud. &lt;/P&gt;

&lt;P&gt;For some reason there's a huge delay between event indexing and event creation time, still receiving logs that are 3 months old and new logs are getting delayed. What can be a reason for such a delay? Is it a normal behavior during Azure and Splunk integration? &lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 21:11:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/398711#M71077</guid>
      <dc:creator>antnovo</dc:creator>
      <dc:date>2019-02-26T21:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Delay during log ingestion from Azure</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/398712#M71078</link>
      <description>&lt;P&gt;@antnovo I would check the throughput restriction Splunk has by default. It throttles how much data splunk can send to 256kbps. This is done in limits.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[thruput]
# setting this to 0 means makes it unlimited (be careful as a single forwarder can overwhelm an indexer)
maxKBps = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Feb 2019 19:04:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/398712#M71078</guid>
      <dc:creator>integratorz</dc:creator>
      <dc:date>2019-02-28T19:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Delay during log ingestion from Azure</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/398713#M71079</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thank you for suggestion, checked limits.conf and it was already set to 0. Could it be related to usage of REST? Haven't found a single issue like this in Splunk answers related to log injection via Splunk add-on for Microsoft Cloud Services. &lt;BR /&gt;
I'm considering to switch from REST to direct integration of Splunk and Azure via App but not sure if it will solve the problem.&lt;/P&gt;

&lt;P&gt;Have a great weekend&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 17:13:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/398713#M71079</guid>
      <dc:creator>antnovo</dc:creator>
      <dc:date>2019-03-01T17:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delay during log ingestion from Azure</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/398714#M71080</link>
      <description>&lt;P&gt;What is the interval you a querying the API at?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 17:29:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/398714#M71080</guid>
      <dc:creator>integratorz</dc:creator>
      <dc:date>2019-03-01T17:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Delay during log ingestion from Azure</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/398715#M71081</link>
      <description>&lt;P&gt;Hi, i was querying the API at 1h interval, changed it this morning to 5 minutes.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 10:18:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/398715#M71081</guid>
      <dc:creator>antnovo</dc:creator>
      <dc:date>2019-03-06T10:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Delay during log ingestion from Azure</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/746236#M118601</link>
      <description>&lt;P&gt;I know this thread is old, but this information may still help.&lt;/P&gt;&lt;P&gt;As specified in Microsoft Learn portal, "Microsoft doesn't guarantee a specific time after an event occurs for the corresponding audit record to be returned in the results of an audit log search. For core services (such as Exchange, SharePoint, OneDrive, and Teams), audit record availability is typically 60 to 90 minutes after an event occurs. For other services, audit record availability might be longer. However, some issues that are unavoidable (such as a server outage) might occur outside of the audit service that delays the availability of audit records. For this reason, Microsoft doesn't commit to a specific time."&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 10:14:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/746236#M118601</guid>
      <dc:creator>Fulvio</dc:creator>
      <dc:date>2025-05-15T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Delay during log ingestion from Azure</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/746237#M118602</link>
      <description>This same information has said some other places in MS documentation too. Basically (almost) all logs have some delays when you try to get those via Azure own functionality. But if you install UF then you get those immediately.</description>
      <pubDate>Thu, 15 May 2025 10:23:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Delay-during-log-ingestion-from-Azure/m-p/746237#M118602</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-05-15T10:23:22Z</dc:date>
    </item>
  </channel>
</rss>

