<?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 Splunk - Log Ingestion Modification in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Log-Ingestion-Modification/m-p/519089#M87808</link>
    <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;I am still learning Splunk so that I will need your assistance on this, please.&lt;/P&gt;&lt;P&gt;I am currently working on a PoC where our firewalls are sending traffic logs to Splunk.&lt;/P&gt;&lt;P&gt;In order to shorten the size of data being ingested into Splunk I would like to know if there is an option to remove “variable” names from traffic being transmitted.&lt;/P&gt;&lt;P&gt;In summary, this is a typical traffic log that we receive from our firewalls in order to ingest it into Splunk:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fw_log.jpg" style="width: 569px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/10779iF35CA1CBA714C993/image-dimensions/569x152?v=v2" width="569" height="152" role="button" title="fw_log.jpg" alt="fw_log.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Instead, we would like to ingest only "values" from each “key/value” pair.&lt;/P&gt;&lt;P&gt;In this case, instead of &lt;STRONG&gt;time=17:28:50 devname=”my3700d”&lt;/STRONG&gt;, only &lt;STRONG&gt;17:28:50 “my3700d”&lt;/STRONG&gt; would be ingested.&lt;/P&gt;&lt;P&gt;Could you guys please assist me on this issue?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Fmandelli&lt;/P&gt;</description>
    <pubDate>Fri, 11 Sep 2020 14:47:38 GMT</pubDate>
    <dc:creator>fmandelli</dc:creator>
    <dc:date>2020-09-11T14:47:38Z</dc:date>
    <item>
      <title>Splunk - Log Ingestion Modification</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Log-Ingestion-Modification/m-p/519089#M87808</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;I am still learning Splunk so that I will need your assistance on this, please.&lt;/P&gt;&lt;P&gt;I am currently working on a PoC where our firewalls are sending traffic logs to Splunk.&lt;/P&gt;&lt;P&gt;In order to shorten the size of data being ingested into Splunk I would like to know if there is an option to remove “variable” names from traffic being transmitted.&lt;/P&gt;&lt;P&gt;In summary, this is a typical traffic log that we receive from our firewalls in order to ingest it into Splunk:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fw_log.jpg" style="width: 569px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/10779iF35CA1CBA714C993/image-dimensions/569x152?v=v2" width="569" height="152" role="button" title="fw_log.jpg" alt="fw_log.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Instead, we would like to ingest only "values" from each “key/value” pair.&lt;/P&gt;&lt;P&gt;In this case, instead of &lt;STRONG&gt;time=17:28:50 devname=”my3700d”&lt;/STRONG&gt;, only &lt;STRONG&gt;17:28:50 “my3700d”&lt;/STRONG&gt; would be ingested.&lt;/P&gt;&lt;P&gt;Could you guys please assist me on this issue?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Fmandelli&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 14:47:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Log-Ingestion-Modification/m-p/519089#M87808</guid>
      <dc:creator>fmandelli</dc:creator>
      <dc:date>2020-09-11T14:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk - Log Ingestion Modification</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Log-Ingestion-Modification/m-p/519106#M87810</link>
      <description>&lt;P&gt;Understand that by removing the key you make it harder for Splunk to parse the events.&amp;nbsp; The current format is one Splunk handles natively.&lt;/P&gt;&lt;P&gt;If you really want to remove the keys then you may be able to do so using SEDCMD such as&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SEDCMD-nokey = s/\s\w+=/\s/g&lt;/LI-CODE&gt;&lt;P&gt;By doing so, however, you'll have to assign the values to fields somehow.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 15:26:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Log-Ingestion-Modification/m-p/519106#M87810</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-11T15:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk - Log Ingestion Modification</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Log-Ingestion-Modification/m-p/519111#M87811</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;said you can do it, but to utilize those fields in queries you basically need to add those back on search time. If you want to save license then it’s probably better to remove some unneeded fields with values?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 15:38:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Log-Ingestion-Modification/m-p/519111#M87811</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-09-11T15:38:44Z</dc:date>
    </item>
  </channel>
</rss>

