fluent / fluent-package-builder

td-agent (Fluentd) Building and Packaging System
Apache License 2.0
22 stars 26 forks source link

Td-agent not able to install in customize path instead of default path #490

Closed Priyankanavalagund closed 1 year ago

Priyankanavalagund commented 1 year ago

I am trying to install td-agent in centos with below cmd curl -L https://toolbelt.treasuredata.com/sh/install-redhat-td-agent4.sh | sh

But its installing default location /opt/td-agent/bin but i need to install customize path like this /DG/activeRelease/IDAP/

while installing td-agent by default ruby also installed in default location. so ruby is pointing to default path. i need help how we can install td-agent in customize path.

Please help me as soon as possible. Thank you so much for your help

kenhys commented 1 year ago

while installing td-agent by default ruby also installed in default location. so ruby is pointing to default path. i need help how we can install td-agent in customize path.

Basically, customizing install path is not supported except for windows.

It's well known issue: #488