<?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: setup.xml custom endpoint label newline in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71694#M180877</link>
    <description>&lt;P&gt;tried that, and this is what i get:&lt;BR /&gt;
Custom character-encoding name if different from default, ex. BIG-5 &lt;/P&gt;&lt;P&gt; See &lt;A href="http://www.splunk.com/base/Documentation/4.2/Data/Configurecharactersetencoding"&gt;http://www.splunk.com/base/Documentation/4.2/Data/Configurecharactersetencoding&lt;/A&gt; for details&lt;/P&gt;</description>
    <pubDate>Thu, 31 Mar 2011 13:55:38 GMT</pubDate>
    <dc:creator>klee310</dc:creator>
    <dc:date>2011-03-31T13:55:38Z</dc:date>
    <item>
      <title>setup.xml custom endpoint label newline</title>
      <link>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71692#M180875</link>
      <description>&lt;P&gt;I'm trying to put a newline in my label tag in for one of the inputs. Not sure how the newline character should be specified.&lt;/P&gt;

&lt;P&gt;This is what I have:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input field="general_log_encoding_string"&amp;gt;
 &amp;lt;label&amp;gt;
 Custom character-encoding name if different from default, ex. BIG-5
 \n\r
 See &lt;A href="http://www.splunk.com/base/Documentation/4.2/Data/Configurecharactersetencoding" target="test_blank"&gt;http://www.splunk.com/base/Documentation/4.2/Data/Configurecharactersetencoding&lt;/A&gt; for details&amp;lt;/label&amp;gt;
 &amp;lt;type&amp;gt;text&amp;lt;/type&amp;gt;
&amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But the result comes out like this:&lt;/P&gt;

&lt;P&gt;Custom character-encoding name if different from default, ex. BIG-5 \n\r See &lt;A href="http://www.splunk.com/base/Documentation/4.2/Data/Configurecharactersetencoding" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.2/Data/Configurecharactersetencoding&lt;/A&gt; for details&lt;/P&gt;

&lt;P&gt;Any help is greatly appreciated.
Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2011 11:40:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71692#M180875</guid>
      <dc:creator>klee310</dc:creator>
      <dc:date>2011-03-31T11:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: setup.xml custom endpoint label newline</title>
      <link>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71693#M180876</link>
      <description>&lt;P&gt;You can do this using a break or paragraph tag. However, you will need to put your HTML in &lt;A href="http://www.w3schools.com/xml/xml_cdata.asp" rel="nofollow"&gt;CDATA blocks&lt;/A&gt; so that it is ignored by Splunk's XML parser. Below is an updated version of your sample:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input field="general_log_encoding_string"&amp;gt;
 &amp;lt;text&amp;gt;
 Custom character-encoding name if different from default, ex. BIG-5
 &amp;lt;![CDATA[&amp;lt;p&amp;gt;]]&amp;gt; &amp;lt;!-- Note the custom HTML included here --&amp;gt;
 See &lt;A href="http://www.splunk.com/base/Documentation/4.2/Data/Configurecharactersetencoding" target="test_blank"&gt;http://www.splunk.com/base/Documentation/4.2/Data/Configurecharactersetencoding&lt;/A&gt; for details&amp;lt;/text&amp;gt;
 &amp;lt;type&amp;gt;text&amp;lt;/type&amp;gt;
&amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Mar 2011 12:43:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71693#M180876</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2011-03-31T12:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: setup.xml custom endpoint label newline</title>
      <link>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71694#M180877</link>
      <description>&lt;P&gt;tried that, and this is what i get:&lt;BR /&gt;
Custom character-encoding name if different from default, ex. BIG-5 &lt;/P&gt;&lt;P&gt; See &lt;A href="http://www.splunk.com/base/Documentation/4.2/Data/Configurecharactersetencoding"&gt;http://www.splunk.com/base/Documentation/4.2/Data/Configurecharactersetencoding&lt;/A&gt; for details&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2011 13:55:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71694#M180877</guid>
      <dc:creator>klee310</dc:creator>
      <dc:date>2011-03-31T13:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: setup.xml custom endpoint label newline</title>
      <link>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71695#M180878</link>
      <description>&lt;P&gt;Try putting the comment in in a text tag as opposed to a label tag. i.e. &lt;TEXT&gt;...&lt;/TEXT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2011 23:36:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71695#M180878</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2011-03-31T23:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: setup.xml custom endpoint label newline</title>
      <link>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71696#M180879</link>
      <description>&lt;P&gt;not quite sure what you're trying to get at. if I replace the label tag with the text tag, the setup.xml screen doesn't even load up. AttributeError: 'NoneType' object has no attribute 'text'&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2011 21:54:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71696#M180879</guid>
      <dc:creator>klee310</dc:creator>
      <dc:date>2011-04-05T21:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: setup.xml custom endpoint label newline</title>
      <link>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71697#M180880</link>
      <description>&lt;P&gt;Check the internal error log. Open the search app and run a search for:&lt;/P&gt;

&lt;P&gt;index=_internal error&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2011 05:18:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71697#M180880</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2011-04-06T05:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: setup.xml custom endpoint label newline</title>
      <link>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71698#M180881</link>
      <description>&lt;P&gt;I've checked everywhere, and there doesn't seem to be a solution anywhere. I guess I'll just give up this function. Its bells-and-whistles anyways.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2011 13:48:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/setup-xml-custom-endpoint-label-newline/m-p/71698#M180881</guid>
      <dc:creator>klee310</dc:creator>
      <dc:date>2011-04-20T13:48:57Z</dc:date>
    </item>
  </channel>
</rss>

