<?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: Testing - uploaded Check Point files and granularity in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434828#M6243</link>
    <description>&lt;P&gt;I changed the question to include some sample events.&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2019 07:22:39 GMT</pubDate>
    <dc:creator>tdthorwald</dc:creator>
    <dc:date>2019-05-08T07:22:39Z</dc:date>
    <item>
      <title>Testing - uploaded Check Point files and granularity</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434824#M6239</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;

&lt;P&gt;I am currently testing Splunk, with a single instance on a VM.&lt;BR /&gt;
I have some trouble getting information out of logs correctly.&lt;BR /&gt;
The log I am analysing has the following fields: &lt;BR /&gt;
Time Stamp, Action, Source, Destination, Translated, Source, Translated Dest, Duration, Bytes Sent, Bytes Received, Application, and Reason.&lt;BR /&gt;
some sample data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;========================================================================================================================
Entire Traffic Log list
Current system time is Thu, 25 Apr 2019 09:38:19
========================================================================================================================

Time Stamp          Action  Source     Destination           Translated Source     Translated Dest       Duration     Bytes Sent Bytes Received Application Reason                    


2019-04-25 09:38:19 Permit 
10.11.100.139:49573   192.168.3.2:9090      10.11.100.139:49573   192.168.3.2:9090      0 sec                 0              0 TCP PORT 9090 Creation                 2019-04-25 09:38:19 Permit 
10.11.100.104:52934   &amp;lt;public IP&amp;gt;:443     &amp;lt;public IP&amp;gt;:30233   &amp;lt;public IP&amp;gt;:443    0 sec                 0              0 HTTPS       Creation                   2019-04-25 09:38:19 Deny   
10.10.1.50:60239      &amp;lt;public IP&amp;gt;:443     0.0.0.0:0             0.0.0.0:0             0 sec                 0             28 HTTPS       Traffic Denied             2019-04-25 09:38:19 Permit 
10.11.100.139:49572   192.168.3.2:9090      10.11.100.139:49572   192.168.3.2:9090      0 sec                 0              0 TCP PORT 9090 Creation                 2019-04-25 09:38:19 Permit 
10.11.100.133:50622   &amp;lt;public IP&amp;gt;:443     &amp;lt;public IP&amp;gt;:32209   &amp;lt;public IP&amp;gt;:443    0 sec                 0              0 HTTPS       Creation                   2019-04-25 09:38:19 Permit 
10.11.100.139:49571   192.168.3.2:9090      10.11.100.139:49571   192.168.3.2:9090      0 sec                 0              0 TCP PORT 9090 Creation                 2019-04-25 09:38:19 Permit 
10.11.100.39:51561    &amp;lt;public IP&amp;gt;:443     &amp;lt;public IP&amp;gt;:57732   &amp;lt;public IP&amp;gt;:443    0 sec                 0              0 HTTPS
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That's the first few lines of the log.&lt;BR /&gt;
I have replaced public IPs with &lt;CODE&gt;&amp;lt;public IP&amp;gt;&lt;/CODE&gt; for obvious reasons.&lt;/P&gt;

&lt;P&gt;When I try to transform all these so I can select on them more easily, I run into errors.&lt;/P&gt;

&lt;P&gt;What is the best way to get the data out?&lt;/P&gt;

&lt;P&gt;I guess I have to change a props.conf file. How do I find the one that contains the sourcetype I created?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 08:39:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434824#M6239</guid>
      <dc:creator>tdthorwald</dc:creator>
      <dc:date>2019-04-30T08:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Testing - uploaded Check Point files and granularity</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434825#M6240</link>
      <description>&lt;P&gt;your question/problem seems to be very generic. would be good to put the actual event message etc.&lt;/P&gt;

&lt;P&gt;So at which point you stuck?&lt;BR /&gt;
1. Are you able to index data into Splunk? Check if inputs.conf is correct&lt;BR /&gt;
2. Did you specify the indextime settings correctly? (ie. timestamp, source, host, sourcetype, line break etc.) all within props.conf&lt;BR /&gt;
3. Once  (1) and (2) is complete, ensure you extract all basic things like sourcetype, time etc.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 21:22:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434825#M6240</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-03T21:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Testing - uploaded Check Point files and granularity</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434826#M6241</link>
      <description>&lt;P&gt;Hello Koshyk,&lt;/P&gt;

&lt;P&gt;1) The data goes into Splunk fine.&lt;BR /&gt;
2) Yes. the line break is fine.&lt;/P&gt;

&lt;P&gt;Even Sourcetype, time, source are extracted correctly. But an event is just that, an event. I cannot select on sourceIP, or protocol. &lt;BR /&gt;
I can select &lt;EM&gt;a&lt;/EM&gt; sourceIP from any event, but not &lt;EM&gt;all&lt;/EM&gt; SourceIPs, because Splunk does not see them as key/value pairs. It only sees the default key/value pairs.&lt;/P&gt;

&lt;P&gt;My question is: where do I define them? in the inputs.conf file?&lt;BR /&gt;
If I look for "inputs.conf" I get 26 hits (the VM is both Indexer, UF ánd SH...)&lt;BR /&gt;
In &lt;STRONG&gt;SPLUNK\etc\system\default** the sourcetype I configured does not appear in either **inputs.conf&lt;/STRONG&gt; or &lt;STRONG&gt;props.conf&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 07:52:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434826#M6241</guid>
      <dc:creator>tdthorwald</dc:creator>
      <dc:date>2019-05-06T07:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Testing - uploaded Check Point files and granularity</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434827#M6242</link>
      <description>&lt;P&gt;you need to provide sample events and we can write the props.conf for you&lt;/P&gt;

&lt;P&gt;these settings are normally in props.conf with sometimes, (for complex extractions) transforms.conf&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 07:57:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434827#M6242</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-06T07:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Testing - uploaded Check Point files and granularity</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434828#M6243</link>
      <description>&lt;P&gt;I changed the question to include some sample events.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 07:22:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434828#M6243</guid>
      <dc:creator>tdthorwald</dc:creator>
      <dc:date>2019-05-08T07:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Testing - uploaded Check Point files and granularity</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434829#M6244</link>
      <description>&lt;P&gt;I updated the question with an example... &lt;BR /&gt;
Can anyone help me?&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 13:46:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Testing-uploaded-Check-Point-files-and-granularity/m-p/434829#M6244</guid>
      <dc:creator>tdthorwald</dc:creator>
      <dc:date>2019-05-28T13:46:01Z</dc:date>
    </item>
  </channel>
</rss>

