Knowledge Management

Collect Command

ManishaAgrawal
Explorer

Is it possible to use collect command to collect data from one index and move it to another, where destiation index is not a summary index ?

index=whatever host=whatever source=whatever whatever | collect index=foo

Where foo is pre-configured index in indexes.conf.

Tags (1)
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

Sure. I don't think collect really cares where it gets dumped, just be aware that there will probably be some summary data within the dumped information.

View solution in original post

0 Karma

ManishaAgrawal
Explorer

Thanks Alacercogitatus

Could you please highlight what summary data would be indexed.

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

Sure. I don't think collect really cares where it gets dumped, just be aware that there will probably be some summary data within the dumped information.

0 Karma

linu1988
Champion

some extra fields will be added to the orinal index. you are going to loose event structure, host will change to local splunk instance name. you can see by using a single event collect. Rather than using collect you could copy the buckets.

http://answers.splunk.com/answers/118518/is-it-possible-to-divide-an-index-to-two-indexes?page=1&foc...

0 Karma

ManishaAgrawal
Explorer

Thanks Alacercogitatus

Could you please highlight what summary data would be indexed.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...