Advertisement
Guest User

Untitled

a guest
Nov 10th, 2017
1,718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.21 KB | None | 0 0
  1. [2017-11-10T16:28:41,502][INFO ][logstash.pipeline ] Pipeline main started
  2. [2017-11-10T16:28:41,535][INFO ][org.logstash.beats.Server] Starting server on port: 5044
  3. [2017-11-10T16:28:41,634][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
  4. [2017-11-10T16:29:15,042][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:37540
  5. [2017-11-10T16:29:15,049][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:37540
  6. [2017-11-10T16:29:15,060][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:37542
  7. [2017-11-10T16:29:15,061][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:37542
  8. [2017-11-10T16:29:15,078][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:37544
  9. [2017-11-10T16:29:15,079][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:37544
  10. [2017-11-10T16:29:15,107][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:37546
  11. [2017-11-10T16:29:15,109][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:37546
  12. [2017-11-10T16:29:15,126][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:37548
  13. [2017-11-10T16:29:15,135][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:37548
  14. [2017-11-10T16:29:15,145][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:37550
  15. [2017-11-10T16:29:15,146][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:37550
  16. [2017-11-10T16:29:15,176][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:37552
  17. [2017-11-10T16:29:15,177][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:37552
  18. [2017-11-10T16:29:15,207][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:37554
  19. [2017-11-10T16:29:15,208][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:37554
  20. [2017-11-10T16:29:15,220][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:37556
  21. [2017-11-10T16:29:15,221][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:37556
  22. [2017-11-10T16:29:15,239][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:37558
  23. [2017-11-10T16:29:15,239][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:37558
  24. [2017-11-10T16:33:35,575][WARN ][logstash.agent ] fetched new config for pipeline. upgrading.. {:pipeline=>"main", :config=>"input {\n beats {\n port => \"5043\"\n }\n}\n\noutput {\n stdout { codec => rubydebug }\n}\ninput {\n file {\n path => \"/home/secis/Documents/ELK/logstash-tutorial.log\"\n start_position => beginning \n ignore_older => 0 \n }\n}\n\n"}
  25. [2017-11-10T16:33:35,577][WARN ][logstash.agent ] stopping pipeline {:id=>"main"}
  26. [2017-11-10T16:33:38,842][INFO ][logstash.pipeline ] Starting pipeline {"id"=>"main", "pipeline.workers"=>4, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>5, "pipeline.max_inflight"=>500}
  27. [2017-11-10T16:33:38,853][INFO ][logstash.inputs.beats ] Beats inputs: Starting input listener {:address=>"0.0.0.0:5043"}
  28. [2017-11-10T16:33:38,862][INFO ][logstash.pipeline ] Pipeline main started
  29. [2017-11-10T16:33:38,864][INFO ][org.logstash.beats.Server] Starting server on port: 5043
  30. [2017-11-10T16:33:45,206][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:43960
  31. [2017-11-10T16:33:45,207][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:43960
  32. [2017-11-10T16:33:45,210][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:43962
  33. [2017-11-10T16:33:45,212][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:43962
  34. [2017-11-10T16:33:45,219][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:43964
  35. [2017-11-10T16:33:45,221][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:43964
  36. [2017-11-10T16:33:45,223][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:43966
  37. [2017-11-10T16:33:45,224][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:43966
  38. [2017-11-10T16:33:45,230][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:43968
  39. [2017-11-10T16:33:45,231][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:43968
  40. [2017-11-10T16:33:45,234][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:43970
  41. [2017-11-10T16:33:45,236][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:43970
  42. [2017-11-10T16:33:45,242][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:43972
  43. [2017-11-10T16:33:45,244][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:43972
  44. [2017-11-10T16:33:45,252][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:43974
  45. [2017-11-10T16:33:45,253][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:43974
  46. [2017-11-10T16:33:45,255][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:43976
  47. [2017-11-10T16:33:45,255][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:43976
  48. [2017-11-10T16:33:45,257][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:43978
  49. [2017-11-10T16:33:45,258][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:43978
  50. [2017-11-10T16:38:11,427][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44256
  51. [2017-11-10T16:38:11,447][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44256
  52. [2017-11-10T16:38:11,460][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44258
  53. [2017-11-10T16:38:11,461][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44258
  54. [2017-11-10T16:38:11,475][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44260
  55. [2017-11-10T16:38:11,476][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44260
  56. [2017-11-10T16:38:11,490][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44262
  57. [2017-11-10T16:38:11,491][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44262
  58. [2017-11-10T16:38:11,506][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44264
  59. [2017-11-10T16:38:11,507][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44264
  60. [2017-11-10T16:38:11,523][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44266
  61. [2017-11-10T16:38:11,524][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44266
  62. [2017-11-10T16:38:11,537][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44268
  63. [2017-11-10T16:38:11,538][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44268
  64. [2017-11-10T16:38:11,553][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44270
  65. [2017-11-10T16:38:11,553][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44270
  66. [2017-11-10T16:38:11,567][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44272
  67. [2017-11-10T16:38:11,567][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44272
  68. [2017-11-10T16:38:11,582][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44274
  69. [2017-11-10T16:38:11,582][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44274
  70. [2017-11-10T16:38:12,408][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44276
  71. [2017-11-10T16:38:12,409][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44276
  72. [2017-11-10T16:38:12,425][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44278
  73. [2017-11-10T16:38:12,426][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44278
  74. [2017-11-10T16:38:12,443][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44280
  75. [2017-11-10T16:38:12,444][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44280
  76. [2017-11-10T16:38:12,459][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44282
  77. [2017-11-10T16:38:12,460][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44282
  78. [2017-11-10T16:38:12,474][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44284
  79. [2017-11-10T16:38:12,475][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44284
  80. [2017-11-10T16:38:12,489][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44286
  81. [2017-11-10T16:38:12,490][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44286
  82. [2017-11-10T16:38:12,504][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44288
  83. [2017-11-10T16:38:12,504][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44288
  84. [2017-11-10T16:38:12,519][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44290
  85. [2017-11-10T16:38:12,519][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44290
  86. [2017-11-10T16:38:12,532][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44292
  87. [2017-11-10T16:38:12,533][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44292
  88. [2017-11-10T16:38:12,549][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44294
  89. [2017-11-10T16:38:12,550][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44294
  90. [2017-11-10T16:38:13,007][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44296
  91. [2017-11-10T16:38:13,008][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44296
  92. [2017-11-10T16:38:13,022][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44298
  93. [2017-11-10T16:38:13,028][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44298
  94. [2017-11-10T16:38:13,047][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44300
  95. [2017-11-10T16:38:13,047][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44300
  96. [2017-11-10T16:38:13,063][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44302
  97. [2017-11-10T16:38:13,064][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44302
  98. [2017-11-10T16:38:13,078][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44304
  99. [2017-11-10T16:38:13,079][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44304
  100. [2017-11-10T16:38:13,092][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44306
  101. [2017-11-10T16:38:13,092][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44306
  102. [2017-11-10T16:38:13,108][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44308
  103. [2017-11-10T16:38:13,109][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44308
  104. [2017-11-10T16:38:13,123][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44310
  105. [2017-11-10T16:38:13,123][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44310
  106. [2017-11-10T16:38:13,139][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44312
  107. [2017-11-10T16:38:13,140][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44312
  108. [2017-11-10T16:38:13,159][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44314
  109. [2017-11-10T16:38:13,160][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44314
  110. [2017-11-10T16:38:13,184][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44316
  111. [2017-11-10T16:38:13,186][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44316
  112. [2017-11-10T16:38:13,204][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44318
  113. [2017-11-10T16:38:13,205][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44318
  114. [2017-11-10T16:38:13,220][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44320
  115. [2017-11-10T16:38:13,221][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44320
  116. [2017-11-10T16:38:13,236][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44322
  117. [2017-11-10T16:38:13,237][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44322
  118. [2017-11-10T16:38:13,252][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44324
  119. [2017-11-10T16:38:13,253][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44324
  120. [2017-11-10T16:38:13,267][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44326
  121. [2017-11-10T16:38:13,267][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44326
  122. [2017-11-10T16:38:13,281][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44328
  123. [2017-11-10T16:38:13,281][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44328
  124. [2017-11-10T16:38:13,295][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44330
  125. [2017-11-10T16:38:13,296][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44330
  126. [2017-11-10T16:38:13,311][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44332
  127. [2017-11-10T16:38:13,312][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44332
  128. [2017-11-10T16:38:13,325][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44334
  129. [2017-11-10T16:38:13,326][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44334
  130. [2017-11-10T16:38:13,526][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44336
  131. [2017-11-10T16:38:13,526][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44336
  132. [2017-11-10T16:38:13,539][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44338
  133. [2017-11-10T16:38:13,540][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44338
  134. [2017-11-10T16:38:13,556][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44340
  135. [2017-11-10T16:38:13,556][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44340
  136. [2017-11-10T16:38:13,572][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44342
  137. [2017-11-10T16:38:13,572][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44342
  138. [2017-11-10T16:38:13,587][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44344
  139. [2017-11-10T16:38:13,588][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44344
  140. [2017-11-10T16:38:13,605][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44346
  141. [2017-11-10T16:38:13,606][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44346
  142. [2017-11-10T16:38:13,625][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44348
  143. [2017-11-10T16:38:13,626][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44348
  144. [2017-11-10T16:38:13,641][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44350
  145. [2017-11-10T16:38:13,642][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44350
  146. [2017-11-10T16:38:13,655][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44352
  147. [2017-11-10T16:38:13,655][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44352
  148. [2017-11-10T16:38:13,669][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 69, from: /127.0.0.1:44354
  149. [2017-11-10T16:38:13,670][INFO ][org.logstash.beats.BeatsHandler] Exception: org.logstash.beats.BeatsParser$InvalidFrameProtocolException: Invalid Frame Type, received: 84, from: /127.0.0.1:44354
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement