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
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...