<?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: Does Splunk allow you to validate structure of a file? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300101#M93707</link>
    <description>&lt;P&gt;Could you recommend me the best platform to do this?&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2017 16:01:12 GMT</pubDate>
    <dc:creator>mahbs</dc:creator>
    <dc:date>2017-11-22T16:01:12Z</dc:date>
    <item>
      <title>Does Splunk allow you to validate structure of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300097#M93703</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need to be able to validate the format of a file. This entails checking if a date column is actually a date column and if the format of the date value is in the correct format.&lt;BR /&gt;
I'm not concerned with the content of the data, i.e. im not validating the content, rather I'm more focused on the structure of the data.&lt;/P&gt;

&lt;P&gt;Does splunk allow this? And if so how would I go about achieving this?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 17:40:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300097#M93703</guid>
      <dc:creator>mahbs</dc:creator>
      <dc:date>2017-11-21T17:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk allow you to validate structure of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300098#M93704</link>
      <description>&lt;P&gt;Splunk recognizes lots of file formats (&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/Data/Listofpretrainedsourcetypes"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.0/Data/Listofpretrainedsourcetypes&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;If your file is something unique to your business then I suggest that you make sure that whatever process which creates it does so correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 19:12:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300098#M93704</guid>
      <dc:creator>lycollicott</dc:creator>
      <dc:date>2017-11-21T19:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk allow you to validate structure of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300099#M93705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm focused mainly on writing queries that basically validates whether a file is in the correct format and then outputting those files that fail validation. I'm not focused on the content, rather the structure - Does Splunk enable this?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 13:37:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300099#M93705</guid>
      <dc:creator>mahbs</dc:creator>
      <dc:date>2017-11-22T13:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk allow you to validate structure of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300100#M93706</link>
      <description>&lt;P&gt;No splunk does not do this. However you can write a script outside splunk and use that script to validate the file meets the format you want before moving it to a folder splunk is ingesting. This is the work around i used to get around files with weird or unreadable formats to splunk&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:49:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300100#M93706</guid>
      <dc:creator>afamoyib</dc:creator>
      <dc:date>2017-11-22T15:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk allow you to validate structure of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300101#M93707</link>
      <description>&lt;P&gt;Could you recommend me the best platform to do this?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 16:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300101#M93707</guid>
      <dc:creator>mahbs</dc:creator>
      <dc:date>2017-11-22T16:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk allow you to validate structure of a file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300102#M93708</link>
      <description>&lt;P&gt;No, it does not.  You would have to do that externally.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 16:09:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-Splunk-allow-you-to-validate-structure-of-a-file/m-p/300102#M93708</guid>
      <dc:creator>lycollicott</dc:creator>
      <dc:date>2017-11-23T16:09:43Z</dc:date>
    </item>
  </channel>
</rss>

