The Graylog swagger interface(API Browser) is a little sparse on what actually needs to be included given at first glance a single array isn’t enough for the task at hand.
Currently the payload model is:
{
"nodes": [
"object"
]
}
Given the following information how would I construct a body to add the sidecar to the the specified config?
@konrad, the info was quite helpful. I didn’t even think about looking at the browser console for the payloads.
Based on your info I was able to make a payload via the swagger interface that worked. For others who run into this issue the following is a curl command that that includes the payload.