Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/puppet-splunk

Manage Splunk servers and forwarders using Puppet
https://github.com/voxpupuli/puppet-splunk

Add README and update default params

The README is rewritten a bit and the default params updated to match
the README (and also with ...

ad9d5e610b89cf31bc4e5fb2d56bd12f74826428 authored over 11 years ago by Reid Vandewiele <[email protected]>
Add documentation

To the manifests

cda02dffa025ef18c68e9483e31f68803118940e authored over 11 years ago by Reid Vandewiele <[email protected]>
Clean out unused crufty files

This cleaning step is the first step towards maybe even using this
module.

7091f335f202b1bad98ba94f7ae60eb7719ceade authored over 11 years ago by Reid Vandewiele <[email protected]>
Move linux=>posix since much is shared with sunos

Turns out most of the splunk functions on Linux are the same on solaris
so let's make those comm...

2814bf95941f9f395c8300459ef027b2a6924514 authored over 11 years ago by Reid Vandewiele <[email protected]>
Add skeleton parameters for Windows forwarder

These changes have not yet been tested but it's the first stage draft

f43cc3c010f381ee570bbbd59a72eb14fcdbaf34 authored over 11 years ago by Reid Vandewiele <[email protected]>
Add ability for granular service definition

On Linux at least there are multiple services that make up Splunk. By
declaring services as an a...

d77d3fdd3cf1fd3160e5d41657bf4af76a391020 authored over 11 years ago by Reid Vandewiele <[email protected]>
Now splunk is server splunk::forwarder is suf

They also play nicely together and the SplunkUniversalForwarder can
actually send logs to Splunk.

6e4f4b8f5e8d581af11bcce1de84f9d08c10cec1 authored over 11 years ago by Reid Vandewiele <[email protected]>
Save progress before switching gears

Turns out that splunk and splunkforwarder don't necessarily play nicely
together. Therefore refa...

0e5b495b747b77158523102e0917650970b4e1a0 authored over 11 years ago by Reid Vandewiele <[email protected]>
Add specific types for forwarder vs. splunk

Because the config files are in different locations and we want to
enable purging.

52223b1016b95e06da1fd9e8fd85724bce2c01b6 authored over 11 years ago by Reid Vandewiele <[email protected]>
Finalize virtual resources forwarder/server

First pass at complete skeleton of virtual resource interaction for
fowarder/server shared resou...

2711ac94f6716cb8dc4c7264880ceadaf3edfcc8 authored over 11 years ago by Reid Vandewiele <[email protected]>
Convert forwarder to use custom types

Instead of managing the file via template

dda8869a9cffdd426b4bca92d712299c80f04f57 authored over 11 years ago by Reid Vandewiele <[email protected]>
Add inifile type/provider for inputs, outputs

This lets us define individual inputs and outputs natively, and purge.

192186c88eff7dbc3dd12615c04af7e7a4fe5cd5 authored over 11 years ago by Reid Vandewiele <[email protected]>
Work in progress

This commit is basically a "save point" in the branch to come back to
later in case something go...

a3182bbffea0d54026b30b9204db75ea2d2876a0 authored over 11 years ago by Reid Vandewiele <[email protected]>
Update templates to modern standards

Just things like " foobar " vs. " @foobar " in the code. Calling
variables without property scop...

eac43c63e4c001d8d1c404125e1f979bcd6bd4a3 authored over 11 years ago by Reid Vandewiele <[email protected]>
Add gitignore file

Initially just to keep the swp files away

a9c83804e9c45eda57ce60a792fbe4178acb4974 authored over 11 years ago by Reid Vandewiele <[email protected]>
Begin Phase II refactor work for Splunk module

The code has been cleaned up already, now it's time to convert the logic
to best practices and m...

3369f663a3d58359346763f2d44e184d77b1cc16 authored over 11 years ago by Reid Vandewiele <[email protected]>
Update modulefile for new forge release

88bd0b93c4390271c95299d00589d41ddb1632be authored over 11 years ago by Reid Vandewiele <[email protected]>
Merge branch 'seteam_updates'

524e6366b322e2f12e7f89cae3f64dbe1dc10161 authored over 11 years ago by Reid Vandewiele <[email protected]>
Import seteam local changes for demo

The original base module had a great deal of code replication and unclean
mixing of data and log...

66a37407b9247c90e535040048b0948d40930f95 authored over 11 years ago by Reid Vandewiele <[email protected]>
Merge pull request #2 from fiddyspence/typo_module_install

typo in puppet module install command

7bdca40239a281061d4481f18058d6ee785d5774 authored over 11 years ago by Chris Barker <[email protected]>
typo in puppet module install command

1f52be034a9066222898616e4c4c27ca5b451a67 authored over 11 years ago by fiddyspence <[email protected]>
Modify linux_forwarder to template outputs.cfg

Just like windows. This approach seems potentially less flexible
eventually, but eliminates one ...

403f81b5b37db8db954e55730591b57b6f587462 authored about 12 years ago by Reid Vandewiele <[email protected]>
Update for release as seteam/splunk 0.2.0

It isn't polished as much as we'd like but hey, it's opensource. :-)

This is the version of the...

25ae98f480b8c0675367e6e62477a07e3b6b5163 authored about 12 years ago by Reid Vandewiele <[email protected]>
Add splunk widows forwarder config file

This commit adds management of the outputs.conf config file for the
splunk windows forwarder, al...

428147bea48879e1c8bbb9677fb135d6e47f99bb authored about 12 years ago by Reid Vandewiele <[email protected]>
Add a safety check to splunk class

Check for the presence of a splunk::params::deploy variable rather than
blindly including it. Th...

53288e243c3566d43009db37c93ee451a5da2ae9 authored about 12 years ago by Reid Vandewiele <[email protected]>
Refactor existing splunk params.pp

Less is more.

87cdf9c1b8a7b9f7fc6f41a62e0abed1d0013227 authored about 12 years ago by Reid Vandewiele <[email protected]>
Update splunk arch check for new facter, puppet

Facter on Windows reports back as x64 now, not x86_64. This commit
updates the params file for t...

154134e9518aa40eb63ef8f70f3dcabb5ed78710 authored about 12 years ago by Reid Vandewiele <[email protected]>
Move splunk file source(s) to puppet:///files

Do this by adding another value to splunk::params, called
installer_source. I may have gotten a ...

6b2712990876359020daa5862f6f2946232e2af8 authored over 12 years ago by Reid Vandewiele <[email protected]>
Move splunk fileserving from /modules/ to /files/

Seperate out files from code. Expect to find the installation files
under the puppet:///files/$m...

d6af8065dd52bdc306d12b572b2eb748735bb1cf authored over 12 years ago by Reid Vandewiele <[email protected]>
Add current splunk version

Update Splunk to 4.3.2-123586

915b38a151b7477c8a0370859905b087f9f233a7 authored over 12 years ago by Master Environment <[email protected]>
Current Working Setup

This commit represents the current working setup for the demonstration
VCenter box. If all else ...

b61fce61714ec54dafd9364a4f102647cd5cf185 authored over 12 years ago by root <[email protected]>