<?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: Receive cooked data to index securitylogs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272026#M190166</link>
    <description>&lt;P&gt;It sounds like you have it configured properly.  I'd take the following steps to troubleshoot what might be going on:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Run tcpdump on the indexer where you have that input &amp;amp; index configured, do you see traffic making its way to that indexer?&lt;/LI&gt;
&lt;LI&gt;Run netstat -an | grep 3514 on the indexer to ensure the port is open &amp;amp; listening&lt;/LI&gt;
&lt;LI&gt;Examine the securitylogs index to ensure it's growing&lt;/LI&gt;
&lt;LI&gt;Run index=* source="tcp:3514" to see if it's going to a different index (you may want to run it on the search heads &amp;amp; the indexers)&lt;/LI&gt;
&lt;LI&gt;Run index=_internal and search for anything relating to the cooked logs or a host configured to send logs to your indexers&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Sat, 02 Apr 2016 16:41:12 GMT</pubDate>
    <dc:creator>niemesrw</dc:creator>
    <dc:date>2016-04-02T16:41:12Z</dc:date>
    <item>
      <title>Receive cooked data to index securitylogs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272023#M190163</link>
      <description>&lt;P&gt;We have some Appliances (Open System Webproxy), they can send Splunk cooked data into Splunk.&lt;/P&gt;

&lt;P&gt;I want to receive the data to a restricted index (securitylogs).&lt;/P&gt;

&lt;P&gt;In a first try I configured the listening port in the Webui, Setting -&amp;gt; Forwarding and receiving -&amp;gt; Configure receiving -&amp;gt; added Port 3514&lt;/P&gt;

&lt;P&gt;This was working but it was using the main index. So I've reconfigured it in the app "config_all_indexers":&lt;/P&gt;

&lt;P&gt;inputs.conf&lt;BR /&gt;
[splunktcp://3514]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = securitylogs&lt;/P&gt;

&lt;P&gt;Then I used the "| delete" function to remove the data from the main index.&lt;/P&gt;

&lt;P&gt;Now I dont get any data from the appliances anymore and I've no idea why..&lt;/P&gt;

&lt;P&gt;Maybe someone can give me a hint whats the problem of my config?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:17:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272023#M190163</guid>
      <dc:creator>nicocin</dc:creator>
      <dc:date>2020-09-29T09:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Receive cooked data to index securitylogs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272024#M190164</link>
      <description>&lt;P&gt;Did you configure the &lt;CODE&gt;securitylogs&lt;/CODE&gt; index in &lt;CODE&gt;indexes.conf&lt;/CODE&gt; on all of your indexers (and then restart them)?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 14:54:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272024#M190164</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-04-01T14:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Receive cooked data to index securitylogs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272025#M190165</link>
      <description>&lt;P&gt;It is configured in the app config_all_indexers which is deployed to all indexers.&lt;/P&gt;

&lt;P&gt;I've restarted splunkd on all indexers.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:17:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272025#M190165</guid>
      <dc:creator>nicocin</dc:creator>
      <dc:date>2020-09-29T09:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Receive cooked data to index securitylogs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272026#M190166</link>
      <description>&lt;P&gt;It sounds like you have it configured properly.  I'd take the following steps to troubleshoot what might be going on:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Run tcpdump on the indexer where you have that input &amp;amp; index configured, do you see traffic making its way to that indexer?&lt;/LI&gt;
&lt;LI&gt;Run netstat -an | grep 3514 on the indexer to ensure the port is open &amp;amp; listening&lt;/LI&gt;
&lt;LI&gt;Examine the securitylogs index to ensure it's growing&lt;/LI&gt;
&lt;LI&gt;Run index=* source="tcp:3514" to see if it's going to a different index (you may want to run it on the search heads &amp;amp; the indexers)&lt;/LI&gt;
&lt;LI&gt;Run index=_internal and search for anything relating to the cooked logs or a host configured to send logs to your indexers&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 02 Apr 2016 16:41:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272026#M190166</guid>
      <dc:creator>niemesrw</dc:creator>
      <dc:date>2016-04-02T16:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Receive cooked data to index securitylogs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272027#M190167</link>
      <description>&lt;P&gt;Thank you for the tips.&lt;/P&gt;

&lt;P&gt;I've changed nothing but now I'm receiving events.&lt;/P&gt;

&lt;P&gt;Unfortunately they go to the main index..&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1193i5F2EB30FD4033F66/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;How can I change that?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 07:03:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272027#M190167</guid>
      <dc:creator>nicocin</dc:creator>
      <dc:date>2016-04-04T07:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Receive cooked data to index securitylogs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272028#M190168</link>
      <description>&lt;P&gt;I've found another article that states "The "splunktcp" input is not a data input, but instead an input to listen to Splunk Forwarders."&lt;/P&gt;

&lt;P&gt;So I've configured it with props.conf and transforms.conf:&lt;/P&gt;

&lt;P&gt;props.conf&lt;BR /&gt;
[mc_logs]&lt;BR /&gt;
TRANSFORMS-index=sendtomyindex&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;BR /&gt;
[sendtomyindex]&lt;BR /&gt;
SOURCE_KEY=_MetaData:Index&lt;BR /&gt;
DEST_KEY=_MetaData:Index&lt;BR /&gt;
REGEX=(.*)&lt;BR /&gt;
FORMAT=securitylogs&lt;/P&gt;

&lt;P&gt;Now the data goes to the index "securitylogs". &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:17:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Receive-cooked-data-to-index-securitylogs/m-p/272028#M190168</guid>
      <dc:creator>nicocin</dc:creator>
      <dc:date>2020-09-29T09:17:31Z</dc:date>
    </item>
  </channel>
</rss>

