<?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: Modular inputs for Microsoft cloud services Add-on fill up the disk space??? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475931#M58493</link>
    <description>&lt;P&gt;Okay to me that sounds like a bug in the &lt;CODE&gt;mscs_checkpointer.py&lt;/CODE&gt; script, because you should only have the latest checkpoint in that file and not a list of checkpoints. Haven't checked very deeply but it sounds like it does an append instead of a replace in the checkpoint file.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 01:58:17 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2019-11-07T01:58:17Z</dc:date>
    <item>
      <title>Modular inputs for Microsoft cloud services Add-on fill up the disk space???</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475926#M58488</link>
      <description>&lt;P&gt;I am using Microsoft Cloud services Add-on to ingest the logs from Azure storage account. The modular inputs for the app does not have clean up mechanism, filling up the disk space and causing service interruptions.  Are others using this app see the same issue? Do you have a batch jobs to clean up the files? &lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 22:59:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475926#M58488</guid>
      <dc:creator>captcha</dc:creator>
      <dc:date>2019-11-05T22:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Modular inputs for Microsoft cloud services Add-on fill up the disk space???</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475927#M58489</link>
      <description>&lt;P&gt;Hi captcha,&lt;/P&gt;

&lt;P&gt;you can create a &lt;CODE&gt;$SPLUNK_HOME/etc/log-local.cfg&lt;/CODE&gt; and add a log rotation configuration for that log file. Use the &lt;CODE&gt;$SPLUNK_HOME/etc/log.cfg&lt;/CODE&gt; file as example. Find some basic information about the log management process here &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/WhatSplunklogsaboutitself#The_log_management_process"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/WhatSplunklogsaboutitself#The_log_management_process&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;Hope that helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 01:04:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475927#M58489</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-11-06T01:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modular inputs for Microsoft cloud services Add-on fill up the disk space???</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475928#M58490</link>
      <description>&lt;P&gt;In the &lt;CODE&gt;log.cfg&lt;/CODE&gt; search for the &lt;CODE&gt;appender.xyz.maxFileSize&lt;/CODE&gt; or &lt;CODE&gt;appender.xyz.maxBackupIndex&lt;/CODE&gt; options for some examples.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 01:07:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475928#M58490</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-11-06T01:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Modular inputs for Microsoft cloud services Add-on fill up the disk space???</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475929#M58491</link>
      <description>&lt;P&gt;I think Captcha is facing issue of Disk space because of files that is created from modular inputs and not the log files of modular input. Captcha can you please confirm?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 04:59:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475929#M58491</guid>
      <dc:creator>hkubavat_splunk</dc:creator>
      <dc:date>2019-11-06T04:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Modular inputs for Microsoft cloud services Add-on fill up the disk space???</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475930#M58492</link>
      <description>&lt;P&gt;Hello MuS and hkubavat, &lt;/P&gt;

&lt;P&gt;I think I did not state my questions correctly. Looks like the modular inputs creates a checkpoint file, this file grows really big causing some disk space issues. Deleting these checkpoint files will initiate reindexing of the logs. Any suggestions on how to deal with this issue?  &lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 18:09:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475930#M58492</guid>
      <dc:creator>captcha</dc:creator>
      <dc:date>2019-11-06T18:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Modular inputs for Microsoft cloud services Add-on fill up the disk space???</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475931#M58493</link>
      <description>&lt;P&gt;Okay to me that sounds like a bug in the &lt;CODE&gt;mscs_checkpointer.py&lt;/CODE&gt; script, because you should only have the latest checkpoint in that file and not a list of checkpoints. Haven't checked very deeply but it sounds like it does an append instead of a replace in the checkpoint file.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 01:58:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475931#M58493</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-11-07T01:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Modular inputs for Microsoft cloud services Add-on fill up the disk space???</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475932#M58494</link>
      <description>&lt;P&gt;There is a limitation in API of azure where you cannot filter the logs as because of that you have to check all the files. In MSCS for one blob, there is one checkpoint file. So my question to Captcha is you are facing an issue is because of disk space or IO Read/write operation? It may be a case your CPU usage is normal though your system is slow.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 05:05:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/475932#M58494</guid>
      <dc:creator>hkubavat_splunk</dc:creator>
      <dc:date>2019-11-07T05:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Modular inputs for Microsoft cloud services Add-on fill up the disk space???</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/589688#M76372</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm facing the same issue. This folder (splunk/var/lib/splunk/modinputs/mscs_storage_blob) keeps growing with checkpoint files, especially on few storage account folders. Each file referencing the name of the storage account file that Splunk ingest.&lt;/P&gt;&lt;P&gt;I guess that it check all the files to compare with the files on the storage account (explaining performance issue) trying to find a new file to ingest.&lt;/P&gt;&lt;P&gt;Did you find a way to solve this issue ?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 12:31:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/589688#M76372</guid>
      <dc:creator>francoisternois</dc:creator>
      <dc:date>2022-03-18T12:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Modular inputs for Microsoft cloud services Add-on fill up the disk space???</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/683231#M80439</link>
      <description>&lt;P&gt;Did you ever resolve this issue?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 11:02:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Modular-inputs-for-Microsoft-cloud-services-Add-on-fill-up-the/m-p/683231#M80439</guid>
      <dc:creator>Rhidian</dc:creator>
      <dc:date>2024-04-04T11:02:25Z</dc:date>
    </item>
  </channel>
</rss>

