Benraay

Results 7 comments of Benraay

Same issue here no fix made until now ?

Hi, here is the whole error message : `illegal_argument_exception: [illegal_argument_exception] Reason: index template [template_scraper] has index patterns [logs-app-default*] matching patterns from existing templates [template_logs] with patterns (template_logs => [logs-app-default*]) that...

here is a code sample using the raw node http module I hope this helps ```const http = require('http') const https = require('https') const username = 'username' const password =...

Hi here, after some investigation I could find where the CONNECT action is done it's done inside handler_tunnel_chain.js on line 44 the onTrgRequestConnect function returns a response object with the...

Hi, thank for your reply, yes the headers to be sent are in that position. for getting the headers I have made a patch on your library adding a few...

Hi @jancurn I have added a pull request with the changes I need