-
Notifications
You must be signed in to change notification settings - Fork 547
Migrate obs-infraobs-integrations to package-spec v3 #2 #8171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
tommyers-elastic
merged 44 commits into
elastic:main
from
shmsr:migrate-infraobs-ps-v3-batch-2-serverless
Oct 19, 2023
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
a139b92
[hadoop]: migration with yq
shmsr b88025c
[haproxy]: migration with yq
shmsr 892ecef
[ibmmq]: migration with yq
shmsr 3830cd0
[iis]: migration with yq
shmsr 07ab0ed
[influxdb]: migration with yq
shmsr 78ef472
[kafka]: migration with yq
shmsr 6fddcb3
[kafka_log]: migration with yq
shmsr 40ed0aa
[memcached]: migration with yq
shmsr 7bda6ac
[microsoft_sqlserver]: migration with yq
shmsr d5ad826
[mongodb]: migration with yq
shmsr 859bd5d
[mysql]: migration with yq
shmsr c33aa3c
[nagios_xi]: migration with yq
shmsr f871e68
[nginx]: migration with yq
shmsr 8be70d2
[golang] - removed dotted YAML keys from manifest
shmsr 0f27c86
[hadoop] - removed dotted YAML keys from manifest
shmsr b35a369
[jolokia] - removed dotted YAML keys from manifest
shmsr 9b63a38
[kafka_log] - removed dotted YAML keys from manifest
shmsr 2019076
[memcached] - change to format_version 3.0.0
shmsr 01ef133
[iis] - removed dotted YAML keys from manifest
shmsr 90e15c0
[influxdb] - removed dotted YAML keys from manifest
shmsr 1337ccc
[kafka] - removed dotted YAML keys from manifest
shmsr dbf3db7
[microsoft_sqlserver]: migration with yq
shmsr e1bc770
[microsoft_sqlserver] - removed dotted YAML keys from manifest
shmsr c39a827
[mongodb] - removed dotted YAML keys from manifest
shmsr 37f7144
[mysql] - removed dotted YAML keys from manifest
shmsr 7001583
[nginx] - removed dotted YAML keys from manifest
shmsr 4a710b9
Add validation.yml
shmsr f237620
Format packages and quote fields where necessary
shmsr 62e3ac9
revert changes for packages for which v3 migration failed
shmsr dede288
[hadoop,haproxy,iis,mongodb]: remove duplicates from agent.yml instea…
shmsr 76a5e4a
Fix PR number in changelog
shmsr 4bc1aea
Fix inconsistency w/ elastic-build
shmsr 564854d
[mongodb]: Add dimension field which was removed during dedup of fields
shmsr ec8e5d2
quote fields where necessary
shmsr 732461a
Add release field to data stream's manifest if removed from fields
shmsr 3ad6d2f
Quote index.mapping.dimension_fields.limit to avoid getting changed b…
shmsr 5c870ca
Revert "Quote index.mapping.dimension_fields.limit to avoid getting c…
shmsr 1566860
Add comment
shmsr 62ea6c9
[mongodb]: revert changes package-spec v3 migration
shmsr c20f205
[influxdb]: revert changes package-spec v3 migration
shmsr da314b4
remove validation.yml for package which are not migrated to v3
shmsr 9856790
remove comment
shmsr 4c5ffae
[hadoop]: update definition for tags
shmsr cd8da6a
remove release: beta
shmsr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| errors: | ||
| exclude_checks: | ||
| - SVR00002 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/hadoop/data_stream/application/_dev/test/pipeline/test-common-config.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| dynamic_fields: | ||
| event.ingested: ".*" | ||
| "event.ingested": ".*" | ||
| fields: | ||
| tags: | ||
| - preserve_original_event |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,3 @@ | ||
| - name: input.type | ||
| description: Type of Filebeat input. | ||
| type: keyword | ||
| - name: tags | ||
| type: keyword | ||
| description: User defined tags | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,3 +14,4 @@ | |
| name: host.ip | ||
| - external: ecs | ||
| name: tags | ||
| description: User defined tags. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,4 +42,4 @@ | |
| dimension: true | ||
| - external: ecs | ||
| name: host.name | ||
| dimension: true | ||
| dimension: true | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,4 +42,4 @@ | |
| dimension: true | ||
| - external: ecs | ||
| name: host.name | ||
| dimension: true | ||
| dimension: true | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,4 +42,4 @@ | |
| dimension: true | ||
| - external: ecs | ||
| name: host.name | ||
| dimension: true | ||
| dimension: true | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.