Add system test for Netflow Log (udp)#590
Merged
andrewkroh merged 3 commits intoelastic:masterfrom Feb 1, 2021
andrewkroh:feature/netflow/system-tests
Merged
Add system test for Netflow Log (udp)#590andrewkroh merged 3 commits intoelastic:masterfrom andrewkroh:feature/netflow/system-tests
andrewkroh merged 3 commits intoelastic:masterfrom
andrewkroh:feature/netflow/system-tests
Conversation
Add a system test for the netflow input in the Netflow Log data stream. Initially the errors were: netflow/log netflow: [0] field "netflow.art_client_network_time_sum" is undefined [1] field "netflow.art_count_late_responses" is undefined [2] field "netflow.art_count_responses" is undefined [3] field "netflow.art_count_retransmissions" is undefined [4] field "netflow.art_count_transactions" is undefined [5] field "netflow.art_network_time_sum" is undefined [6] field "netflow.art_response_time_sum" is undefined [7] field "netflow.art_server_network_time_sum" is undefined [8] field "netflow.art_server_response_time_maximum" is undefined [9] field "netflow.art_server_response_time_sum" is undefined [10] field "netflow.art_total_response_time_sum" is undefined [11] field "netflow.art_total_transaction_time_sum" is undefined [12] field "netflow.waasoptimization_segment" is undefined [13] parsing field value failed: field "network.iana_number"'s Go type, float64, does not match the expected field type: keyword (field value: 6)
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
|
6 tasks
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
adriansr
approved these changes
Feb 1, 2021
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Add a system test for the netflow input in the Netflow Log data stream.
Initially the errors were:
Checklist
Related issues
Screenshots