Skip to content

Commit da3584d

Browse files
authored
Filebeat Azure - Add missing var definitions in the manifest files (#16468)
* Add vars * changelog * temp * line * update * take test out
1 parent dc98361 commit da3584d

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
7676
- Prevent Elasticsearch from spewing log warnings about redundant wildcards when setting up ingest pipelines for the `elasticsearch` module. {issue}15840[15840] {pull}15900[15900]
7777
- Fix mapping error for cloudtrail additionalEventData field {pull}16088[16088]
7878
- Fix a connection error in httpjson input. {pull}16123[16123]
79+
- Adding the var definitions in azure manifest files, fix for errors when executing command setup. {issue}16270[16270] {pull}16468[16468]
7980
- Fix merging of fileset inputs to replace paths and append processors. {pull}16450{16450}
8081

8182
*Heartbeat*

x-pack/filebeat/module/azure/activitylogs/manifest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ var:
77
default: "insights-operational-logs"
88
- name: consumer_group
99
default: "$Default"
10+
- name: connection_string
11+
- name: storage_account
12+
- name: storage_account_key
1013

1114
ingest_pipeline:
1215
- ingest/pipeline.json

x-pack/filebeat/module/azure/auditlogs/manifest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ var:
77
default: "insights-logs-auditlogs"
88
- name: consumer_group
99
default: "$Default"
10+
- name: connection_string
11+
- name: storage_account
12+
- name: storage_account_key
1013

1114
ingest_pipeline:
1215
- ingest/pipeline.json

x-pack/filebeat/module/azure/signinlogs/manifest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ var:
77
default: "insights-logs-signinlogs"
88
- name: consumer_group
99
default: "$Default"
10+
- name: connection_string
11+
- name: storage_account
12+
- name: storage_account_key
1013

1114
ingest_pipeline:
1215
- ingest/pipeline.json

0 commit comments

Comments
 (0)