HTTP Sink
Last updated
Last updated
Specify the URL where the outgoing events will be sent. For instance: or .
STRING
Select the HTTP method to use when calling the endpoint.
POST
STRING
Choose to disable SSL certificate verification.
OFF
You can upload certificates that are already uploaded in Certificates or upload a new one from below.
Enter the username for basic authentication.
STRING
Enter the password for basic authentication.
STRING
Turn toggle ON to enable OAuth 2.0 Authorization.
OFF
Provide the username for OAuth 2.0 authentication.
STRING
Provide the password for OAuth 2.0 authentication.
STRING
Enter the consumer key for OAuth 2.0 secured endpoints.
STRING
Enter the consumer secret for OAuth 2.0 secured endpoints.
STRING
Provide the URL for generating new access tokens for OAuth 2.0 authentication.
STRING
Enter the refresh token for generating new OAuth 2.0 access tokens.
STRING
Enter client bootstrap configurations in the key-value format. Some supported configurations can be exemplified as
Client Connect Timeout in Milliseconds: 'client.bootstrap.connect.timeout' as key and '10000' as value.
Client Socket Timeout in Seconds: 'client.bootstrap.socket.timeout
' as key and '15
' as value.
Client Socket Reuse: 'client.bootstrap.socket.reuse
' as key and 'true
' as value.
Enable TCP No Delay: 'client.bootstrap.nodelay
' as key and 'true
' value.
Enable Client Keep Alive: 'client.bootstrap.keepalive
' as key and 'true
' value.
Send Buffer Size: 'client.bootstrap.sendbuffersize
' as key and '1048576
' as value.
Receive buffer size: 'client.bootstrap.recievebuffersize
' as key and '1048576
' as value.
STRING
Set the maximum number of active connections per client pool.
-1
INTEGER
Set the minimum number of idle connections in the client pool.
0
INTEGER
Set the maximum number of idle connections in the client pool.
100
INTEGER
Specify the minimum time in milliseconds that a connection can be idle before it is eligible for eviction from the client pool.
300000
STRING
Set the interval in milliseconds between two eviction operations on the client pool.
30000
STRING
Enter Content Type and Content Length HTTP Request headers in the key-value format.
STRING
STRING
STRING
STRING
Specifies configurations for SSL/TLS in the key-value pairs. Vaules can be separated by commas (',') Some supported parameters can be exemplified as
SSL/TLS protocols: ‘sslEnabledProtocols
' as key and 'TLSv1.1,TLSv1.2
’ as values.
List of ciphers: ‘ciphers
’ as key and 'TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
' as value.
Enable Session Creation: 'client.enable.session.creation
' as key and 'true
’ as value.
Supported server names: ‘server.supported.server.names
’ as key and 'server_name
’ as value.
Add HTTP SNIMatcher: ‘server.supported.snimatcher
' as key and 'SNIMatcher
’ as value
STRING
In Preview Step, you're provided with a concise summary of all the changes you've made to the HTTP Sink Node. This step is pivotal for reviewing and ensuring that your configurations are as intended before completing node setup.
Viewing Configurations: Preview Step presents a consolidated view of your node setup.
Saving and Exiting: Use the Complete button to save your changes and exit the node and return back to Canvas.
Revisions: Use the Back button to return to any Step of modify node setup.
The Preview Step offers a user-friendly summary to manage and finalize node settings in Cortex.