<?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: Event annotations getting truncated? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Event-annotations-getting-truncated/m-p/465595#M99574</link>
    <description>&lt;P&gt;Hi, this is my base search :&lt;BR /&gt;
    &lt;SEARCH id="transac_base"&gt;&lt;BR /&gt;
        &lt;QUERY&gt;&lt;BR /&gt;
         index=synthetic sourcetype=synthetic source = *|fields *|transaction startswith=running by source&lt;BR /&gt;
       &lt;/QUERY&gt;&lt;/SEARCH&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Sep 2019 23:28:31 GMT</pubDate>
    <dc:creator>pkol</dc:creator>
    <dc:date>2019-09-01T23:28:31Z</dc:date>
    <item>
      <title>Event annotations getting truncated?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-annotations-getting-truncated/m-p/465593#M99572</link>
      <description>&lt;P&gt;Hey guys,&lt;BR /&gt;
I have been trying to add some event annotations to my line graph but keep getting the following error on the panel:&lt;BR /&gt;
"[annotation] The results are truncated (1000 of 2379 have been fetched)"&lt;/P&gt;

&lt;P&gt;The exact search has been used previously in another panel(not for event annotations) and the data shows up in a different visualisation with no problem.&lt;BR /&gt;
This is my subsearch which is exactly the same for the "annotation" search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search base="transac_base" id="pie"&amp;gt;
          &amp;lt;query&amp;gt;| where source=$app_source$
| eval status=if(like(_raw,"%OK%"),"Success",if(like(_raw,"%FAILED%"),"Fail",if(like(_raw,"%already%"),"Running","Timed out/still running")))
|stats count by status&amp;lt;/query&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please HELP!!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 06:47:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-annotations-getting-truncated/m-p/465593#M99572</guid>
      <dc:creator>pkol</dc:creator>
      <dc:date>2019-08-29T06:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Event annotations getting truncated?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-annotations-getting-truncated/m-p/465594#M99573</link>
      <description>&lt;P&gt;Show us your base search.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 17:46:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-annotations-getting-truncated/m-p/465594#M99573</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-09-01T17:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Event annotations getting truncated?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-annotations-getting-truncated/m-p/465595#M99574</link>
      <description>&lt;P&gt;Hi, this is my base search :&lt;BR /&gt;
    &lt;SEARCH id="transac_base"&gt;&lt;BR /&gt;
        &lt;QUERY&gt;&lt;BR /&gt;
         index=synthetic sourcetype=synthetic source = *|fields *|transaction startswith=running by source&lt;BR /&gt;
       &lt;/QUERY&gt;&lt;/SEARCH&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 23:28:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-annotations-getting-truncated/m-p/465595#M99574</guid>
      <dc:creator>pkol</dc:creator>
      <dc:date>2019-09-01T23:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Event annotations getting truncated?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-annotations-getting-truncated/m-p/532264#M99575</link>
      <description>&lt;P&gt;The limitation is set in visualizations.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[area]
data_sources.annotation.params.count = 1000

[column]
data_sources.annotation.params.count = 1000

[line]
data_sources.annotation.params.count = 1000&lt;/LI-CODE&gt;&lt;P&gt;Notice there is limit for each chart type that supports annotations. Since you are working with a line graph, you will want raise the limit in the '[line]' stanza.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 01:26:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-annotations-getting-truncated/m-p/532264#M99575</guid>
      <dc:creator>cstump_splunk</dc:creator>
      <dc:date>2020-12-08T01:26:14Z</dc:date>
    </item>
  </channel>
</rss>

