Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. input {
  2. udp {
  3. host => "0.0.0.0"
  4. port => 4739
  5. codec => netflow {
  6. versions => [10]
  7. target => ipfix
  8. }
  9. type => ipfix
  10. }
  11. }
  12.  
  13. {
  14. "ipfix" => {
  15. "destinationTransportPort" => 39912,
  16. "flowEndMicroseconds" => "2017-04-11T02:53:09.000Z",
  17. "sourceIPv4Address" => "10.x.x.x",
  18. "netscalerUnknown329" => 0,
  19. "egressInterface" => 0,
  20. "octetDeltaCount" => 6600,
  21. "netscalerAppNameAppId" => 165707776,
  22. "sourceTransportPort" => 636,
  23. "flowId" => 14049270,
  24. "destinationIPv4Address" => "10.y.y.y",
  25. "observationPointId" => 472006666,
  26. "netscalerConnectionId" => 14049269,
  27. "tcpControlBits" => 25,
  28. "flowStartMicroseconds" => "2017-04-11T02:53:09.000Z",
  29. "ingressInterface" => 2147483651,
  30. "version" => 10,
  31. "packetDeltaCount" => 16,
  32. "netscalerRoundTripTime" => 0,
  33. "netscalerConnectionChainID" => "00000000000000000000000000000000",
  34. "ipVersion" => 4,
  35. "protocolIdentifier" => 6,
  36. "netscalerUnknown331" => 0,
  37. "netscalerUnknown332" => 0,
  38. "exportingProcessId" => 0,
  39. "netscalerFlowFlags" => 1090527232,
  40. "netscalerTransactionId" => 342306495,
  41. "netscalerConnectionChainHopCount" => 0
  42. },
  43. "@timestamp" => 2017-04-11T02:53:09.000Z,
  44. "@version" => "1",
  45. "host" => "172.28.128.3",
  46. "type" => "ipfix"
  47. }
  48.  
  49.  
  50. {
  51. "ipfix" => {
  52. "netscalerHttpReqUserAgent" => "",
  53. "destinationTransportPort" => 443,
  54. "netscalerHttpReqCookie" => "",
  55. "flowEndMicroseconds" => "2017-04-11T02:52:49.000Z",
  56. "netscalerHttpReqUrl" => "/someblah",
  57. "sourceIPv4Address" => "10.z.z.z",
  58. "netscalerHttpReqMethod" => "POST",
  59. "netscalerHttpReqHost" => "some.example.com",
  60. "egressInterface" => 2147483651,
  61. "octetDeltaCount" => 1165,
  62. "netscalerAppNameAppId" => 36274176,
  63. "sourceTransportPort" => 59959,
  64. "flowId" => 14043803,
  65. "netscalerHttpReqAuthorization" => "",
  66. "netscalerHttpDomainName" => "",
  67. "netscalerAaaUsername" => "",
  68. "netscalerHttpContentType" => "",
  69. "destinationIPv4Address" => "10.w.w.w",
  70. "observationPointId" => 472006666,
  71. "netscalerHttpReqVia" => "",
  72. "netscalerConnectionId" => 14043803,
  73. "tcpControlBits" => 24,
  74. "flowStartMicroseconds" => "2017-04-11T02:52:49.000Z",
  75. "ingressInterface" => 1,
  76. "version" => 10,
  77. "packetDeltaCount" => 1,
  78. "netscalerUnknown330" => 0,
  79. "netscalerConnectionChainID" => "928ba0c1da3300000145ec5805800e00",
  80. "ipVersion" => 4,
  81. "protocolIdentifier" => 6,
  82. "netscalerHttpResForwLB" => 0,
  83. "netscalerHttpReqReferer" => "",
  84. "exportingProcessId" => 0,
  85. "netscalerAppUnitNameAppId" => 0,
  86. "netscalerFlowFlags" => 151134208,
  87. "netscalerTransactionId" => 342305773,
  88. "netscalerHttpResForwFB" => 0,
  89. "netscalerConnectionChainHopCount" => 1,
  90. "netscalerHttpReqXForwardedFor" => ""
  91. },
  92. "@timestamp" => 2017-04-11T02:52:51.000Z,
  93. "@version" => "1",
  94. "host" => "172.28.128.3",
  95. "type" => "ipfix"
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement