If you're certain the data is indexed, then it is likely that your default indexes do not include the index in which is it is stored. If you do have permission to view it, you can try:
index=*
You can see what indexes are available to you by running the search:
| eventcount summarize=false index=* index=_*
... View more