Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add system test for Netflow Log (udp) (elastic#590)
* 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
- Loading branch information