Getting Data In

Configuring inputs/props in AWS Cloudformation not working with cscSalt=<SOURCE>

Psjtech
New Member

Hi,

 

We have Splunk agent running as a docker container.  We earlier did inputs.conf and props.conf on the splunk container and were ingesting csv file. Everything works smoothly. 

But due to some reasons, we will not be able to make those changes to inputs.conf and props.conf on the splunk container. 

So we added the below config in AWS cloudformation. Our CSV files contains a fixed HEADER as line #1. But unfortunately Splunk ingests the file for the 1st time only and it doesn't ingests subsequent files which contains the same header. Any help on this would be great. Thanks

 

splunk:
                monitors:
                  - index: "myindex"
                    file: "/path/abc-*.csv"
                    sourcetype: "mysourcetype"
                    crcSalt: "<SOURCE>"
                    DATETIME_CONFIG: "CURRENT"
                    INDEXED_EXTRACTIONS: "csv"
                    KV_MODE: "none"
                    HEADER_FIELD_LINE_NUMBER: "1"
                    FIELD_DELIMITER: ","
                    SHOULD_LINEMERGE: "false"

Labels (4)
0 Karma
Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...