<?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: Changing from XML format to &amp;quot;Normal&amp;quot; format. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636907#M108940</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255028"&gt;@jamie1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2023 15:42:12 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-03-31T15:42:12Z</dc:date>
    <item>
      <title>How to change from XML format to "Normal" format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636897#M108934</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Before installing the Windows TA addon to a server , Windows Event Logs were shown in a different format, they are now shown in XML. I want to see searches in the original format.&lt;/P&gt;
&lt;P&gt;I have checked the inputs.conf file and noticed "renderXml=true", I changed this to "renderXml=false" but it hasn't made a difference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Jamie&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 16:38:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636897#M108934</guid>
      <dc:creator>jamie1</dc:creator>
      <dc:date>2023-03-31T16:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from XML format to "Normal" format.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636898#M108935</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255028"&gt;@jamie1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;add&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;renderXml = False&lt;/LI-CODE&gt;&lt;P&gt;to your inputs.conf stanzas.&lt;/P&gt;&lt;P&gt;For more infos, see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/admin/Inputsconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.4/admin/Inputsconf&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;renderXml = &amp;lt;boolean&amp;gt;
* Whether or not the input returns the event data in XML (eXtensible Markup
  Language) format or in plain text.
* Set this to "true" to render events in XML.
* Set this to "false" to output events in plain text.
* If you set this setting to "true", you should also set the 'suppress_text',
  'suppress_sourcename', 'suppress_keywords', 'suppress_task', and
  'suppress_opcode' settings to "true" to improve thruput performance.
* Default: false&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 14:54:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636898#M108935</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-03-31T14:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from XML format to "Normal" format.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636900#M108937</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;&lt;P&gt;I have added this line to the stanzas within the UF inputs.conf and the Windows TA inputs.conf and it doesn't seem to have worked.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 15:01:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636900#M108937</guid>
      <dc:creator>jamie1</dc:creator>
      <dc:date>2023-03-31T15:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from XML format to "Normal" format.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636901#M108938</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255028"&gt;@jamie1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;then try :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;renderXml = false&lt;/LI-CODE&gt;&lt;P&gt;then, a very stupid question (only to cancel every possible error!): obviously you restarted Splunk on the UF after update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 15:08:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636901#M108938</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-03-31T15:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from XML format to "Normal" format.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636903#M108939</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Switching to lowercase and spacing the words between the = fixed it.&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 15:14:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636903#M108939</guid>
      <dc:creator>jamie1</dc:creator>
      <dc:date>2023-03-31T15:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing from XML format to "Normal" format.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636907#M108940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255028"&gt;@jamie1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 15:42:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-from-XML-format-to-quot-Normal-quot-format/m-p/636907#M108940</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-03-31T15:42:12Z</dc:date>
    </item>
  </channel>
</rss>

