<?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: Are wildcards with tstats on accelerated data models not possible? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209422#M61229</link>
    <description>&lt;P&gt;Just tried Chrome, IE and Firefox.&lt;BR /&gt;
No difference.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2015 22:23:41 GMT</pubDate>
    <dc:creator>Goophy</dc:creator>
    <dc:date>2015-11-03T22:23:41Z</dc:date>
    <item>
      <title>Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209412#M61219</link>
      <description>&lt;P&gt;I'm running a search that is something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats values from datamodel=foo
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When the datamodel is not accelerated, I get all my data.&lt;BR /&gt;
When it is accelerated, no data is returned.&lt;/P&gt;

&lt;P&gt;If i specify the fields with &lt;CODE&gt;values(foo)&lt;/CODE&gt;, &lt;CODE&gt;values(bar)&lt;/CODE&gt;and so on, it works just fine.&lt;/P&gt;

&lt;P&gt;Does anyone know if wildcards or returning all values at once isn't supposed to work if the datamodel is accelerated?&lt;BR /&gt;
Any way to get around this?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 15:17:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209412#M61219</guid>
      <dc:creator>Goophy</dc:creator>
      <dc:date>2015-10-29T15:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209413#M61220</link>
      <description>&lt;P&gt;Hi Goophy,&lt;/P&gt;

&lt;P&gt;take this run everywhere command which just runs fine on the &lt;CODE&gt;internal_server&lt;/CODE&gt; data model, which is accelerated in my case:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats values from datamodel=internal_server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;the result is this:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/775i9EAD59F22AAB5EA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;and as you can see it is accelerated:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/776i16F4ACC5CAFB8FA9/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;So, to answer to answer your question: Yes, it is possible to use &lt;CODE&gt;values&lt;/CODE&gt; on accelerated data models to return all values. &lt;BR /&gt;
Maybe you hit some limit (haven't found anything on a quick search) and try to return too much values at once?&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 01:46:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209413#M61220</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-10-30T01:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209414#M61221</link>
      <description>&lt;P&gt;Thank you very much for the answer.&lt;/P&gt;

&lt;P&gt;The acceleration puts things in TSIDX in 5-minute increments, so the last 15 minutes will always return something.&lt;/P&gt;

&lt;P&gt;Can you try to search for yesterday or something?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 09:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209414#M61221</guid>
      <dc:creator>Goophy</dc:creator>
      <dc:date>2015-10-30T09:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209415#M61222</link>
      <description>&lt;P&gt;Sure, running this &lt;CODE&gt;| tstats values from datamodel=internal_server where earliest=-1d@d latest=-0d@d&lt;/CODE&gt; returns this for me (Sorry for the ugly paste):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;values(bytes)   values(count)   values(date_hour)   values(date_mday)   values(date_minute) values(date_month)  values(date_second) values(date_wday)   values(date_year)   values(date_zone)   values(digest)  values(eventtype)   values(file)    values(host)    values(ident)   values(index)   values(linecount)   values(nodename)    values(other)   values(punct)   values(req_time)    values(root)    values(search)  values(server.acceleration.is_dm_acceleration)  values(server.acceleration.is_not_dm_acceleration)  values(server.acceleration.is_not_report_acceleration)  values(server.acceleration.is_report_acceleration)  values(server.clientip) values(server.is_acceleration)  values(server.is_licenser)  values(server.is_metrics)   values(server.is_not_acceleration)  values(server.is_not_licenser)  values(server.is_not_metrics)   values(server.is_not_scheduler) values(server.is_not_splunkdaccess) values(server.is_scheduler) values(server.is_splunkdaccess) values(server.licenser.is_daily_usage)  values(server.licenser.is_not_daily_usage)  values(server.licenser.is_not_pool_warnings)    values(server.licenser.is_not_quota)    values(server.licenser.is_not_slave_warn_summary)   values(server.licenser.is_pool_warnings)    values(server.licenser.is_quota)    values(server.licenser.is_slave_warn_summary)   values(server.method)   values(server.metrics.is_Thruput)   values(server.metrics.is_not_Thruput)   values(server.metrics.is_not_pipeline)  values(server.metrics.is_not_queue) values(server.metrics.is_not_systemwide_search_load_)   values(server.metrics.is_not_user_search_load)  values(server.metrics.is_pipeline)  values(server.metrics.is_queue) values(server.metrics.is_systemwide_search_load_)   values(server.metrics.is_user_search_load)  values(server.scheduler.is_alerts)  values(server.scheduler.is_not_alerts)  values(server.scheduler.is_not_scheduled_reports)   values(server.scheduler.is_not_summaryindexing) values(server.scheduler.is_scheduled_reports)   values(server.scheduler.is_summaryindexing) values(server.spent)    values(server.splunkdaccess.is_job_endpoint)    values(server.splunkdaccess.is_not_job_endpoint)    values(server.status)   values(server.uri_path) values(server.uri_query)    values(server.user) values(source)  values(sourcetype)  values(splunk_server)   values(splunk_server_group) values(timeendpos)  values(timestartpos)    values(uri) values(version) values(with_new)
130333 131320 17548 3729 4367 60970 7123 77973  -1 500  15  30  56  october 28 29   friday  2015    780 1   splunkd-access  admin default local searches tz user-prefs views    indexer -   _internal   1   server server.splunkdaccess - - - 11ms - - - 17ms - - - 1ms - - - 3ms - - - 6ms - - - 8ms - - - 9ms ..._-__[//:::._+]_"_///-_/."___-_-_-_ ..._-__[//:::._+]_"_///////_/."___-_-_-_ ..._-__[//:::._+]_"_//////?=&amp;amp;=-_/."___-_-_-_ ..._-__[//:::._+]_"_//////?=-_/."___-_-_-_ ..._-__[//:::._+]_"_/////?=&amp;amp;=%%%%&amp;amp;=_/."___-_-_-_ ..._-__[//:::._+]_"_////_/."___-_-_-_ ..._-__[//:::._+]_"_///?=%&amp;amp;=%&amp;amp;=-_/."___-_-_-_ 30/Oct/2015:15:56:28.979 +1300 30/Oct/2015:15:56:28.985 +1300 30/Oct/2015:15:56:28.998 +1300 30/Oct/2015:15:56:29.022 +1300 30/Oct/2015:15:56:29.043 +1300 30/Oct/2015:15:56:29.062 +1300 30/Oct/2015:15:56:29.080 +1300 30/Oct/2015:15:56:29.101 +1300 30/Oct/2015:15:56:29.121 +1300 30/Oct/2015:15:56:29.150 +1300 30/Oct/2015:15:56:29.208 +1300    services servicesNS disabled%3Dfalse is_visible%3D1%20AND%20disabled%3D0    0   1   1   0   127.0.0.1   0   0   0   1   1   1   1   0   0   1   0   1   1   1   1   0   0   0   GET 0   1   1   1   1   1   0   0   0   0   0   1   1   1   0   0   1 11 17 3 6 8 9 0   1   200 /services/apps/local /services/authentication/users/admin /services/data/user-prefs /services/search/timeparser/tz /servicesNS/admin/launcher/data/ui/nav/default /servicesNS/admin/launcher/data/ui/views /servicesNS/admin/launcher/saved/searches    _with_new=1&amp;amp;search=is_visible%3D1%20AND%20disabled%3D0&amp;amp;count=500 count=-1 digest=1&amp;amp;count=-1 search=disabled%3Dfalse&amp;amp;search=visible%3Dtrue&amp;amp;count=-1  admin   /opt/splunk/var/log/splunk/splunkd_access.log   splunkd_access  michael-VirtualBox  dmc_group_deployment_server dmc_group_indexer dmc_group_kv_store dmc_group_license_master dmc_group_search_head 49  19  /services/apps/local?search=disabled%3Dfalse&amp;amp;search=visible%3Dtrue&amp;amp;count=-1 /services/authentication/users/admin /services/data/user-prefs /services/search/timeparser/tz /servicesNS/admin/launcher/data/ui/nav/default /servicesNS/admin/launcher/data/ui/views?count=-1 /servicesNS/admin/launcher/data/ui/views?digest=1&amp;amp;count=-1 /servicesNS/admin/launcher/saved/searches?_with_new=1&amp;amp;search=is_visible%3D1%20AND%20disabled%3D0&amp;amp;count=500    HTTP/1.0    1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Oct 2015 18:33:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209415#M61222</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-10-30T18:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209416#M61223</link>
      <description>&lt;P&gt;Awesome, thanks!&lt;/P&gt;

&lt;P&gt;Then I know it's just something I'm doing.&lt;BR /&gt;
Getting no results doing exactly the same as you on both fresh 6.2.0 and 6.3.0 installs.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 18:45:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209416#M61223</guid>
      <dc:creator>Goophy</dc:creator>
      <dc:date>2015-10-30T18:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209417#M61224</link>
      <description>&lt;P&gt;If this was useful and answered your question, please accept the answer - thx.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 19:26:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209417#M61224</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-11-03T19:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209418#M61225</link>
      <description>&lt;P&gt;I don't want to tag it as answered yet as I still can't reproduce your results unfortunately.&lt;BR /&gt;
Which version of Splunk do you use?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 22:01:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209418#M61225</guid>
      <dc:creator>Goophy</dc:creator>
      <dc:date>2015-11-03T22:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209419#M61226</link>
      <description>&lt;P&gt;Splunk 6.3&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 22:04:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209419#M61226</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-11-03T22:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209420#M61227</link>
      <description>&lt;P&gt;That is so weird.&lt;BR /&gt;
I've ran the exact same search on fresh 6.3-installs on three different Debian and RHEL-servers.&lt;/P&gt;

&lt;P&gt;No results. A simple count shows that there is data though.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 22:10:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209420#M61227</guid>
      <dc:creator>Goophy</dc:creator>
      <dc:date>2015-11-03T22:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209421#M61228</link>
      <description>&lt;P&gt;Have you tried some different browsers too?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 22:17:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209421#M61228</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-11-03T22:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209422#M61229</link>
      <description>&lt;P&gt;Just tried Chrome, IE and Firefox.&lt;BR /&gt;
No difference.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 22:23:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209422#M61229</guid>
      <dc:creator>Goophy</dc:creator>
      <dc:date>2015-11-03T22:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209423#M61230</link>
      <description>&lt;P&gt;Have a look at the job inspector and see what is reported there; running &lt;CODE&gt;| tstats values from datamodel=internal_server&lt;/CODE&gt; over &lt;CODE&gt;today&lt;/CODE&gt; returns for me this at top of the job inspector:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;This search has completed and has returned 1 result by scanning 213,774 events in 0.377 seconds.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Nov 2015 22:37:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209423#M61230</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-11-03T22:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209424#M61231</link>
      <description>&lt;P&gt;"today" will always contain the last 5 minutes of data which is not accelerated, and that returns something.&lt;/P&gt;

&lt;P&gt;If I run yesterday I get the standard:&lt;/P&gt;

&lt;P&gt;This search has completed and found 371,510 matching events. However, the transforming commands in the highlighted portion of the following search:&lt;/P&gt;

&lt;P&gt;| tstats values from datamodel=internal_server&lt;BR /&gt;
over the time range:&lt;/P&gt;

&lt;P&gt;02/11/2015 00:00:00.000 – 03/11/2015 00:00:00.000&lt;BR /&gt;
generated no results. Possible solutions are to:&lt;/P&gt;

&lt;P&gt;So there is data, but it seems like the accelerated DM just doesn't want to show fields not explicitly mentioned.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 22:45:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209424#M61231</guid>
      <dc:creator>Goophy</dc:creator>
      <dc:date>2015-11-03T22:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Are wildcards with tstats on accelerated data models not possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209425#M61232</link>
      <description>&lt;P&gt;Forgot to close this one.&lt;/P&gt;

&lt;P&gt;Splunk support said this isn't supported and won't be supported in the near future if anyone wonders.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2016 13:58:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Are-wildcards-with-tstats-on-accelerated-data-models-not/m-p/209425#M61232</guid>
      <dc:creator>Goophy</dc:creator>
      <dc:date>2016-07-17T13:58:49Z</dc:date>
    </item>
  </channel>
</rss>

