Skip to content

Releases: splunk/splunk-ansible

7.3.8

23 Nov 23:55
438453b
Compare
Choose a tag to compare

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

View Changelog

8.0.7

30 Oct 19:32
dd53179
Compare
Choose a tag to compare

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

View Changelog

8.1.0

18 Oct 16:19
1fbd569
Compare
Choose a tag to compare

What's New?

  • Added environment variables to configure HTTPS on Splunkd. See Supported environment variables for details.
    • SPLUNKD_SSL_ prefixed environment variables
    • splunk.ssl section in default.yml

Changes

  • Enabled multisite for the splunk_monitor role
  • Enabled local indexing on the license master
  • Bugfixes and cleanup

View Changelog

8.0.6

03 Sep 22:55
0f112e7
Compare
Choose a tag to compare

What's New?

  • Support for declarative admin password, enabling password updates and rotations. splunk.password will always be the password for the admin user and changes to splunk.password will drive password reconciliation.
    • splunk.declarative_admin_password in default.yml
    • SPLUNK_DECLARATIVE_ADMIN_PASSWORD environment variable
  • Added flag to disable pop-ups and new user tour
    • splunk.disable_popups in default.yml
    • SPLUNK_DISABLE_POPUPS environment variable

Changes

  • Fixed default variable propagation order
  • ASan v5 is dynamically linked to builds
  • Bugfixes and security updates

View Changelog

8.0.5.1

03 Sep 22:56
0f112e7
Compare
Choose a tag to compare

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

View Changelog

7.3.7

17 Aug 22:45
5fee70b
Compare
Choose a tag to compare

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

View Changelog

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