You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.
For all general issues, please provide the following details for fast resolution:
Version:
Operating System: CentOS 7
Config File (if you have sensitive info, please remove it):
default
Sample Data:
Steps to Reproduce:
Following pipeline is used
input {
http_poller {
urls => {
something => {
method => post
url => "https://link.de"
headers => {
"Content-Type" => "application/json"
}
body => '{
"key":"value",
"params":null,
"id":1
}'
}
}
request_timeout => 60
# Supports "cron", "every", "at" and "in" schedules by rufus scheduler
schedule => { cron => "*/2 * * * * UTC"}
codec => "json"
# A hash of request metadata info (timing, response headers, etc.) will be sent here
metadata_target => "http_poller_metadata"
}
}
Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.
For all general issues, please provide the following details for fast resolution:
default
Following pipeline is used
Body is being escaped forming invalid json
The text was updated successfully, but these errors were encountered: