-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing Windows Support for Client Only #200
Comments
Hi @JonoRicci, Sorry for the delayed response. Things have been crazy busy at work. First, the chef-splunk cookbook doesn't officially support Windows, but I can see where it would be useful to setup as a client to ship logs to a Splunk Server, regardless of the platform. For my project at work, I created a wrapper cookbook that sets attributes needed to setup a SplunkForwarder. Specifically, these attributes are for my organization, so nothing that I can share here. However, I found that wrapping the chef-splunk cookbook and setting attributes specifically for a Splunk Forwarder install was a way to distribute it to my internal customers without exposing them to all the server-specific internals of the chef-splunk cookbook. Some of the attributes that I set in my wrapper cookbook for splunk UF installation are:
We also install a custom Splunk app that merely consists of a recipes/default.rb:
|
Myself and @jjm have a need to install the Splunk Universal Forwarder on Windows.
I am planning to submit a pull request soon but I thought I would raise an issue to start a discussion in case there are any details or thoughts we are missing.
Desired Behaviour
The
chef-splunk
cookbook will install only the Universal Forwarder on:We only desire to install the Universal Forwarder and not the Splunk server.
At this moment I'm unsure if I need to make additional changes if sending data to Splunk Cloud rather than Splunk Enterprise, and whether that's in the scope of this cookbook.
References
The text was updated successfully, but these errors were encountered: