NetFlow

The netflow log type records NetFlow events used during integration testing.

The following code snippet contains all the raw_field and ecs mappings for this log type:

  1. "mappings": [
  2. {
  3. "raw_field":"netflow.source_ipv4_address",
  4. "ecs":"source.ip"
  5. },
  6. {
  7. "raw_field":"netflow.source_transport_port",
  8. "ecs":"source.port"
  9. },
  10. {
  11. "raw_field":"netflow.destination_ipv4_address",
  12. "ecs":"destination.ip"
  13. },
  14. {
  15. "raw_field":"netflow.destination_transport_port",
  16. "ecs":"destination.port"
  17. },
  18. {
  19. "raw_field":"http.request.method",
  20. "ecs":"http.request.method"
  21. },
  22. {
  23. "raw_field":"http.response.status_code",
  24. "ecs":"http.response.status_code"
  25. },
  26. {
  27. "raw_field":"timestamp",
  28. "ecs":"timestamp"
  29. }
  30. ]