<?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: Acceleration grayed out in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349121#M6142</link>
    <description>&lt;P&gt;Yes, I can even go to another saved report and enable it.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2017 22:21:40 GMT</pubDate>
    <dc:creator>jairjr</dc:creator>
    <dc:date>2017-04-25T22:21:40Z</dc:date>
    <item>
      <title>Acceleration grayed out</title>
      <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349117#M6138</link>
      <description>&lt;P&gt;Any idea why I can't enable acceleration for this simple transformation:&lt;/P&gt;

&lt;P&gt;sourcetype=iis tag::host="aDC" OR tag::host="bDC" OR tag::host="cDC" | timechart count by tag::host&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 04:15:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349117#M6138</guid>
      <dc:creator>jairjr</dc:creator>
      <dc:date>2017-04-25T04:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Acceleration grayed out</title>
      <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349118#M6139</link>
      <description>&lt;P&gt;Hello jairjr,&lt;BR /&gt;
please read here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.3/Knowledge/Manageacceleratedsearchsummaries#Restrictions_on_report_acceleration"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.3/Knowledge/Manageacceleratedsearchsummaries#Restrictions_on_report_acceleration&lt;/A&gt;&lt;BR /&gt;
specially this: "In addition, be careful when accelerating reports whose base searches include tags, event types, search macros, and other knowledge objects whose definitions can change independently of the report after the report is accelerated. If this happens, the accelerated report can return invalid results."&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 17:53:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349118#M6139</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-25T17:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Acceleration grayed out</title>
      <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349119#M6140</link>
      <description>&lt;P&gt;Hi adonio thank you for the answer, I know that using tags is not a good practice but this is just a warning, it should let me enable acceleration. Shouldn't it?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 17:59:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349119#M6140</guid>
      <dc:creator>jairjr</dc:creator>
      <dc:date>2017-04-25T17:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Acceleration grayed out</title>
      <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349120#M6141</link>
      <description>&lt;P&gt;can you enable acceleration on any search? try &lt;CODE&gt;index = * | timechart count by host&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:49:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349120#M6141</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-25T18:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Acceleration grayed out</title>
      <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349121#M6142</link>
      <description>&lt;P&gt;Yes, I can even go to another saved report and enable it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 22:21:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349121#M6142</guid>
      <dc:creator>jairjr</dc:creator>
      <dc:date>2017-04-25T22:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Acceleration grayed out</title>
      <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349122#M6143</link>
      <description>&lt;P&gt;I'm curious what happens if you try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=iis 
| eval hosttag=if('tag::host'=="aDC" OR 'tag::host'=="bDC" OR 'tag::host'=="cDC"),'tag::host',null())
| timechart count by hosttag
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I don't know if the single quotes around tag::host are needed or if this will even work at all.  Just curious.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 01:02:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349122#M6143</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-04-26T01:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Acceleration grayed out</title>
      <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349123#M6144</link>
      <description>&lt;P&gt;The single quotes are needed, and I was able to enable acceleration just fine, thank you. Can you let me know why this way worked?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 16:33:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349123#M6144</guid>
      <dc:creator>jairjr</dc:creator>
      <dc:date>2017-04-26T16:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Acceleration grayed out</title>
      <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349124#M6145</link>
      <description>&lt;P&gt;But interesting, that way the hosttag var is not populated.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 16:41:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349124#M6145</guid>
      <dc:creator>jairjr</dc:creator>
      <dc:date>2017-04-26T16:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Acceleration grayed out</title>
      <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349125#M6146</link>
      <description>&lt;P&gt;Did it work or not?  &lt;/P&gt;

&lt;P&gt;If not, can you show me what event types make those tags?   I can then craft the search without tags.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 17:28:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349125#M6146</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-04-26T17:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Acceleration grayed out</title>
      <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349126#M6147</link>
      <description>&lt;P&gt;This worked:&lt;BR /&gt;
sourcetype=iis | eval hosttag = if("tag::host" == "c" OR "tag::host" == "b" OR "tag::host" == "c", "tag::host", null()) | timechart count by tag::host &lt;/P&gt;

&lt;P&gt;if I try "| timechart count by hosttag" I get a count named NULL instead.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 18:31:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349126#M6147</guid>
      <dc:creator>jairjr</dc:creator>
      <dc:date>2017-04-26T18:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Acceleration grayed out</title>
      <link>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349127#M6148</link>
      <description>&lt;P&gt;In an eval command, the single quotes are used to enclose field names that have special characters on the right side of the equals sign (=).&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 20:55:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Acceleration-grayed-out/m-p/349127#M6148</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2017-04-26T20:55:18Z</dc:date>
    </item>
  </channel>
</rss>

