All Apps and Add-ons

Why does ES Content Updates search for itself as ESCU?

danielbb
Motivator

I see the following in this app -

alt text

The search query is -

| rest /services/saved/searches splunk_server=local count=0
                | search title="ESCU - *" | rename action.escu.search_type AS search_type
                | eval search_type = upper(substr(search_type,1,1)) + lower(substr(search_type,2))
                | stats count by search_type

What is it doing exactly? I guess it monitors itself ...

0 Karma
1 Solution

harsmarvania57
Ultra Champion

Hi,

That search is providing how many different searches are available in ESCU app with different search types.

View solution in original post

harsmarvania57
Ultra Champion

Hi,

That search is providing how many different searches are available in ESCU app with different search types.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...