Exclude historical data processing from ingest actions rulesets
Configure ingest actions rulesets to separate historical data processing from stream data processing for the same source type.
Ensure you have administrative access to the ingest actions rulesets configuration.
For a given source type, you can configure specific rules to separate historical data processing from stream data processing. This configuration routes historical data to a dedicated index and excludes it from further processing by rulesets designed for stream data.
- The historical data is sent to the promote index and remains unprocessed (
environment=staging). - The stream data is sent to the stream index and is processed according to your existing rules (
environment=masked).