Reporting

SavedSearchをサーチしたい場合の方法は?

Splunk_Shinobi
Splunk Employee
Splunk Employee

保存したサーチ(savedsearch)をリスト化したり、
サーチキーワード自体にサーチをかけたい場合はどうすればよいですか。

  • How to get a list of savedsearch and search over search teams in saved searches?
Tags (2)
0 Karma
1 Solution

melonman
Motivator

admin権限のあるユーザでSavedSearchをリストするには、

| rest /services/saved/searches

と実行すると、qualifiedSearchフィールドにサーチキーワードがありますので、
煮るなり焼くなりしてみてください。

例えば以下の様な感じです。

| rest /services/saved/searches | table author eai:acl.app title dispatch.earliest_time dispatch.latest_time qualifiedSearch | sort + author teai:acl.app title

View solution in original post

0 Karma

melonman
Motivator

admin権限のあるユーザでSavedSearchをリストするには、

| rest /services/saved/searches

と実行すると、qualifiedSearchフィールドにサーチキーワードがありますので、
煮るなり焼くなりしてみてください。

例えば以下の様な感じです。

| rest /services/saved/searches | table author eai:acl.app title dispatch.earliest_time dispatch.latest_time qualifiedSearch | sort + author teai:acl.app title

0 Karma
Get Updates on the Splunk Community!

Index This | What’s a riddle wrapped in an enigma?

September 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...