<?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: Daily Scheduled Data Integrity Workaround in Security</title>
    <link>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318439#M12490</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I wanted to mean slice by volume. We can do it per slice (size) but we need to do it per day. I just want to make sure that is there any workaround to get hash of the daily indexed data. We have a system integration for data integrity regulations and need to provide hash of the indexed data per day. &lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
Cem&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2017 12:56:05 GMT</pubDate>
    <dc:creator>cemiam</dc:creator>
    <dc:date>2017-07-18T12:56:05Z</dc:date>
    <item>
      <title>Daily Scheduled Data Integrity Workaround</title>
      <link>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318437#M12488</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am looking for an alternative workaround for computing hashes for buckets. It is saying it can be computed for a specific data volume but I am not able to find a way to do this for daily scheduled way. Is there any way to do this?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.2/Security/Dataintegritycontrol"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.2/Security/Dataintegritycontrol&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
Cem&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 10:50:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318437#M12488</guid>
      <dc:creator>cemiam</dc:creator>
      <dc:date>2017-07-18T10:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Scheduled Data Integrity Workaround</title>
      <link>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318438#M12489</link>
      <description>&lt;P&gt;hello there,&lt;BR /&gt;
the documents imply that the hashes are enabled (and created) on an index level, e.g. per index (name) not per volume. &lt;BR /&gt;
it also implies that the hashes are computed per slice (size) of data and not by schedule.&lt;BR /&gt;
what is the problem you are trying to solve?&lt;BR /&gt;
hope t helps a little&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 12:00:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318438#M12489</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-07-18T12:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Scheduled Data Integrity Workaround</title>
      <link>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318439#M12490</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I wanted to mean slice by volume. We can do it per slice (size) but we need to do it per day. I just want to make sure that is there any workaround to get hash of the daily indexed data. We have a system integration for data integrity regulations and need to provide hash of the indexed data per day. &lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
Cem&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 12:56:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318439#M12490</guid>
      <dc:creator>cemiam</dc:creator>
      <dc:date>2017-07-18T12:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Scheduled Data Integrity Workaround</title>
      <link>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318440#M12491</link>
      <description>&lt;P&gt;looks like that if you configure your buckets to rotate every day (24 hours) maxHotSpanSecs = 86400&lt;BR /&gt;
the above configuration is in indexes.conf and is on a per index basis. be very careful when using that settings. read more here: &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Indexesconf"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Indexesconf&lt;/A&gt;&lt;BR /&gt;
then you will get a new hash per bucket once it rolls to warm in the &lt;CODE&gt;l2Hash&lt;/CODE&gt; file as decriebd in the link you provided:&lt;BR /&gt;
"When you enable data integrity control, Splunk Enterprise computes hashes on every slice of newly indexed raw data and writes it to a l1Hashes file. When the bucket rolls from hot to warm, Splunk Enterprise computes a hash on the contents of the l1Hashes and stores the computed hash in l2Hash. Both hash files are stored in the rawdata directory for that bucket."&lt;BR /&gt;
if you track the l2Hash files i assume you will have the daily hash&lt;BR /&gt;
note: I never tried it before, it is just theory&lt;BR /&gt;
hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 17:07:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318440#M12491</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-07-18T17:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Scheduled Data Integrity Workaround</title>
      <link>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318441#M12492</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks for the response. I think that workaround will resolve our issue. I will first test it on our environment then apply it to production. &lt;/P&gt;

&lt;P&gt;Thanks and Best Regards,&lt;BR /&gt;
Cem&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 19:08:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318441#M12492</guid>
      <dc:creator>cemiam</dc:creator>
      <dc:date>2017-07-18T19:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Daily Scheduled Data Integrity Workaround</title>
      <link>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318442#M12493</link>
      <description>&lt;P&gt;very good, will convert to an answer then&lt;BR /&gt;
please let the community know how it worked out for you.&lt;BR /&gt;
if it sums it up, kindly accept the answer and upvote any comments that were helpful&lt;/P&gt;

&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 19:19:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Daily-Scheduled-Data-Integrity-Workaround/m-p/318442#M12493</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-07-18T19:19:26Z</dc:date>
    </item>
  </channel>
</rss>

