Knowledge Management

How to create summary indexes in a certain sequence?

cipherjake
Explorer

I want to create summary index in sequence.

(1) Report schedule
-> summaryindex001

(2) Search base is summaryindex001 report schedule
-> summaryindex002

I want to create (2) after (1) was over.

Are there any good ideas for that?

Thanks.


サマリインデックスを順番に作成していきたいです。

(1) 最初にsummaryindex001を作成します。
(2) summaryindex001からさらにsummaryindex002を作成します。

(1)が終わってから(2)を作成させたいです。

何か良い方法があるでしょうか?

宜しくお願いします。

0 Karma
1 Solution

yannK
Splunk Employee
Splunk Employee

You can use the scheduler cron notation to order them.

example :

  • search 1 with cron 0 1 * * * will run at 1am
  • search 2 with cron 0 2 * * * will run at 2am

make sure that the search 1 takes less than 1hour to run.

View solution in original post

yannK
Splunk Employee
Splunk Employee

You can use the scheduler cron notation to order them.

example :

  • search 1 with cron 0 1 * * * will run at 1am
  • search 2 with cron 0 2 * * * will run at 2am

make sure that the search 1 takes less than 1hour to run.

cipherjake
Explorer

Thank you for your information!!
This problem was resolved thanks to your support.

0 Karma
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 ...