- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to connect a heavy forwarder to Splunk Cloud?
Dayane_tr
Path Finder
06-22-2022
02:19 PM
Hello,
I have a linux machine where Splunk Enterprise is installed and I would like to use Heavy forwarder to send the files to the cloud.
How do I install the "app"(splunkclouduf.spl) from the cloud instance in Splunk Enterprise?
I don't have access to the Splunk Enterprise web interface, only access to the linux machine.
Regards
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PickleRick

SplunkTrust
06-25-2022
01:55 AM
I never remember the proper syntax, but it's either
/opt/splunk/bin/splunk app install app_package.spl
or
/opt/splunk/bin/splunk install app app_package.spl
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Roy_9
Motivator
06-25-2022
01:00 AM
@Dayane_tr After the untar is done as rich suggested, you should open a FW connection from HF to Splunk Cloud(basically will be as inputs*.abc.splunkcloud.com) something like that on port 9997.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
06-22-2022
05:18 PM
Install the app like you would install any other app on the command line. Untar the file to $SPLUNK_HOME/etc/apps then restart the HF.
tar -zxf splunkclouduf.spl -C /opt/splunk/etc/apps
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
