We have updated our Terms of Service, Code of Conduct, and Addendum.

Can we change the file ownership of Cribl Linux directory

Options
Jade Ngoho
Jade Ngoho Posts: 1

We installed the Cribl on our Linux server, and by default, it is user=cribl group=cribl.
Our organization requires us to us a Service account to run configuration inside it.

Question :
Can we change the user and group ownership of the Linux directory of Cribl?
And would it affect anything ?
From user=cribl group=cribl.
To user=svcacc_cribl group=svcacc_cribl

Tagged:

Answers

  • Jon Rust
    Jon Rust Posts: 439 mod
    Options

    Yep. I'd recommend stopping Cribl first. Then change ownership, and vitally change the user the service runs as in the systemd config. Reload systemd and restart Cribl. Bob's your uncle.

  • JP Bourget
    JP Bourget Posts: 30 ✭✭
    Options

    I have a few environments I installed as root, but I want to run as cribl, and when I upgrade need to use:

    chown -R ${CRIBL_HOME} cribl:cribl