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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...