I am using |datamodel command in search box but it is not accelerated data. I verified this by data model summary where access count value shows as zero.
Can someone please tell if there is any fix for this?
We cannot use 'tstats' command as we have requirement to create reports in which we need to do union/join with different searches and with 'tstats' I think union/join cannot be done.
Typically, to search a data model using acceleration would look something like this:
| tstats count from datamodel=Network_Traffic where something= . . .
(http://docs.splunk.com/Documentation/Splunk/6.2.3/Knowledge/Acceleratedatamodels)