All Apps and Add-ons

Deploy *nux add-on files from Windows deployment server

xiyangyang
Path Finder

We have
-Windows Deployment server
-Several Linux client servers.

We want to
-deploy Splunk_TA_nix(*nux add-on) from Windows DS to Linux CS.
-After the deployment, get the cpu, memory data of Linux CS.
-We cannot login Linux CS, so all of the settings should be done in Windows DS.

We have this inputs.conf in Splunk_TA_nix
[script://./bin/top.sh]
interval = 1800
sourcetype = cpu
source = cpu
Also we put this top.sh in bin folder which is contained in Splunk_TA_nix

By far, the deployment is successful, however the data of cpu cannot be get.

We doubt the top.sh cannot be run because of the authority problems.

Is anyone have good idea about is problem?

1 Solution

dwaddle
SplunkTrust
SplunkTrust

See http://docs.splunk.com/Documentation/Splunk/latest/ReleaseNotes/Knownissues. You are running into a known issue:

SPL-91648
Forwarder unable to push scripted inputs to a Linux deployment client from a Windows deployment server.

The gist of the issue as I understand it being that the Windows DS is not correctly setting the "execute" bit on scripts when it creates the DS bundle file. You should contact support to see if they have an ETA on a fix, or give up and convert your DS to a Linux machine.

View solution in original post

0 Karma

dwaddle
SplunkTrust
SplunkTrust

See http://docs.splunk.com/Documentation/Splunk/latest/ReleaseNotes/Knownissues. You are running into a known issue:

SPL-91648
Forwarder unable to push scripted inputs to a Linux deployment client from a Windows deployment server.

The gist of the issue as I understand it being that the Windows DS is not correctly setting the "execute" bit on scripts when it creates the DS bundle file. You should contact support to see if they have an ETA on a fix, or give up and convert your DS to a Linux machine.

0 Karma

xiyangyang
Path Finder

Thank you for your information. I will contact my supporters.

0 Karma

monteirolopes
Communicator

Do you know if this issue has been solved?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...