Skip to content

Releases: splunk/splunk-ansible

8.0.5

21 Jul 00:07
b7ad087
Compare
Choose a tag to compare

8.0.5 Release Notes

What's New?

  • Support for Splunk Enterprise Security (ES)
  • Added a role for the Distributed Monitoring Console (DMC)
  • Support for forwarding from the Splunk Data Stream Processor (DSP)

Changes

  • splunk.license_master_url now allows scheme and port to be set along with the protocol
  • Updates to tests and documentation

View Changelog

8.0.4.1

10 Jun 23:36
4419c8c
Compare
Choose a tag to compare

8.0.4.1 Release Notes

What's New?

  • Support for setting the deployer push mode to control how apps are bundled and distributed to cluster members:
    • shc.deployer_push_mode in default.yml
  • Added the config variable auxiliary_cluster_masters to support enabling a search head to search across multiple indexer clusters. See Multi-Cluster Search for details on configuration.
  • Documentation on executing splunk-ansible remotely, through a controller node such as Ansible Tower/AWX

Changes

  • Apps copied from etc/apps now include the local directory, ignoring local/app.conf
  • Set custom Splunkd connection timeout using either:
    • splunk.connection_timeout in default.yml
    • SPLUNK_CONNECTION_TIMEOUT environment variable

View Changelog

7.3.6

10 Jun 23:37
4419c8c
Compare
Choose a tag to compare

Splunk Enterprise maintenance patch - syncing with latest codebase (v8.0.4.1)

View Changelog

8.0.4

23 May 00:04
923afa3
Compare
Choose a tag to compare

8.0.4 Release Notes

What's New?

  • Support for custom SSL certificates for the Splunkd management endpoint
  • Support for custom ports for Splunk Application Server and App KV Store using:
    • splunk.appserver.port, splunk.kvstore.port in default.yml
    • SPLUNK_APPSERVER_PORT, SPLUNK_KVSTORE_PORT environment variables
  • Java installation through default.yml with java_download_url, java_update_version, and java_version
  • Support for Windows+AWS deployments for Splunk v7.2 and v7.3

Changes

  • Set pass4SymmKey for indexer discovery separately from pass4SymmKey for indexer clustering with:
    • splunk.idxc.discoveryPass4SymmKey in default.yml
    • SPLUNK_IDXC_DISCOVERYPASS4SYMMKEY environment variable
  • outputs.conf is configured without REST calls to ensure forwarding is enabled before Splunk starts
  • Splunk Deployer can be used as a deployment client
  • Refactored molecule test structure

View Changelog

7.2.10.1

28 Apr 19:13
de283f3
Compare
Choose a tag to compare

Splunk Enterprise maintenance patch - syncing with latest codebase (v8.0.3)

View Changelog

8.0.3

15 Apr 07:04
fda3284
Compare
Choose a tag to compare

8.0.3 Release Notes

What's New?

  • Support for custom SSL certificates for the HEC endpoint
  • Support for Java installations on Red Hat and CentOS
  • Updated defaults for service_name

Changes

  • Switched splunk.conf in default.yml from a dictionary mapping to an array-based scheme. The change is backwards compatible but moving to the new array-based type is highly recommended as the new standard.
  • In S2S configuration, revised Splunk restart trigger to occur only when splunktcp has changed and Splunk is running
  • Refactored how apps are copied and disabled
  • Bugfix for supporting empty stanzas in config files

View Changelog