-
Notifications
You must be signed in to change notification settings - Fork 466
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
Fix issues found in integrations after testing with logsdb #10919
Closed
Closed
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
4e90935
Prepare tests
jsoriano b7f26c1
Add missing fields to Kibana package
jsoriano 4fa4c8c
Add missing field to ti packages
jsoriano e428580
Skip failing tests in cisco_ios
jsoriano 077c596
Add missing fields for auditd_manager package
jsoriano ce5b67c
Add missing definitions from fields from DNS answers
jsoriano df14db7
Skip failing tests in sophos
jsoriano 9260a7d
Fix nested fields for github package
jsoriano fe41b2c
Fix mappings for subfields of nested fields
jsoriano 1cfcc50
Fix mapping of sources subfields in ti_mandiant
jsoriano 2c0833d
Merge remote-tracking branch 'origin/main' into fix-integrations-logsdb
jsoriano a885278
Merge remote-tracking branch 'origin/main' into fix-integrations-logsdb
jsoriano aa76280
Suggestions from review
jsoriano 84a25df
Change order of labels in testsreporter
jsoriano 57aa78d
Fix magefile
jsoriano bb84415
Test elastic-package from PR 2069 - e77db16c273ef992044d4a0799486569c…
249572a
Add missing numeric keywords
jsoriano ba25c7b
Test elastic-package from PR 2069 - 091e81695abbe8b03f62c5631a2943067…
49ec3a3
Fix mappings of o365
jsoriano 0bfd949
Add string number fields to cockroachdb pipeline tests
jsoriano 94a7530
More numeric keyword fields
jsoriano 9eb48a1
Merge remote-tracking branch 'origin/main' into fix-integrations-logsdb
jsoriano 18e68ee
Move pipeline code to a different PR
jsoriano a0b4d63
Use elastic-package branch
jsoriano 263dc07
Update elastic-package
jsoriano 9777876
Execute with logsdb again
jsoriano f420227
Add numeric keyword fields
jsoriano d839867
Add missing docs
jsoriano 0ec0f50
Revert changes in network traffic
jsoriano 197a8f9
Update READMEs
jsoriano 462ec84
Fix o365
jsoriano b9a760d
More numeric keyword fields
jsoriano 9d7550c
More numeric keyword fields
jsoriano a7c5843
Add missing fields to network_traffic dns
jsoriano b00907b
Bump github.com/elastic/elastic-package from 0.102.0 to 0.103.0
dependabot[bot] ebbd65a
Fix go.mod
jsoriano 104eefc
Add exceptions to some tests
jsoriano c360ffc
Update go version
jsoriano e422dd6
Merge remote-tracking branch 'origin/main' into dependabot/go_modules…
jsoriano 59cf4d4
Merge remote-tracking branch 'origin/dependabot/go_modules/github.com…
jsoriano b995f9c
Merge remote-tracking branch 'origin/main' into fix-integrations-logsdb
jsoriano 5ccf709
Merge remote-tracking branch 'origin/main' into fix-integrations-logsdb
jsoriano 246ac92
Merge remote-tracking branch 'origin/main' into fix-integrations-logsdb
jsoriano a966c47
Merge remote-tracking branch 'origin/main' into fix-integrations-logsdb
jsoriano 71d60a5
Try to revert changes in network traffic
jsoriano 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 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 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 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 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 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 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 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
7 changes: 7 additions & 0 deletions
7
packages/cisco_ios/data_stream/log/_dev/test/pipeline/test-asr920.log-config.yml
This file contains 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,7 @@ | ||
skip: | ||
reason: New value in network.community_id when running on newer versions | ||
link: https://github.com/elastic/integrations/issues/10904 | ||
|
||
# Dummy configuration because of https://github.com/elastic/elastic-package/issues/2051. | ||
fields: | ||
tags: [] |
7 changes: 7 additions & 0 deletions
7
packages/cisco_ios/data_stream/log/_dev/test/pipeline/test-cisco-ios.log-config.yml
This file contains 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,7 @@ | ||
skip: | ||
reason: New value in network.community_id when running on newer versions | ||
link: https://github.com/elastic/integrations/issues/10904 | ||
|
||
# Dummy configuration because of https://github.com/elastic/elastic-package/issues/2051. | ||
fields: | ||
tags: [] |
This file contains 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 |
---|---|---|
|
@@ -52,3 +52,5 @@ | |
external: ecs | ||
- name: client.ip | ||
external: ecs | ||
- name: span.id | ||
external: ecs |
This file contains 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 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 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 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 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
7 changes: 7 additions & 0 deletions
7
packages/sophos/data_stream/xg/_dev/test/pipeline/test-sophos-18-5-firewall.log-config.yml
This file contains 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,7 @@ | ||
skip: | ||
reason: New value in network.community_id when running on newer versions | ||
link: https://github.com/elastic/integrations/issues/10907 | ||
|
||
# Dummy configuration because of https://github.com/elastic/elastic-package/issues/2051. | ||
fields: | ||
tags: [] |
7 changes: 7 additions & 0 deletions
7
packages/sophos/data_stream/xg/_dev/test/pipeline/test-sophos-xg.log-config.yml
This file contains 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,7 @@ | ||
skip: | ||
reason: New value in network.community_id when running on newer versions | ||
link: https://github.com/elastic/integrations/issues/10908 | ||
|
||
# Dummy configuration because of https://github.com/elastic/elastic-package/issues/2051. | ||
fields: | ||
tags: [] |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes should not be needed as these are subfields of a flattened object, fixing this in elastic/elastic-package#2088.