Skip to content

Commit 0b4e626

Browse files
author
Jeff Sushetski
committed
Updated documentation to include new clustering mode and forwarder_site_failover option.
1 parent 91672f6 commit 0b4e626

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,13 +810,14 @@ node 'some-server.internal.corp.tld' {
810810

811811
#### `clustering`
812812

813-
Optional. Used to configure Splunk indexer clustering. This is a hash with 4 members:
813+
Optional. Used to configure Splunk indexer clustering. This is a hash with 6 members:
814814

815-
- `mode` (can be one of `master`,`searchhead`,`slave`)
815+
- `mode` (can be one of `master`,`searchhead`,`slave`, or `forwarder`)
816816
- `replication_factor`
817817
- `search_factor`
818818
- `cm` (points to cluster master in case of searchhead,slave, or forwarder in case of indexer discovery)
819819
- `indexer_discovery` (enables indexer discovery on the master node)
820+
- `forwarder_site_failover` (Configures sites that fowarders are allowed to fail over to. `site1:site` allows fowarders in site1 to fail over to indexers in site2 if the local indexers are unavailable.)
820821

821822
For multisite indexer clustering:
822823

0 commit comments

Comments
 (0)