<?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: TCP-SSL is receiving data but events are not getting indexed in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/TCP-SSL-is-receiving-data-but-events-are-not-getting-indexed/m-p/333777#M61683</link>
    <description>&lt;P&gt;Can you please post your complete inputs.conf &lt;STRONG&gt;and outputs.conf&lt;/STRONG&gt; (masked of course) from your app directory and the inputs.conf from your indexer.&lt;BR /&gt;
This would help.&lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2017 09:28:08 GMT</pubDate>
    <dc:creator>skalliger</dc:creator>
    <dc:date>2017-06-02T09:28:08Z</dc:date>
    <item>
      <title>TCP-SSL is receiving data but events are not getting indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-SSL-is-receiving-data-but-events-are-not-getting-indexed/m-p/333776#M61682</link>
      <description>&lt;P&gt;I am developing and app and everything worked fine for a while. I then tried to package everything  under my app default directory including the input.conf:&lt;BR /&gt;
[tcp-ssl:xxxx]&lt;BR /&gt;
sourcetype = syslog&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
rootCA = /opt/splunk/etc/certs/cacert.pem&lt;BR /&gt;
serverCert = /opt/splunk/etc/certs/splunk.pem&lt;BR /&gt;
password = xxxxx&lt;/P&gt;

&lt;P&gt;I can see the packets coming in the port using tcpdump; so, Splunk is receiving network data but the idexing stopped; the data is diappearing. There are no licensing issues and I am stuck. No errors How do I debug this?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 00:08:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-SSL-is-receiving-data-but-events-are-not-getting-indexed/m-p/333776#M61682</guid>
      <dc:creator>livioricciulli</dc:creator>
      <dc:date>2017-06-02T00:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: TCP-SSL is receiving data but events are not getting indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-SSL-is-receiving-data-but-events-are-not-getting-indexed/m-p/333777#M61683</link>
      <description>&lt;P&gt;Can you please post your complete inputs.conf &lt;STRONG&gt;and outputs.conf&lt;/STRONG&gt; (masked of course) from your app directory and the inputs.conf from your indexer.&lt;BR /&gt;
This would help.&lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 09:28:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-SSL-is-receiving-data-but-events-are-not-getting-indexed/m-p/333777#M61683</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2017-06-02T09:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: TCP-SSL is receiving data but events are not getting indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-SSL-is-receiving-data-but-events-are-not-getting-indexed/m-p/333778#M61684</link>
      <description>&lt;P&gt;Search you _internal index for err* or warn*&lt;/P&gt;

&lt;P&gt;index=_internal log_level=err* OR log_level=warn*&lt;/P&gt;

&lt;P&gt;Sometimes its easier to restart splunk, then perform the search looking at last 15 minutes (to reduce the clutter you will find).&lt;/P&gt;

&lt;P&gt;If there is an ssl issue it should show up at the time of the restart.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:22:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-SSL-is-receiving-data-but-events-are-not-getting-indexed/m-p/333778#M61684</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-09-29T14:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: TCP-SSL is receiving data but events are not getting indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-SSL-is-receiving-data-but-events-are-not-getting-indexed/m-p/333779#M61685</link>
      <description>&lt;P&gt;Thanks I found the problem. The Splunk timestamp processor was not able to process the &amp;lt;\d+&amp;gt; field of syslog messages. I fixed it with DATETIME_CONFIG = CURRENT in the props.conf file which disables the timestamp processor.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 18:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-SSL-is-receiving-data-but-events-are-not-getting-indexed/m-p/333779#M61685</guid>
      <dc:creator>livioricciulli</dc:creator>
      <dc:date>2017-06-02T18:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: TCP-SSL is receiving data but events are not getting indexed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-SSL-is-receiving-data-but-events-are-not-getting-indexed/m-p/333780#M61686</link>
      <description>&lt;P&gt;@livioricciulli - If this is the working solution to your question, please don't forget to click "Accept" in order to close out your question. That way others can easily find it if they're having the same issue. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 18:11:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-SSL-is-receiving-data-but-events-are-not-getting-indexed/m-p/333780#M61686</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2017-06-02T18:11:26Z</dc:date>
    </item>
  </channel>
</rss>

