Sending data from Ingest Processor to Splunk Cloud Platform
You can send data from Ingest Processor to the Splunk Cloud Platform deployment that is connected to the Ingest Processor service.
During the first-time setup process for the Ingest Processor solution, the Ingest Processor solution is connected to a Splunk Cloud Platform deployment. Due to this connection, the indexes and indexers associated with this deployment are already available as data destinations for Ingest Processor pipelines. You can create a pipeline to send data to this connected Splunk Cloud Platform deployment using the Splunk-to-Splunk (S2S) protocol. For more information, see Send data from Ingest Processor to the Splunk Cloud Platform deployment connected to your tenant.
How does Ingest Processor know which index to send data to?
When you send data from Ingest Processor to Splunk Cloud Platform, the destination index is determined by the following precedence order of configurations:
Configuration | Description |
---|---|
The SPL2 statement of the pipeline | If the pipeline contains an eval command that sets the index field to a specific value, then Ingest Processor sends data to the specified index.
$pipeline = | from $source | eval index="AppLogEvents" | into $destination;
|
The metadata in the event payload | If the event contains metadata that specifies an index, then Ingest Processor sends the event to that index.
|
None of the previously described configurations specify an index | Ingest Processor sends data to the default index of the Splunk platform deployment, which is typically main. See Manage Splunk Cloud Platform indexes in the Splunk Cloud Platform Admin Manual for more information. |
If the destination index determined by this precedence order does not exist in the Splunk Cloud Platform deployment, then one of the following outcomes occur:
- If the
lastChanceIndex
property is configured in the Splunk Cloud Platform deployment, then the data goes to the index specified by that property. - If the
lastChanceIndex
property is not configured, then the data is dropped.
For more information about the lastChanceIndex
property, see indexes.conf in the Splunk Enterprise Admin Manual.
Add or manage destinations | Send data from Ingest Processor to the Splunk Cloud Platform deployment connected to your tenant |
This documentation applies to the following versions of Splunk Cloud Platform™: 9.1.2308, 9.1.2312, 9.2.2403, 9.2.2406 (latest FedRAMP release)
Feedback submitted, thanks!