Knowledge Management

How to collect summary events with a new sourcetype and server time

proylea
Contributor

I want to extract certain events into the same index with a different sourcetype, this is simple, but I would like to change the timestamp of the collect event to server time.

This is the search I am using but it keeps the original timestamp of the event.

index="cartt" | tail 100 | collect addtime=false index=cartt host=CARTT source=cartt_deleted sourcetype=cartt_deleted
0 Karma

micahkemp
Champion

Why do you want to change the sourcetype?

You can use [source:] in props.conf to create search time customizations for summary data.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

How about this?

index="cartt" | tail 100 | eval _time=now() | collect addtime=false index=cartt host=CARTT source=cartt_deleted sourcetype=cartt_deleted
---
If this reply helps you, Karma would be appreciated.
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 ...