<?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: Splunk universal forwarder in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-universal-forwarder/m-p/409067#M20675</link>
    <description>&lt;P&gt;If you mean &lt;STRONG&gt;one event&lt;/STRONG&gt; by single line text  and your json file has one node then it's normal to have that result, try to use spath command to extract more fields:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/SearchReference/Spath"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/SearchReference/Spath&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jun 2018 20:52:33 GMT</pubDate>
    <dc:creator>amiftah</dc:creator>
    <dc:date>2018-06-25T20:52:33Z</dc:date>
    <item>
      <title>Splunk universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-universal-forwarder/m-p/409066#M20674</link>
      <description>&lt;P&gt;Developers are sending a log in json format. But splunkforwarder is reading the log as single line text.&lt;BR /&gt;
What migt the issue ?. Any help is appreciated. &lt;BR /&gt;
Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 20:12:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-universal-forwarder/m-p/409066#M20674</guid>
      <dc:creator>vj5</dc:creator>
      <dc:date>2018-06-25T20:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-universal-forwarder/m-p/409067#M20675</link>
      <description>&lt;P&gt;If you mean &lt;STRONG&gt;one event&lt;/STRONG&gt; by single line text  and your json file has one node then it's normal to have that result, try to use spath command to extract more fields:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/SearchReference/Spath"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/SearchReference/Spath&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 20:52:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-universal-forwarder/m-p/409067#M20675</guid>
      <dc:creator>amiftah</dc:creator>
      <dc:date>2018-06-25T20:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-universal-forwarder/m-p/409068#M20676</link>
      <description>&lt;P&gt;Try &lt;A href="https://answers.splunk.com/answers/615506/what-are-the-requirements-for-a-perfect-splunk-jso.html"&gt;What are the requirements for a perfect Splunk JSON document?&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You might need in &lt;CODE&gt;props.conf&lt;/CODE&gt; -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;INDEXED_EXTRACTIONS = json
category = Structured
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jun 2018 21:06:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-universal-forwarder/m-p/409068#M20676</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-06-25T21:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-universal-forwarder/m-p/409069#M20677</link>
      <description>&lt;P&gt;@ddrillic and @amifath Thanks for you responses.&lt;/P&gt;

&lt;P&gt;Now I am getting my log as&lt;BR /&gt;
{ [-]&lt;BR /&gt;
log: {someinformation of appication here {msg"a":"1","b":"2","c":"3","d":"4"&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;I want my log to be as below&lt;BR /&gt;
{ [-]&lt;BR /&gt;
log: {someinformation of appication here {msg-"a":"1","b":"2","c":"3","d":"4"}&lt;BR /&gt;
}&lt;BR /&gt;
msg-{&lt;BR /&gt;
a:1&lt;BR /&gt;
b:2&lt;BR /&gt;
c:3&lt;BR /&gt;
d:4&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;Devlopers are passing the log as json format but when it coming into splunk ui it is converting into invalid JSON.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 22:08:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-universal-forwarder/m-p/409069#M20677</guid>
      <dc:creator>vj5</dc:creator>
      <dc:date>2018-06-25T22:08:27Z</dc:date>
    </item>
  </channel>
</rss>

