<?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 Multiline annotation_label in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiline-annotation-label/m-p/345598#M22506</link>
    <description>&lt;P&gt;I would like to put a text in the annotation_label, in a line chart, that has multiple lines.&lt;/P&gt;

&lt;P&gt;Adding &amp;lt;BR&amp;gt; (using "&amp;amp; lt ;" and "&amp;amp; gt ;" (without spaces) ) or \n puts that text literally in the label and &amp;amp; #13;&amp;amp; #10; or &amp;amp; #10; (without spaces after &amp;amp;) just puts in a space&lt;/P&gt;

&lt;P&gt;For instance:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval Value = "Value"
| eval annotation_label = Value . "&amp;lt; BR&amp;gt;" . Value . "\n" . Value
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Results in the following tekst in the label (The space before BR is just to ensure the characters are shown correctly in this request. I don't have it in the real search)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Value&amp;lt; BR&amp;gt;Value\nValue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And I would like to see the following in the annotation label:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Value
Value
Value
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help would be very much appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2017 13:02:36 GMT</pubDate>
    <dc:creator>dajomas</dc:creator>
    <dc:date>2017-12-14T13:02:36Z</dc:date>
    <item>
      <title>Multiline annotation_label</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiline-annotation-label/m-p/345598#M22506</link>
      <description>&lt;P&gt;I would like to put a text in the annotation_label, in a line chart, that has multiple lines.&lt;/P&gt;

&lt;P&gt;Adding &amp;lt;BR&amp;gt; (using "&amp;amp; lt ;" and "&amp;amp; gt ;" (without spaces) ) or \n puts that text literally in the label and &amp;amp; #13;&amp;amp; #10; or &amp;amp; #10; (without spaces after &amp;amp;) just puts in a space&lt;/P&gt;

&lt;P&gt;For instance:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval Value = "Value"
| eval annotation_label = Value . "&amp;lt; BR&amp;gt;" . Value . "\n" . Value
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Results in the following tekst in the label (The space before BR is just to ensure the characters are shown correctly in this request. I don't have it in the real search)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Value&amp;lt; BR&amp;gt;Value\nValue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And I would like to see the following in the annotation label:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Value
Value
Value
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help would be very much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 13:02:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multiline-annotation-label/m-p/345598#M22506</guid>
      <dc:creator>dajomas</dc:creator>
      <dc:date>2017-12-14T13:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline annotation_label</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiline-annotation-label/m-p/345599#M22507</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| eval Value = "Value" 
| eval annotation_lab = Value . "," . Value . "," . Value 
| eval annotation_lab = split(annotation_lab,",")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This should give you the result you want&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 13:28:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multiline-annotation-label/m-p/345599#M22507</guid>
      <dc:creator>drebai</dc:creator>
      <dc:date>2017-12-14T13:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline annotation_label</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multiline-annotation-label/m-p/345600#M22508</link>
      <description>&lt;P&gt;I downvoted this post because yes, it splits a string into a multiline field but this does not give me the required result in the annotation_label. if i set annotation_label to a multiline value, there is simply no annotation_label in the chart. there is only an annotation line at the _time value&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:17:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multiline-annotation-label/m-p/345600#M22508</guid>
      <dc:creator>dajomas</dc:creator>
      <dc:date>2020-09-29T17:17:27Z</dc:date>
    </item>
  </channel>
</rss>

