You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| largeMessageStoreEndpoint | string | AWS S3 Large Message Store endpoint (e.g. https://s3.us-west-2.amazonaws.com)|
36
-
| largeMessageStorePath | string | S3 path for Large Message Store (e.g. s3://bucket-name/directory) |
34
+
| endpoint | string | AWS SQS endpoint
35
+
| largeMessageStoreEndpoint | string | AWS S3 Large Message Store endpoint |
36
+
| largeMessageStorePath | string | S3 path for Large Message Store |
37
37
| deadLetterQueueName | string | Name of the SQS dead letter queue |
38
38
39
+
Change of any of the bus inputs does not restart Splunk. It just updates the config values with no disruptions.
39
40
40
41
## Example
41
42
```
@@ -69,11 +70,9 @@ In addition to common spec inputs, the IngestorCluster resource provides the fol
69
70
70
71
## Example
71
72
72
-
The example presented below configures IngestorCluster named ingestor with Splunk 9.4.4 image that resides in a default namespace and is scaled to 3 replicas that serve the ingestion traffic. This IngestorCluster custom resource is set up with the service account named ingestor-sa allowing it to perform SQS and S3 operations. Push Bus inputs allow the user to specify queue and bucket settings for the ingestion process.
73
-
74
-
In this case, the setup uses bus configuration resource reference that is the SQS and S3 based configuration where the messages are stored in sqs-test queue in us-west-2 region with dead letter queue set to sqs-dlq-test queue. The large message store is set to ingestion bucket in smartbus-test directory. Based on these inputs, default-mode.conf and outputs.conf files are configured accordingly.
73
+
The example presented below configures IngestorCluster named ingestor with Splunk 10.0.0 image that resides in a default namespace and is scaled to 3 replicas that serve the ingestion traffic. This IngestorCluster custom resource is set up with the service account named ingestor-sa allowing it to perform SQS and S3 operations. Push Bus reference allows the user to specify queue and bucket settings for the ingestion process.
75
74
76
-
Change of any of the bus inputs does not restart Splunk. It just updates the config values with no disruptions.
75
+
In this case, the setup the SQS and S3 based configuration where the messages are stored in sqs-test queue in us-west-2 region with dead letter queue set to sqs-dlq-test queue. The large message store is set to ingestion bucket in smartbus-test directory. Based on these inputs, default-mode.conf and outputs.conf files are configured accordingly.
77
76
78
77
```
79
78
apiVersion: enterprise.splunk.com/v4
@@ -85,7 +84,7 @@ metadata:
85
84
spec:
86
85
serviceAccount: ingestor-sa
87
86
replicas: 3
88
-
image: splunk/splunk:9.4.4
87
+
image: splunk/splunk:10.0.0
89
88
busConfigurationRef:
90
89
name: bus-config
91
90
```
@@ -105,11 +104,9 @@ In addition to common spec inputs, the IndexerCluster resource provides the foll
105
104
106
105
## Example
107
106
108
-
The example presented below configures IndexerCluster named indexer with Splunk 9.4.4 image that resides in a default namespace and is scaled to 3 replicas that serve the indexing traffic. This IndexerCluster custom resource is set up with the service account named ingestor-sa allowing it to perform SQS and S3 operations. Pull Bus inputs allow the user to specify queue and bucket settings for the indexing process.
107
+
The example presented below configures IndexerCluster named indexer with Splunk 10.0.0 image that resides in a default namespace and is scaled to 3 replicas that serve the indexing traffic. This IndexerCluster custom resource is set up with the service account named ingestor-sa allowing it to perform SQS and S3 operations. Pull Bus reference allows the user to specify queue and bucket settings for the indexing process.
109
108
110
-
In this case, In this case, the setup uses bus configuration resource reference that is the SQS and S3 based configuration where the messages are stored in and retrieved from sqs-test queue in us-west-2 region with dead letter queue set to sqs-dlq-test queue. The large message store is set to ingestion bucket in smartbus-test directory. Based on these inputs, default-mode.conf, inputs.conf and outputs.conf files are configured accordingly.
111
-
112
-
Change of any of the bus inputs does not restart Splunk. It just updates the config values with no disruptions.
109
+
In this case, the setup uses the SQS and S3 based configuration where the messages are stored in and retrieved from sqs-test queue in us-west-2 region with dead letter queue set to sqs-dlq-test queue. The large message store is set to ingestion bucket in smartbus-test directory. Based on these inputs, default-mode.conf, inputs.conf and outputs.conf files are configured accordingly.
0 commit comments