<?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: How to create a field to represent intermediate forwarder for Syslog data ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-field-to-represent-intermediate-forwarder-for/m-p/555240#M91981</link>
    <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;That method wat&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163730"&gt;@venkatasri&lt;/a&gt;&amp;nbsp;proposal works well, but how to implement it to your environment depends on how you are takin those logs in splunk. Are you using directly UDP/TCP port on forwarder or are you reading those on filesystem (as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163730"&gt;@venkatasri&lt;/a&gt;&amp;nbsp;supposed) and his those are divided on FS if they are there.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jun 2021 07:36:17 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2021-06-10T07:36:17Z</dc:date>
    <item>
      <title>How to create a field to represent intermediate forwarder for Syslog data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-field-to-represent-intermediate-forwarder-for/m-p/554620#M91903</link>
      <description>&lt;P&gt;We are ingesting syslog data via syslog server and have configured host overriding on the local UF to show host field value as the originating host.&lt;/P&gt;&lt;P&gt;Because we have syslog data from multiple syslog servers, I would like to be able to identify which syslog server is sending what syslog data.&lt;/P&gt;&lt;P&gt;I recall there was a way to configure some metadata field to extract and apply the transform for creating a new host field for intermediate forwarder, but I dont recall how I did it.&lt;/P&gt;&lt;P&gt;Can someone please advise how to do this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 01:41:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-field-to-represent-intermediate-forwarder-for/m-p/554620#M91903</guid>
      <dc:creator>dm1</dc:creator>
      <dc:date>2021-06-07T01:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a field to represent intermediate forwarder for Syslog data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-field-to-represent-intermediate-forwarder-for/m-p/555214#M91978</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233960"&gt;@dm1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use INGEST_EVAL to create index time field in transforms.conf and refer the same in props.conf on HF/indexer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works similar to eval, your syslog sever name should be part of one of the deault fields (host, source)/_raw. Refer -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.0/Admin/transformsconf#transforms.conf.example" target="_blank"&gt;transforms.conf - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;An upvote would be appreciated if it helps!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 03:32:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-field-to-represent-intermediate-forwarder-for/m-p/555214#M91978</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-06-10T03:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a field to represent intermediate forwarder for Syslog data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-field-to-represent-intermediate-forwarder-for/m-p/555220#M91979</link>
      <description>&lt;P&gt;Can you please give an example on how this can be achieved using ingest_eval ?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 05:27:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-field-to-represent-intermediate-forwarder-for/m-p/555220#M91979</guid>
      <dc:creator>dm1</dc:creator>
      <dc:date>2021-06-10T05:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a field to represent intermediate forwarder for Syslog data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-field-to-represent-intermediate-forwarder-for/m-p/555223#M91980</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233960"&gt;@dm1&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Following should be deployed to HF/indexer. Assuming here your source field having syslog_server_host.. it could be _raw as well.&lt;/P&gt;&lt;P&gt;syslog_server field will be indexed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# props.conf
[sourcetype_name_here/source::/host::]
TRANSFORM-set_syslogs = index-syslog-host

#transforms.conf
# INGEST_EVAL works same as EVAL
[index-syslog-host]
INGEST_EVAL = syslog_server=mvindex(split(source,"/"),3)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UI version of testing of EVAL.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="venkatasri_0-1623303680966.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14566i9A7A7AB56C32F266/image-size/medium?v=v2&amp;amp;px=400" role="button" title="venkatasri_0-1623303680966.png" alt="venkatasri_0-1623303680966.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;An upvote would be appreciated if it helps!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 05:45:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-field-to-represent-intermediate-forwarder-for/m-p/555223#M91980</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-06-10T05:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a field to represent intermediate forwarder for Syslog data ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-field-to-represent-intermediate-forwarder-for/m-p/555240#M91981</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;That method wat&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163730"&gt;@venkatasri&lt;/a&gt;&amp;nbsp;proposal works well, but how to implement it to your environment depends on how you are takin those logs in splunk. Are you using directly UDP/TCP port on forwarder or are you reading those on filesystem (as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163730"&gt;@venkatasri&lt;/a&gt;&amp;nbsp;supposed) and his those are divided on FS if they are there.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 07:36:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-field-to-represent-intermediate-forwarder-for/m-p/555240#M91981</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-06-10T07:36:17Z</dc:date>
    </item>
  </channel>
</rss>

