Refine your search:

Hey Answers,

I created a new index called bacula.

When I search for: "search index=bacula"

0 results show up. However, when I search for: "index=bacula"

I get the data as expected.

The reason this matters is when I add my query to a dashboard, the dashboard automatically changes the query from "sourcetype=bacula..." to "search sourcetype=bacula..." and nothing shows up.

This is all within a app I created, and the index is associated with that app. I also modified the Roles (user and admin so far) to include the bacula index. Is there some addtional permission issues I have missed?

Thanks!

Mike

asked 03 Feb, 00:21

mcarlson's gravatar image

mcarlson
202
accept rate: 0%

1

Where do you see the dashboard changing the query? Could you show us what lines appear in $SPLUNK_HOME/var/log/splunk/searches.log when you load the dashboard?

(07 Feb, 10:53) hexx ♦

3 Answers:

search is the search command to search, and should be implied but not included as part of the search. (For example, in subsearches you need to specify search as the command.) This behavior may be a bug. If you have enterprise support, I would suggest a support case.

link

answered 03 Feb, 04:50

dwaddle's gravatar image

dwaddle ♦
11.2k1516
accept rate: 34%

Entering anything in the search field uses the search command. Executing a search with "search" in it (except when required for a subsearch) is asking splunk to look in that index for the word "search" in the data. If any of your events have the word "search" in them somewhere, they would show up in this case.

link

answered 07 Feb, 10:33

atreece's gravatar image

atreece
4215
accept rate: 0%

Right, and I am not including the word "search", Splunk is injecting "search" into the query when I add a saved search to a dashboard.

link

answered 07 Feb, 10:36

mcarlson's gravatar image

mcarlson
202
accept rate: 0%

Post your answer
toggle preview

Copyright © 2005-2012 Splunk, Inc. All rights reserved.