Hi all,
So my Splunk architecture consists of just 1 Heavy Forwarder and Splunk Cloud. I have some logs that do not go through the HF (straight to Splunk Cloud) that I want to drop based on their IP and to do so was wanting to modify props and transforms on the Cloud (like you would do on a forwarder to drop logs).
Support is telling me in order to do this I should make a custom app and modify props and transforms there and not giving me much more than that.
Has anyone done something like this and what did you end up doing? Thanks!
Yes I think you have 2 options.
1. Route your data to your HF and drop the events there before you upload it to splunk cloud
2. If this is not possible you have to create a private app with your props and transforms which drops those events and try to upload this app to splunk cloud via the process in the docs
I think what Splunk support means is that you can create your app locally as you described and then upload it accordingly. There is this article about that:
Ok so I would just make an app that has altered transforms and props and then upload that? Just confusing because on a HF you would just alter the props and transforms for splunk.
Yes I think you have 2 options.
1. Route your data to your HF and drop the events there before you upload it to splunk cloud
2. If this is not possible you have to create a private app with your props and transforms which drops those events and try to upload this app to splunk cloud via the process in the docs
We ended up routing this data to the HF instead of it going straight to splunk cloud. We heard that the approval process for an app to get accepted is painful and also apparently Splunk Cloud doesn't want you having inputs on your search head anyways (it had been there for like 3 years though before they said anything).
Thanks!