-
Notifications
You must be signed in to change notification settings - Fork 458
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
Add system test for Netflow Log (udp) #590
Merged
andrewkroh
merged 3 commits into
elastic:master
from
andrewkroh:feature/netflow/system-tests
Feb 1, 2021
Merged
Add system test for Netflow Log (udp) #590
andrewkroh
merged 3 commits into
elastic:master
from
andrewkroh:feature/netflow/system-tests
Feb 1, 2021
Conversation
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
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) |
andrewkroh
force-pushed
the
feature/netflow/system-tests
branch
from
January 31, 2021 16:06
97cdde2
to
5f68f46
Compare
adriansr
approved these changes
Feb 1, 2021
eyalkraft
pushed a commit
to build-security/integrations
that referenced
this pull request
Mar 30, 2022
* Add system test for Netflow Log (udp) 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) * Add field definitions for netflow vendor fields * Add numeric_keyword_fields to test config for network.iana_number
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