loader POST method ELK Help #161
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @GoBenGoh, It looks like the HTTP request within the ELK loader is configured with HTTP only, which is why it does a HTTP POST rather than HTTPS. Also, the host parameter should just contain the host name, not the protocol. If you think we should make this dynamic, similar to how it is done for the Splunk loader, please feel free to ask for an enhancement by raising an issue. |
Beta Was this translation helpful? Give feedback.
Hi @GoBenGoh,
It looks like the HTTP request within the ELK loader is configured with HTTP only, which is why it does a HTTP POST rather than HTTPS.
You can reconfigure this HTTP Requester to use HTTPS if required. The toolkit is designed to be easily extensible.
Also, the host parameter should just contain the host name, not the protocol.
If you think we should make this dynamic, similar to how it is done for the Splunk loader, please feel free to ask for an enhancement by raising an issue.