<?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 Indexed data from splunk server to syslog server(udp 514) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Indexed-data-from-splunk-server-to-syslog-server-udp-514/m-p/346290#M92910</link>
    <description>&lt;P&gt;i'm able to send all the cooked data to syslog server by configuring outputs.conf.&lt;/P&gt;

&lt;P&gt;but currently my requirement was to send cooked data by filtering based on INDEX. (index=watson) . is there any thing to change the  configarations.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;
[index::watson]&lt;BR /&gt;
TRANSFORMS-watson = wat_to_syslog&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;BR /&gt;
[wat_to_syslog]&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY = _SYSLOG_ROUTING&lt;BR /&gt;
FORMAT = wat_syslog_group&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;BR /&gt;
[syslog]&lt;BR /&gt;
defaultGroup=wat_syslog_group&lt;/P&gt;

&lt;P&gt;[syslog:wat_syslog_group]&lt;BR /&gt;
server = splunk-syslog.XXXX.com:514&lt;BR /&gt;
type=udp&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 14:27:39 GMT</pubDate>
    <dc:creator>cleelakrishna</dc:creator>
    <dc:date>2020-09-29T14:27:39Z</dc:date>
    <item>
      <title>Indexed data from splunk server to syslog server(udp 514)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexed-data-from-splunk-server-to-syslog-server-udp-514/m-p/346290#M92910</link>
      <description>&lt;P&gt;i'm able to send all the cooked data to syslog server by configuring outputs.conf.&lt;/P&gt;

&lt;P&gt;but currently my requirement was to send cooked data by filtering based on INDEX. (index=watson) . is there any thing to change the  configarations.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;
[index::watson]&lt;BR /&gt;
TRANSFORMS-watson = wat_to_syslog&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;BR /&gt;
[wat_to_syslog]&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY = _SYSLOG_ROUTING&lt;BR /&gt;
FORMAT = wat_syslog_group&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;BR /&gt;
[syslog]&lt;BR /&gt;
defaultGroup=wat_syslog_group&lt;/P&gt;

&lt;P&gt;[syslog:wat_syslog_group]&lt;BR /&gt;
server = splunk-syslog.XXXX.com:514&lt;BR /&gt;
type=udp&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:27:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexed-data-from-splunk-server-to-syslog-server-udp-514/m-p/346290#M92910</guid>
      <dc:creator>cleelakrishna</dc:creator>
      <dc:date>2020-09-29T14:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed data from splunk server to syslog server(udp 514)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexed-data-from-splunk-server-to-syslog-server-udp-514/m-p/346291#M92911</link>
      <description>&lt;P&gt;I'm not sure anyone understands what the question actually is.&lt;/P&gt;

&lt;P&gt;You have a splunk data collector (UF, HF, full install, whatever) that is reading data and sending it to Splunk.  You want to do what &lt;STRONG&gt;exactly&lt;/STRONG&gt; with that data?&lt;/P&gt;

&lt;P&gt;It seems most likely that you are trying to duplicate anything that comes in to a certain index to a syslog output?  &lt;/P&gt;

&lt;P&gt;Can you describe this situation more fully?  Like, describe a particular event as it travels through the system.  Here's a start, please correct it or change it as necessary and add detail as appropriate: it gets read off the disk by the UF installed on the source machine, whose outputs.conf send it to machine Y, my main Splunk Indexer... At that time I want to, on anything that comes in to index watson, also send that to a syslog machine.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Rich&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2017 22:42:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexed-data-from-splunk-server-to-syslog-server-udp-514/m-p/346291#M92911</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2017-06-17T22:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed data from splunk server to syslog server(udp 514)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexed-data-from-splunk-server-to-syslog-server-udp-514/m-p/346292#M92912</link>
      <description>&lt;P&gt;&lt;CODE&gt;props.conf&lt;/CODE&gt; doesn't support &lt;CODE&gt;[index::watson]&lt;/CODE&gt; like that.&lt;/P&gt;

&lt;P&gt;If you want to route all the data in the index, you have to set the routing on all the sourcetypes in that index. Unless you have a really good reason for this, I wouldn't do it. BUT if it is a requirement, then go for it, just know that &lt;CODE&gt;props&lt;/CODE&gt; cannot be applied to &lt;CODE&gt;index&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.1/Admin/Propsconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.1/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You could filter by index by updating the transforms to this: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[wat_to_syslog]
SOURCE_KEY = MetaData:Index
REGEX = watson
DEST_KEY = _SYSLOG_ROUTING
FORMAT = wat_syslog_group
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:59:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexed-data-from-splunk-server-to-syslog-server-udp-514/m-p/346292#M92912</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2017-06-20T15:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed data from splunk server to syslog server(udp 514)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexed-data-from-splunk-server-to-syslog-server-udp-514/m-p/346293#M92913</link>
      <description>&lt;P&gt;cleelakrishna,&lt;/P&gt;

&lt;P&gt;If this answer by alacercogitatus resolved your issue, could you please mark it Accepted?&lt;/P&gt;

&lt;P&gt;If it did not, please post back with more information or what's not working right so we can help finish this up!&lt;/P&gt;

&lt;P&gt;Happy Splunking, &lt;BR /&gt;
Rich&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2017 18:31:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexed-data-from-splunk-server-to-syslog-server-udp-514/m-p/346293#M92913</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2017-07-16T18:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Indexed data from splunk server to syslog server(udp 514)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexed-data-from-splunk-server-to-syslog-server-udp-514/m-p/346294#M92914</link>
      <description>&lt;P&gt;There is no options yet, where Indexer to be used as Heavy Forwarder and forward data.&lt;/P&gt;

&lt;P&gt;I too had the same requirement, but it did not work.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 10:57:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexed-data-from-splunk-server-to-syslog-server-udp-514/m-p/346294#M92914</guid>
      <dc:creator>anand_singh17</dc:creator>
      <dc:date>2017-07-28T10:57:29Z</dc:date>
    </item>
  </channel>
</rss>

