I am using graylog-sidecar with nxlog.
If I well understood, each sidecar needs a token to use REST api. I want that every operation is forbidden for that token except for pushing events into graylog.
How should I set the role permissions for the sidecar token?
Once I created an ad-hoc user with the proper permissions, I need to update the sidecar.yml with the new token.
However, I have a number of installed machines and this operation will take a long time. My idea is to move the token from the old (wrong) user to the new one. I cannot find a way to set the value of the token on creation. It there any way to do that?