Advertisement
Guest User

onprehandler

a guest
Jun 2nd, 2017
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 34.04 KB | None | 0 0
  1. server    log   [13:03:28.034] [info] IncomingMessage {
  2.       _readableState:
  3.        ReadableState {
  4.          objectMode: false,
  5.          highWaterMark: 16384,
  6.          buffer: BufferList { head: [Object], tail: [Object], length: 1 },
  7.          length: 531,
  8.          pipes: null,
  9.          pipesCount: 0,
  10.          flowing: null,
  11.          ended: true,
  12.          endEmitted: false,
  13.          reading: false,
  14.          sync: true,
  15.          needReadable: false,
  16.          emittedReadable: true,
  17.          readableListening: false,
  18.          resumeScheduled: false,
  19.          defaultEncoding: 'utf8',
  20.          ranOut: false,
  21.          awaitDrain: 0,
  22.          readingMore: true,
  23.          decoder: null,
  24.          encoding: null },
  25.       readable: true,
  26.       domain: null,
  27.       _events:
  28.        { end: { [Function: g] listener: [Function] },
  29.          close: { [Function: g] listener: [Function] },
  30.          error: { [Function: g] listener: [Function] } },
  31.       _eventsCount: 3,
  32.       _maxListeners: undefined,
  33.       socket:
  34.        TLSSocket {
  35.          _tlsOptions:
  36.           { secureContext: [Object],
  37.             isServer: true,
  38.             server: [Object],
  39.             requestCert: false,
  40.             rejectUnauthorized: false,
  41.             handshakeTimeout: 120000,
  42.             NPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31 08 68 74 74 70 2f 31 2e 30>,
  43.             ALPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31>,
  44.             SNICallback: [Function: SNICallback] },
  45.          _secureEstablished: true,
  46.          _securePending: false,
  47.          _newSessionPending: false,
  48.          _controlReleased: true,
  49.          _SNICallback: null,
  50.          servername: 'localhost',
  51.          npnProtocol: 'http/1.1',
  52.          alpnProtocol: false,
  53.          authorized: false,
  54.          authorizationError: null,
  55.          encrypted: true,
  56.          _events:
  57.           { close: [Object],
  58.             end: [Object],
  59.             finish: [Function: onSocketFinish],
  60.             _socketEnd: [Function: onSocketEnd],
  61.             secure: [Function],
  62.             _tlsError: [Function],
  63.             drain: [Object],
  64.             timeout: [Function],
  65.             error: [Function: socketOnError],
  66.             data: [Function: socketOnData],
  67.             resume: [Function: onSocketResume],
  68.             pause: [Function: onSocketPause] },
  69.          _eventsCount: 12,
  70.          connecting: false,
  71.          _hadError: false,
  72.          _handle:
  73.           TLSWrap {
  74.             bytesRead: 1416,
  75.             _externalStream: {},
  76.             fd: 17,
  77.             _parent: [Object],
  78.             _parentWrap: [Object],
  79.             _secureContext: [Object],
  80.             reading: true,
  81.             owner: [Circular],
  82.             onread: [Function: onread],
  83.             writeQueueSize: 1,
  84.             onhandshakestart: [Function],
  85.             onhandshakedone: [Function],
  86.             onclienthello: [Function],
  87.             oncertcb: [Function],
  88.             onnewsession: [Function],
  89.             lastHandshakeTime: 27097,
  90.             handshakes: 0,
  91.             onerror: [Function],
  92.             _consumed: true },
  93.          _parent:
  94.           Socket {
  95.             connecting: false,
  96.             _hadError: false,
  97.             _handle: [Object],
  98.             _parent: null,
  99.             _host: null,
  100.             _readableState: [Object],
  101.             readable: true,
  102.             domain: null,
  103.             _events: [Object],
  104.             _eventsCount: 6,
  105.             _maxListeners: undefined,
  106.             _writableState: [Object],
  107.             writable: true,
  108.             allowHalfOpen: true,
  109.             destroyed: false,
  110.             _bytesDispatched: 0,
  111.             _sockname: null,
  112.             _pendingData: null,
  113.             _pendingEncoding: '',
  114.             server: [Object],
  115.             _server: [Object],
  116.             read: [Function],
  117.             _consuming: true,
  118.             __killSocket__: [Function],
  119.             _peername: [Object] },
  120.          _host: null,
  121.          _readableState:
  122.           ReadableState {
  123.             objectMode: false,
  124.             highWaterMark: 16384,
  125.             buffer: [Object],
  126.             length: 0,
  127.             pipes: null,
  128.             pipesCount: 0,
  129.             flowing: true,
  130.             ended: false,
  131.             endEmitted: false,
  132.             reading: true,
  133.             sync: false,
  134.             needReadable: true,
  135.             emittedReadable: false,
  136.             readableListening: false,
  137.             resumeScheduled: false,
  138.             defaultEncoding: 'utf8',
  139.             ranOut: false,
  140.             awaitDrain: 0,
  141.             readingMore: false,
  142.             decoder: null,
  143.             encoding: null },
  144.          readable: true,
  145.          domain: null,
  146.          _maxListeners: undefined,
  147.          _writableState:
  148.           WritableState {
  149.             objectMode: false,
  150.             highWaterMark: 16384,
  151.             needDrain: false,
  152.             ending: false,
  153.             ended: false,
  154.             finished: false,
  155.             decodeStrings: false,
  156.             defaultEncoding: 'utf8',
  157.             length: 0,
  158.             writing: false,
  159.             corked: 0,
  160.             sync: true,
  161.             bufferProcessing: false,
  162.             onwrite: [Function],
  163.             writecb: null,
  164.             writelen: 0,
  165.             bufferedRequest: null,
  166.             lastBufferedRequest: null,
  167.             pendingcb: 0,
  168.             prefinished: false,
  169.             errorEmitted: false,
  170.             bufferedRequestCount: 0,
  171.             corkedRequestsFree: [Object] },
  172.          writable: true,
  173.          allowHalfOpen: true,
  174.          destroyed: false,
  175.          _bytesDispatched: 0,
  176.          _sockname: null,
  177.          _pendingData: null,
  178.          _pendingEncoding: '',
  179.          server:
  180.           Server {
  181.             _contexts: [],
  182.             requestCert: false,
  183.             rejectUnauthorized: false,
  184.             key: <Buffer 2d 2d 2d 2d 2d 42 45 47 49 4e 20 52 53 41 20 50 52 49 56 41 54 45 20 4b 45 59 2d 2d 2d 2d 2d 0a 4d 49 49 45 6f 77 49 42 41 41 4b 43 41 51 45 41 74 48 ... >,
  185.             cert: <Buffer 2d 2d 2d 2d 2d 42 45 47 49 4e 20 43 45 52 54 49 46 49 43 41 54 45 2d 2d 2d 2d 2d 0a 4d 49 49 44 4d 44 43 43 41 68 67 43 43 51 43 6b 4f 44 37 66 6e 48 ... >,
  186.             ca: [],
  187.             ciphers: 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  188.             honorCipherOrder: true,
  189.             NPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31 08 68 74 74 70 2f 31 2e 30>,
  190.             ALPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31>,
  191.             sessionIdContext: 'af7070c384501fd2d88be976ed6a3b81',
  192.             _sharedCreds: [Object],
  193.             domain: null,
  194.             _events: [Object],
  195.             _eventsCount: 5,
  196.             _maxListeners: undefined,
  197.             _connections: 1,
  198.             _handle: [Object],
  199.             _usingSlaves: false,
  200.             _slaves: [],
  201.             _unref: false,
  202.             allowHalfOpen: true,
  203.             pauseOnConnect: false,
  204.             httpAllowHalfOpen: false,
  205.             timeout: 120000,
  206.             _tlsHandler: [Function],
  207.             _connListener: [Function: connectionListener],
  208.             _connectionKey: '4:127.0.0.1:5603' },
  209.          _server: null,
  210.          ssl:
  211.           TLSWrap {
  212.             bytesRead: 1416,
  213.             _externalStream: {},
  214.             fd: 17,
  215.             _parent: [Object],
  216.             _parentWrap: [Object],
  217.             _secureContext: [Object],
  218.             reading: true,
  219.             owner: [Circular],
  220.             onread: [Function: onread],
  221.             writeQueueSize: 1,
  222.             onhandshakestart: [Function],
  223.             onhandshakedone: [Function],
  224.             onclienthello: [Function],
  225.             oncertcb: [Function],
  226.             onnewsession: [Function],
  227.             lastHandshakeTime: 27097,
  228.             handshakes: 0,
  229.             onerror: [Function],
  230.             _consumed: true },
  231.          _requestCert: false,
  232.          _rejectUnauthorized: false,
  233.          _idleTimeout: 30000,
  234.          _idleNext:
  235.           TimersList {
  236.             _idleNext: [Object],
  237.             _idlePrev: [Circular],
  238.             _timer: [Object],
  239.             _unrefed: true,
  240.             msecs: 30000,
  241.             nextTick: false },
  242.          _idlePrev:
  243.           Socket {
  244.             connecting: false,
  245.             _hadError: false,
  246.             _handle: [Object],
  247.             _parent: null,
  248.             _host: 'localhost',
  249.             _readableState: [Object],
  250.             readable: true,
  251.             domain: null,
  252.             _events: [Object],
  253.             _eventsCount: 10,
  254.             _maxListeners: undefined,
  255.             _writableState: [Object],
  256.             writable: true,
  257.             allowHalfOpen: false,
  258.             destroyed: false,
  259.             _bytesDispatched: 1702,
  260.             _sockname: null,
  261.             _pendingData: null,
  262.             _pendingEncoding: '',
  263.             server: null,
  264.             _server: null,
  265.             _idleTimeout: 30000,
  266.             _idleNext: [Circular],
  267.             _idlePrev: [Object],
  268.             _idleStart: 27101,
  269.             parser: [Object],
  270.             _httpMessage: [Object],
  271.             read: [Function],
  272.             _consuming: true },
  273.          _idleStart: 27099,
  274.          parser:
  275.           HTTPParser {
  276.             '0': [Function: parserOnHeaders],
  277.             '1': [Function: parserOnHeadersComplete],
  278.             '2': [Function: parserOnBody],
  279.             '3': [Function: parserOnMessageComplete],
  280.             '4': [Function: onParserExecute],
  281.             _headers: [],
  282.             _url: '',
  283.             _consumed: true,
  284.             socket: [Circular],
  285.             incoming: [Circular],
  286.             outgoing: null,
  287.             maxHeaderPairs: 2000,
  288.             onIncoming: [Function: parserOnIncoming] },
  289.          on: [Function: socketOnWrap],
  290.          _paused: false,
  291.          read: [Function],
  292.          _consuming: true,
  293.          _httpMessage:
  294.           ServerResponse {
  295.             domain: null,
  296.             _events: [Object],
  297.             _eventsCount: 1,
  298.             _maxListeners: undefined,
  299.             output: [],
  300.             outputEncodings: [],
  301.             outputCallbacks: [],
  302.             outputSize: 0,
  303.             writable: true,
  304.             _last: false,
  305.             upgrading: false,
  306.             chunkedEncoding: false,
  307.             shouldKeepAlive: true,
  308.             useChunkedEncodingByDefault: true,
  309.             sendDate: true,
  310.             _removedHeader: {},
  311.             _contentLength: null,
  312.             _hasBody: true,
  313.             _trailer: '',
  314.             finished: false,
  315.             _headerSent: false,
  316.             socket: [Circular],
  317.             connection: [Circular],
  318.             _header: null,
  319.             _headers: null,
  320.             _headerNames: {},
  321.             _onPendingData: [Function: updateOutgoingData] },
  322.          _isHapiProcessing: true,
  323.          _peername: { address: '127.0.0.1', family: 'IPv4', port: 58105 } },
  324.       connection:
  325.        TLSSocket {
  326.          _tlsOptions:
  327.           { secureContext: [Object],
  328.             isServer: true,
  329.             server: [Object],
  330.             requestCert: false,
  331.             rejectUnauthorized: false,
  332.             handshakeTimeout: 120000,
  333.             NPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31 08 68 74 74 70 2f 31 2e 30>,
  334.             ALPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31>,
  335.             SNICallback: [Function: SNICallback] },
  336.          _secureEstablished: true,
  337.          _securePending: false,
  338.          _newSessionPending: false,
  339.          _controlReleased: true,
  340.          _SNICallback: null,
  341.          servername: 'localhost',
  342.          npnProtocol: 'http/1.1',
  343.          alpnProtocol: false,
  344.          authorized: false,
  345.          authorizationError: null,
  346.          encrypted: true,
  347.          _events:
  348.           { close: [Object],
  349.             end: [Object],
  350.             finish: [Function: onSocketFinish],
  351.             _socketEnd: [Function: onSocketEnd],
  352.             secure: [Function],
  353.             _tlsError: [Function],
  354.             drain: [Object],
  355.             timeout: [Function],
  356.             error: [Function: socketOnError],
  357.             data: [Function: socketOnData],
  358.             resume: [Function: onSocketResume],
  359.             pause: [Function: onSocketPause] },
  360.          _eventsCount: 12,
  361.          connecting: false,
  362.          _hadError: false,
  363.          _handle:
  364.           TLSWrap {
  365.             bytesRead: 1416,
  366.             _externalStream: {},
  367.             fd: 17,
  368.             _parent: [Object],
  369.             _parentWrap: [Object],
  370.             _secureContext: [Object],
  371.             reading: true,
  372.             owner: [Circular],
  373.             onread: [Function: onread],
  374.             writeQueueSize: 1,
  375.             onhandshakestart: [Function],
  376.             onhandshakedone: [Function],
  377.             onclienthello: [Function],
  378.             oncertcb: [Function],
  379.             onnewsession: [Function],
  380.             lastHandshakeTime: 27097,
  381.             handshakes: 0,
  382.             onerror: [Function],
  383.             _consumed: true },
  384.          _parent:
  385.           Socket {
  386.             connecting: false,
  387.             _hadError: false,
  388.             _handle: [Object],
  389.             _parent: null,
  390.             _host: null,
  391.             _readableState: [Object],
  392.             readable: true,
  393.             domain: null,
  394.             _events: [Object],
  395.             _eventsCount: 6,
  396.             _maxListeners: undefined,
  397.             _writableState: [Object],
  398.             writable: true,
  399.             allowHalfOpen: true,
  400.             destroyed: false,
  401.             _bytesDispatched: 0,
  402.             _sockname: null,
  403.             _pendingData: null,
  404.             _pendingEncoding: '',
  405.             server: [Object],
  406.             _server: [Object],
  407.             read: [Function],
  408.             _consuming: true,
  409.             __killSocket__: [Function],
  410.             _peername: [Object] },
  411.          _host: null,
  412.          _readableState:
  413.           ReadableState {
  414.             objectMode: false,
  415.             highWaterMark: 16384,
  416.             buffer: [Object],
  417.             length: 0,
  418.             pipes: null,
  419.             pipesCount: 0,
  420.             flowing: true,
  421.             ended: false,
  422.             endEmitted: false,
  423.             reading: true,
  424.             sync: false,
  425.             needReadable: true,
  426.             emittedReadable: false,
  427.             readableListening: false,
  428.             resumeScheduled: false,
  429.             defaultEncoding: 'utf8',
  430.             ranOut: false,
  431.             awaitDrain: 0,
  432.             readingMore: false,
  433.             decoder: null,
  434.             encoding: null },
  435.          readable: true,
  436.          domain: null,
  437.          _maxListeners: undefined,
  438.          _writableState:
  439.           WritableState {
  440.             objectMode: false,
  441.             highWaterMark: 16384,
  442.             needDrain: false,
  443.             ending: false,
  444.             ended: false,
  445.             finished: false,
  446.             decodeStrings: false,
  447.             defaultEncoding: 'utf8',
  448.             length: 0,
  449.             writing: false,
  450.             corked: 0,
  451.             sync: true,
  452.             bufferProcessing: false,
  453.             onwrite: [Function],
  454.             writecb: null,
  455.             writelen: 0,
  456.             bufferedRequest: null,
  457.             lastBufferedRequest: null,
  458.             pendingcb: 0,
  459.             prefinished: false,
  460.             errorEmitted: false,
  461.             bufferedRequestCount: 0,
  462.             corkedRequestsFree: [Object] },
  463.          writable: true,
  464.          allowHalfOpen: true,
  465.          destroyed: false,
  466.          _bytesDispatched: 0,
  467.          _sockname: null,
  468.          _pendingData: null,
  469.          _pendingEncoding: '',
  470.          server:
  471.           Server {
  472.             _contexts: [],
  473.             requestCert: false,
  474.             rejectUnauthorized: false,
  475.             key: <Buffer 2d 2d 2d 2d 2d 42 45 47 49 4e 20 52 53 41 20 50 52 49 56 41 54 45 20 4b 45 59 2d 2d 2d 2d 2d 0a 4d 49 49 45 6f 77 49 42 41 41 4b 43 41 51 45 41 74 48 ... >,
  476.             cert: <Buffer 2d 2d 2d 2d 2d 42 45 47 49 4e 20 43 45 52 54 49 46 49 43 41 54 45 2d 2d 2d 2d 2d 0a 4d 49 49 44 4d 44 43 43 41 68 67 43 43 51 43 6b 4f 44 37 66 6e 48 ... >,
  477.             ca: [],
  478.             ciphers: 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  479.             honorCipherOrder: true,
  480.             NPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31 08 68 74 74 70 2f 31 2e 30>,
  481.             ALPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31>,
  482.             sessionIdContext: 'af7070c384501fd2d88be976ed6a3b81',
  483.             _sharedCreds: [Object],
  484.             domain: null,
  485.             _events: [Object],
  486.             _eventsCount: 5,
  487.             _maxListeners: undefined,
  488.             _connections: 1,
  489.             _handle: [Object],
  490.             _usingSlaves: false,
  491.             _slaves: [],
  492.             _unref: false,
  493.             allowHalfOpen: true,
  494.             pauseOnConnect: false,
  495.             httpAllowHalfOpen: false,
  496.             timeout: 120000,
  497.             _tlsHandler: [Function],
  498.             _connListener: [Function: connectionListener],
  499.             _connectionKey: '4:127.0.0.1:5603' },
  500.          _server: null,
  501.          ssl:
  502.           TLSWrap {
  503.             bytesRead: 1416,
  504.             _externalStream: {},
  505.             fd: 17,
  506.             _parent: [Object],
  507.             _parentWrap: [Object],
  508.             _secureContext: [Object],
  509.             reading: true,
  510.             owner: [Circular],
  511.             onread: [Function: onread],
  512.             writeQueueSize: 1,
  513.             onhandshakestart: [Function],
  514.             onhandshakedone: [Function],
  515.             onclienthello: [Function],
  516.             oncertcb: [Function],
  517.             onnewsession: [Function],
  518.             lastHandshakeTime: 27097,
  519.             handshakes: 0,
  520.             onerror: [Function],
  521.             _consumed: true },
  522.          _requestCert: false,
  523.          _rejectUnauthorized: false,
  524.          _idleTimeout: 30000,
  525.          _idleNext:
  526.           TimersList {
  527.             _idleNext: [Object],
  528.             _idlePrev: [Circular],
  529.             _timer: [Object],
  530.             _unrefed: true,
  531.             msecs: 30000,
  532.             nextTick: false },
  533.          _idlePrev:
  534.           Socket {
  535.             connecting: false,
  536.             _hadError: false,
  537.             _handle: [Object],
  538.             _parent: null,
  539.             _host: 'localhost',
  540.             _readableState: [Object],
  541.             readable: true,
  542.             domain: null,
  543.             _events: [Object],
  544.             _eventsCount: 10,
  545.             _maxListeners: undefined,
  546.             _writableState: [Object],
  547.             writable: true,
  548.             allowHalfOpen: false,
  549.             destroyed: false,
  550.             _bytesDispatched: 1702,
  551.             _sockname: null,
  552.             _pendingData: null,
  553.             _pendingEncoding: '',
  554.             server: null,
  555.             _server: null,
  556.             _idleTimeout: 30000,
  557.             _idleNext: [Circular],
  558.             _idlePrev: [Object],
  559.             _idleStart: 27101,
  560.             parser: [Object],
  561.             _httpMessage: [Object],
  562.             read: [Function],
  563.             _consuming: true },
  564.          _idleStart: 27099,
  565.          parser:
  566.           HTTPParser {
  567.             '0': [Function: parserOnHeaders],
  568.             '1': [Function: parserOnHeadersComplete],
  569.             '2': [Function: parserOnBody],
  570.             '3': [Function: parserOnMessageComplete],
  571.             '4': [Function: onParserExecute],
  572.             _headers: [],
  573.             _url: '',
  574.             _consumed: true,
  575.             socket: [Circular],
  576.             incoming: [Circular],
  577.             outgoing: null,
  578.             maxHeaderPairs: 2000,
  579.             onIncoming: [Function: parserOnIncoming] },
  580.          on: [Function: socketOnWrap],
  581.          _paused: false,
  582.          read: [Function],
  583.          _consuming: true,
  584.          _httpMessage:
  585.           ServerResponse {
  586.             domain: null,
  587.             _events: [Object],
  588.             _eventsCount: 1,
  589.             _maxListeners: undefined,
  590.             output: [],
  591.             outputEncodings: [],
  592.             outputCallbacks: [],
  593.             outputSize: 0,
  594.             writable: true,
  595.             _last: false,
  596.             upgrading: false,
  597.             chunkedEncoding: false,
  598.             shouldKeepAlive: true,
  599.             useChunkedEncodingByDefault: true,
  600.             sendDate: true,
  601.             _removedHeader: {},
  602.             _contentLength: null,
  603.             _hasBody: true,
  604.             _trailer: '',
  605.             finished: false,
  606.             _headerSent: false,
  607.             socket: [Circular],
  608.             connection: [Circular],
  609.             _header: null,
  610.             _headers: null,
  611.             _headerNames: {},
  612.             _onPendingData: [Function: updateOutgoingData] },
  613.          _isHapiProcessing: true,
  614.          _peername: { address: '127.0.0.1', family: 'IPv4', port: 58105 } },
  615.       httpVersionMajor: 1,
  616.       httpVersionMinor: 1,
  617.       httpVersion: '1.1',
  618.       complete: true,
  619.       headers:
  620.        { connection: 'keep-alive',
  621.          'content-length': '531',
  622.          accept: 'application/json, text/plain, */*',
  623.          origin: 'https://localhost:5601',
  624.          'kbn-version': '5.4.0',
  625.          'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36',
  626.          'content-type': 'application/x-ndjson',
  627.          referer: 'https://localhost:5601/hlf/app/kibana',
  628.          'accept-encoding': 'gzip, deflate, br',
  629.          'accept-language': 'en-US,en;q=0.8,pt;q=0.6',
  630.          cookie: 'sid=Fe26.2**4e5e984a006d882a02fd519433147d126633dc3941fba8a44645a37e073f7c28*0Xq_wQY-2CzG4xfAiQULBQ*-L4yq_4K-D4hGeEvQjKaThrRW0bGKB__IP_kK_lN_qygd8Tdd37s_7hQKFyx9Fvxa_BA0rO3zeWhmkYBlrUOow**c018d27f4db256a4db509c1a880ef7edb1d42a2ffb24a7cd7f5b31daec81bde6*gCeBMLWqBxDH401yAXPwQ5atnmn313lWc6rdJWIrkhA',
  631.          'x-forwarded-for': '127.0.0.1',
  632.          'x-forwarded-port': '58030',
  633.          'x-forwarded-proto': 'https',
  634.          host: 'localhost:5603',
  635.          authorization: 'Basic ZWxhc3RpYzpjaGFuZ2VtZQ==' },
  636.       rawHeaders:
  637.        [ 'connection',
  638.          'keep-alive',
  639.          'content-length',
  640.          '531',
  641.          'accept',
  642.          'application/json, text/plain, */*',
  643.          'origin',
  644.          'https://localhost:5601',
  645.          'kbn-version',
  646.          '5.4.0',
  647.          'user-agent',
  648.          'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36',
  649.          'content-type',
  650.          'application/x-ndjson',
  651.          'referer',
  652.          'https://localhost:5601/hlf/app/kibana',
  653.          'accept-encoding',
  654.          'gzip, deflate, br',
  655.          'accept-language',
  656.          'en-US,en;q=0.8,pt;q=0.6',
  657.          'cookie',
  658.          'sid=Fe26.2**4e5e984a006d882a02fd519433147d126633dc3941fba8a44645a37e073f7c28*0Xq_wQY-2CzG4xfAiQULBQ*-L4yq_4K-D4hGeEvQjKaThrRW0bGKB__IP_kK_lN_qygd8Tdd37s_7hQKFyx9Fvxa_BA0rO3zeWhmkYBlrUOow**c018d27f4db256a4db509c1a880ef7edb1d42a2ffb24a7cd7f5b31daec81bde6*gCeBMLWqBxDH401yAXPwQ5atnmn313lWc6rdJWIrkhA',
  659.          'x-forwarded-for',
  660.          '127.0.0.1',
  661.          'x-forwarded-port',
  662.          '58030',
  663.          'x-forwarded-proto',
  664.          'https',
  665.          'Host',
  666.          'localhost:5603' ],
  667.       trailers: {},
  668.       rawTrailers: [],
  669.       upgrade: false,
  670.       url: '/elasticsearch/_msearch',
  671.       method: 'POST',
  672.       statusCode: null,
  673.       statusMessage: null,
  674.       client:
  675.        TLSSocket {
  676.          _tlsOptions:
  677.           { secureContext: [Object],
  678.             isServer: true,
  679.             server: [Object],
  680.             requestCert: false,
  681.             rejectUnauthorized: false,
  682.             handshakeTimeout: 120000,
  683.             NPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31 08 68 74 74 70 2f 31 2e 30>,
  684.             ALPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31>,
  685.             SNICallback: [Function: SNICallback] },
  686.          _secureEstablished: true,
  687.          _securePending: false,
  688.          _newSessionPending: false,
  689.          _controlReleased: true,
  690.          _SNICallback: null,
  691.          servername: 'localhost',
  692.          npnProtocol: 'http/1.1',
  693.          alpnProtocol: false,
  694.          authorized: false,
  695.          authorizationError: null,
  696.          encrypted: true,
  697.          _events:
  698.           { close: [Object],
  699.             end: [Object],
  700.             finish: [Function: onSocketFinish],
  701.             _socketEnd: [Function: onSocketEnd],
  702.             secure: [Function],
  703.             _tlsError: [Function],
  704.             drain: [Object],
  705.             timeout: [Function],
  706.             error: [Function: socketOnError],
  707.             data: [Function: socketOnData],
  708.             resume: [Function: onSocketResume],
  709.             pause: [Function: onSocketPause] },
  710.          _eventsCount: 12,
  711.          connecting: false,
  712.          _hadError: false,
  713.          _handle:
  714.           TLSWrap {
  715.             bytesRead: 1416,
  716.             _externalStream: {},
  717.             fd: 17,
  718.             _parent: [Object],
  719.             _parentWrap: [Object],
  720.             _secureContext: [Object],
  721.             reading: true,
  722.             owner: [Circular],
  723.             onread: [Function: onread],
  724.             writeQueueSize: 1,
  725.             onhandshakestart: [Function],
  726.             onhandshakedone: [Function],
  727.             onclienthello: [Function],
  728.             oncertcb: [Function],
  729.             onnewsession: [Function],
  730.             lastHandshakeTime: 27097,
  731.             handshakes: 0,
  732.             onerror: [Function],
  733.             _consumed: true },
  734.          _parent:
  735.           Socket {
  736.             connecting: false,
  737.             _hadError: false,
  738.             _handle: [Object],
  739.             _parent: null,
  740.             _host: null,
  741.             _readableState: [Object],
  742.             readable: true,
  743.             domain: null,
  744.             _events: [Object],
  745.             _eventsCount: 6,
  746.             _maxListeners: undefined,
  747.             _writableState: [Object],
  748.             writable: true,
  749.             allowHalfOpen: true,
  750.             destroyed: false,
  751.             _bytesDispatched: 0,
  752.             _sockname: null,
  753.             _pendingData: null,
  754.             _pendingEncoding: '',
  755.             server: [Object],
  756.             _server: [Object],
  757.             read: [Function],
  758.             _consuming: true,
  759.             __killSocket__: [Function],
  760.             _peername: [Object] },
  761.          _host: null,
  762.          _readableState:
  763.           ReadableState {
  764.             objectMode: false,
  765.             highWaterMark: 16384,
  766.             buffer: [Object],
  767.             length: 0,
  768.             pipes: null,
  769.             pipesCount: 0,
  770.             flowing: true,
  771.             ended: false,
  772.             endEmitted: false,
  773.             reading: true,
  774.             sync: false,
  775.             needReadable: true,
  776.             emittedReadable: false,
  777.             readableListening: false,
  778.             resumeScheduled: false,
  779.             defaultEncoding: 'utf8',
  780.             ranOut: false,
  781.             awaitDrain: 0,
  782.             readingMore: false,
  783.             decoder: null,
  784.             encoding: null },
  785.          readable: true,
  786.          domain: null,
  787.          _maxListeners: undefined,
  788.          _writableState:
  789.           WritableState {
  790.             objectMode: false,
  791.             highWaterMark: 16384,
  792.             needDrain: false,
  793.             ending: false,
  794.             ended: false,
  795.             finished: false,
  796.             decodeStrings: false,
  797.             defaultEncoding: 'utf8',
  798.             length: 0,
  799.             writing: false,
  800.             corked: 0,
  801.             sync: true,
  802.             bufferProcessing: false,
  803.             onwrite: [Function],
  804.             writecb: null,
  805.             writelen: 0,
  806.             bufferedRequest: null,
  807.             lastBufferedRequest: null,
  808.             pendingcb: 0,
  809.             prefinished: false,
  810.             errorEmitted: false,
  811.             bufferedRequestCount: 0,
  812.             corkedRequestsFree: [Object] },
  813.          writable: true,
  814.          allowHalfOpen: true,
  815.          destroyed: false,
  816.          _bytesDispatched: 0,
  817.          _sockname: null,
  818.          _pendingData: null,
  819.          _pendingEncoding: '',
  820.          server:
  821.           Server {
  822.             _contexts: [],
  823.             requestCert: false,
  824.             rejectUnauthorized: false,
  825.             key: <Buffer 2d 2d 2d 2d 2d 42 45 47 49 4e 20 52 53 41 20 50 52 49 56 41 54 45 20 4b 45 59 2d 2d 2d 2d 2d 0a 4d 49 49 45 6f 77 49 42 41 41 4b 43 41 51 45 41 74 48 ... >,
  826.             cert: <Buffer 2d 2d 2d 2d 2d 42 45 47 49 4e 20 43 45 52 54 49 46 49 43 41 54 45 2d 2d 2d 2d 2d 0a 4d 49 49 44 4d 44 43 43 41 68 67 43 43 51 43 6b 4f 44 37 66 6e 48 ... >,
  827.             ca: [],
  828.             ciphers: 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  829.             honorCipherOrder: true,
  830.             NPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31 08 68 74 74 70 2f 31 2e 30>,
  831.             ALPNProtocols: <Buffer 08 68 74 74 70 2f 31 2e 31>,
  832.             sessionIdContext: 'af7070c384501fd2d88be976ed6a3b81',
  833.             _sharedCreds: [Object],
  834.             domain: null,
  835.             _events: [Object],
  836.             _eventsCount: 5,
  837.             _maxListeners: undefined,
  838.             _connections: 1,
  839.             _handle: [Object],
  840.             _usingSlaves: false,
  841.             _slaves: [],
  842.             _unref: false,
  843.             allowHalfOpen: true,
  844.             pauseOnConnect: false,
  845.             httpAllowHalfOpen: false,
  846.             timeout: 120000,
  847.             _tlsHandler: [Function],
  848.             _connListener: [Function: connectionListener],
  849.             _connectionKey: '4:127.0.0.1:5603' },
  850.          _server: null,
  851.          ssl:
  852.           TLSWrap {
  853.             bytesRead: 1416,
  854.             _externalStream: {},
  855.             fd: 17,
  856.             _parent: [Object],
  857.             _parentWrap: [Object],
  858.             _secureContext: [Object],
  859.             reading: true,
  860.             owner: [Circular],
  861.             onread: [Function: onread],
  862.             writeQueueSize: 1,
  863.             onhandshakestart: [Function],
  864.             onhandshakedone: [Function],
  865.             onclienthello: [Function],
  866.             oncertcb: [Function],
  867.             onnewsession: [Function],
  868.             lastHandshakeTime: 27097,
  869.             handshakes: 0,
  870.             onerror: [Function],
  871.             _consumed: true },
  872.          _requestCert: false,
  873.          _rejectUnauthorized: false,
  874.          _idleTimeout: 30000,
  875.          _idleNext:
  876.           TimersList {
  877.             _idleNext: [Object],
  878.             _idlePrev: [Circular],
  879.             _timer: [Object],
  880.             _unrefed: true,
  881.             msecs: 30000,
  882.             nextTick: false },
  883.          _idlePrev:
  884.           Socket {
  885.             connecting: false,
  886.             _hadError: false,
  887.             _handle: [Object],
  888.             _parent: null,
  889.             _host: 'localhost',
  890.             _readableState: [Object],
  891.             readable: true,
  892.             domain: null,
  893.             _events: [Object],
  894.             _eventsCount: 10,
  895.             _maxListeners: undefined,
  896.             _writableState: [Object],
  897.             writable: true,
  898.             allowHalfOpen: false,
  899.             destroyed: false,
  900.             _bytesDispatched: 1702,
  901.             _sockname: null,
  902.             _pendingData: null,
  903.             _pendingEncoding: '',
  904.             server: null,
  905.             _server: null,
  906.             _idleTimeout: 30000,
  907.             _idleNext: [Circular],
  908.             _idlePrev: [Object],
  909.             _idleStart: 27101,
  910.             parser: [Object],
  911.             _httpMessage: [Object],
  912.             read: [Function],
  913.             _consuming: true },
  914.          _idleStart: 27099,
  915.          parser:
  916.           HTTPParser {
  917.             '0': [Function: parserOnHeaders],
  918.             '1': [Function: parserOnHeadersComplete],
  919.             '2': [Function: parserOnBody],
  920.             '3': [Function: parserOnMessageComplete],
  921.             '4': [Function: onParserExecute],
  922.             _headers: [],
  923.             _url: '',
  924.             _consumed: true,
  925.             socket: [Circular],
  926.             incoming: [Circular],
  927.             outgoing: null,
  928.             maxHeaderPairs: 2000,
  929.             onIncoming: [Function: parserOnIncoming] },
  930.          on: [Function: socketOnWrap],
  931.          _paused: false,
  932.          read: [Function],
  933.          _consuming: true,
  934.          _httpMessage:
  935.           ServerResponse {
  936.             domain: null,
  937.             _events: [Object],
  938.             _eventsCount: 1,
  939.             _maxListeners: undefined,
  940.             output: [],
  941.             outputEncodings: [],
  942.             outputCallbacks: [],
  943.             outputSize: 0,
  944.             writable: true,
  945.             _last: false,
  946.             upgrading: false,
  947.             chunkedEncoding: false,
  948.             shouldKeepAlive: true,
  949.             useChunkedEncodingByDefault: true,
  950.             sendDate: true,
  951.             _removedHeader: {},
  952.             _contentLength: null,
  953.             _hasBody: true,
  954.             _trailer: '',
  955.             finished: false,
  956.             _headerSent: false,
  957.             socket: [Circular],
  958.             connection: [Circular],
  959.             _header: null,
  960.             _headers: null,
  961.             _headerNames: {},
  962.             _onPendingData: [Function: updateOutgoingData] },
  963.          _isHapiProcessing: true,
  964.          _peername: { address: '127.0.0.1', family: 'IPv4', port: 58105 } },
  965.       _consuming: false,
  966.       _dumped: false }
  967.     server  respons [13:03:28.045]  POST /elasticsearch/_msearch 200 27ms - 9.0B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement