usermod:更改用户的uid 和 gid usermod -u 111 username 更改用户的uidusermod -g gid username 更改用户的gid用户密码管
配置示例input {stdin {type => "demo-stdin"add_field => {"test" => "hello"} codec => "plain"tags => ["stdin-test"]}}output {stdout{codec......