<?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>question Re: PutSplunk processor and Splunk group multiple syslog jsons into one event in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PutSplunk-processor-and-Splunk-group-multiple-syslog-jsons/m-p/106791#M50541</link>
    <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/13466/wbu.html" nodeid="13466" target="_blank"&gt;@Wendell Bu&lt;/A&gt; , I am trying same , to send events from Nifi to Splunk (using putSplunk processor) . I was stuck initially , not able to see events in splunk . My AttributetoJSON (In my view data provenance ,I see raw logs are converted to JSON format) is connected to putSplunk processor , It has hostname,port and message delimiter configured as in below screenshot . On splunk side , input port is defined . Not sure if i am missing something .Can you please let me know if there are any other steps, i need to follow ? &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="108425-screen-shot-2019-05-06-at-115642-am.png" style="width: 1614px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23496i0B816FF8DE4F7D06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="108425-screen-shot-2019-05-06-at-115642-am.png" alt="108425-screen-shot-2019-05-06-at-115642-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help in advance !&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2019 11:49:34 GMT</pubDate>
    <dc:creator>sumanth_kumar</dc:creator>
    <dc:date>2019-08-19T11:49:34Z</dc:date>
    <item>
      <title>PutSplunk processor and Splunk group multiple syslog jsons into one event</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PutSplunk-processor-and-Splunk-group-multiple-syslog-jsons/m-p/106787#M50537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using PutSplunk processor to sink syslogs in json format to Splunk server.&lt;/P&gt;&lt;P&gt;But on Splunk side, I see multiple json are grouped in one event.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10967-screen-shot-2017-01-01-at-195227.png" style="width: 2880px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23497iB7DD066D8C375B2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10967-screen-shot-2017-01-01-at-195227.png" alt="10967-screen-shot-2017-01-01-at-195227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can I configure my PutSplunk and Splunk server to see one json for each event?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wendell&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:49:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PutSplunk-processor-and-Splunk-group-multiple-syslog-jsons/m-p/106787#M50537</guid>
      <dc:creator>wbu</dc:creator>
      <dc:date>2019-08-19T11:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: PutSplunk processor and Splunk group multiple syslog jsons into one event</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PutSplunk-processor-and-Splunk-group-multiple-syslog-jsons/m-p/106788#M50538</link>
      <description>&lt;P&gt;Make sure you split data using the SplitJson processor in NiFi before putting into Splunk. The reason is the syslog receiver may bundle incoming messages based on the network setup, but knows nothing about actual data format like json.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 00:06:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PutSplunk-processor-and-Splunk-group-multiple-syslog-jsons/m-p/106788#M50538</guid>
      <dc:creator>andrewg</dc:creator>
      <dc:date>2017-01-04T00:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: PutSplunk processor and Splunk group multiple syslog jsons into one event</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PutSplunk-processor-and-Splunk-group-multiple-syslog-jsons/m-p/106789#M50539</link>
      <description>&lt;P&gt;PutSplunk has two modes of operating, it can send the entire content of the flow file as a single message, or it can stream the content of a flow file and separate it based on a delimiter. The way it chooses between these modes is based on whether or not the "Message Delimiter" property is set in PutSplunk.&lt;/P&gt;&lt;P&gt; In your case I am assuming you have multiple JSON documents in a flow file, so you probably want to set the "Message Delimiter" to whatever is separating them, likely a \n. &lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 00:06:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PutSplunk-processor-and-Splunk-group-multiple-syslog-jsons/m-p/106789#M50539</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2017-01-04T00:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: PutSplunk processor and Splunk group multiple syslog jsons into one event</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PutSplunk-processor-and-Splunk-group-multiple-syslog-jsons/m-p/106790#M50540</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Actually, the flowfile in the queue before the PutSplunk does contain only one json.&lt;/P&gt;&lt;P&gt;For some reason the Splunk group them together. If I choose different json type (no timestamp) in splunk data, then each json in one event. But &lt;A rel="user" href="https://community.cloudera.com/users/363/bbende.html" nodeid="363"&gt;@Bryan Bende&lt;/A&gt;'s "Message Delimiter" worth to be added.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wendell&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 00:22:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PutSplunk-processor-and-Splunk-group-multiple-syslog-jsons/m-p/106790#M50540</guid>
      <dc:creator>wbu</dc:creator>
      <dc:date>2017-01-04T00:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: PutSplunk processor and Splunk group multiple syslog jsons into one event</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/PutSplunk-processor-and-Splunk-group-multiple-syslog-jsons/m-p/106791#M50541</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/13466/wbu.html" nodeid="13466" target="_blank"&gt;@Wendell Bu&lt;/A&gt; , I am trying same , to send events from Nifi to Splunk (using putSplunk processor) . I was stuck initially , not able to see events in splunk . My AttributetoJSON (In my view data provenance ,I see raw logs are converted to JSON format) is connected to putSplunk processor , It has hostname,port and message delimiter configured as in below screenshot . On splunk side , input port is defined . Not sure if i am missing something .Can you please let me know if there are any other steps, i need to follow ? &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="108425-screen-shot-2019-05-06-at-115642-am.png" style="width: 1614px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23496i0B816FF8DE4F7D06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="108425-screen-shot-2019-05-06-at-115642-am.png" alt="108425-screen-shot-2019-05-06-at-115642-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help in advance !&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:49:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/PutSplunk-processor-and-Splunk-group-multiple-syslog-jsons/m-p/106791#M50541</guid>
      <dc:creator>sumanth_kumar</dc:creator>
      <dc:date>2019-08-19T11:49:34Z</dc:date>
    </item>
  </channel>
</rss>

