@@ -57,7 +57,7 @@ filebeat.inputs:
57
57
- $PATH_TO_LOG_FILE
58
58
output.elasticsearch :
59
59
hosts : ['https://api.axiom.co:443/v1/datasets/DATASET_NAME/elastic']
60
- api_key : ' API_TOKEN'
60
+ api_key : ' axiom: API_TOKEN'
61
61
allow_older_versions : true
62
62
` ` `
63
63
@@ -92,7 +92,7 @@ metricbeat.modules:
92
92
output.elasticsearch :
93
93
hosts : ["https://api.axiom.co:443/v1/datasets/DATASET_NAME/elastic"]
94
94
# Specify Axiom API token
95
- api_key : ' API_TOKEN'
95
+ api_key : ' axiom: API_TOKEN'
96
96
allow_older_versions : true
97
97
` ` `
98
98
@@ -118,7 +118,7 @@ metricbeat.modules:
118
118
# Add other AWS configurations if needed
119
119
output.elasticsearch :
120
120
hosts : ["https://api.axiom.co:443/v1/datasets/DATASET_NAME/elastic"]
121
- api_key : ' API_TOKEN'
121
+ api_key : ' axiom: API_TOKEN'
122
122
allow_older_versions : true
123
123
` ` `
124
124
@@ -171,7 +171,7 @@ logging.level: info
171
171
output.elasticsearch:
172
172
hosts: ['https://api.axiom.co:443/v1/datasets/DATASET_NAME/elastic']
173
173
# token should be an API token
174
- api_key: 'API_TOKEN'
174
+ api_key: 'axiom: API_TOKEN'
175
175
allow_older_versions: true
176
176
` ` `
177
177
@@ -224,7 +224,7 @@ output.elasticsearch:
224
224
protocol: "https"
225
225
ssl.verification_mode: "full"
226
226
# token should be an API token
227
- api_key: 'API_TOKEN'
227
+ api_key: 'axiom: API_TOKEN'
228
228
allow_older_versions: true
229
229
` ` `
230
230
@@ -246,7 +246,7 @@ winlogbeat.event_logs:
246
246
output.elasticsearch:
247
247
hosts: ['https://api.axiom.co:443/v1/datasets/DATASET_NAME/elastic']
248
248
# token should be an API token
249
- api_key: 'API_TOKEN'
249
+ api_key: 'axiom: API_TOKEN'
250
250
allow_older_versions: true
251
251
ssl.verification_mode: "certificate"
252
252
@@ -318,7 +318,7 @@ heartbeat.monitors:
318
318
output.elasticsearch:
319
319
hosts: ['https://api.axiom.co:443/v1/datasets/DATASET_NAME/elastic']
320
320
# token should be an API token
321
- api_key: 'API_TOKEN'
321
+ api_key: 'axiom: API_TOKEN'
322
322
allow_older_versions: true
323
323
` ` `
324
324
@@ -363,7 +363,7 @@ auditbeat.modules:
363
363
output.elasticsearch:
364
364
hosts: ['https://api.axiom.co:443/v1/datasets/DATASET_NAME/elastic']
365
365
# token should be an API token
366
- api_key: 'API_TOKEN'
366
+ api_key: 'axiom: API_TOKEN'
367
367
allow_older_versions: true
368
368
` ` `
369
369
@@ -451,7 +451,7 @@ protocols:
451
451
output.elasticsearch:
452
452
hosts: ['https://api.axiom.co:443/v1/datasets/DATASET_NAME/elastic']
453
453
# api_key should be your API token
454
- api_key: 'API_TOKEN'
454
+ api_key: 'axiom: API_TOKEN'
455
455
allow_older_versions: true
456
456
` ` `
457
457
@@ -493,10 +493,10 @@ journalbeat.inputs:
493
493
output.elasticsearch:
494
494
hosts: ['https://api.axiom.co:443/v1/datasets/DATASET_NAME/elastic']
495
495
# token should be an API token
496
- api_key: 'API_TOKEN'
496
+ api_key: 'axiom: API_TOKEN'
497
497
allow_older_versions: true
498
498
` ` `
499
499
500
500
<ReplaceDatasetToken />
501
501
502
- For more information on configuring Journalbeat, visit the [documentation](https://www.elastic.co/guide/en/beats/journalbeat/current/configuration-journalbeat-options.html).
502
+ For more information on configuring Journalbeat, visit the [documentation](https://www.elastic.co/guide/en/beats/journalbeat/current/configuration-journalbeat-options.html).
0 commit comments