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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...