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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...