Replies: 2 comments
-
Maybe missing "sudo dnf install dnf-plugin-config-manager" or something to do. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your report. I'd updated installation script to handle RHEL version correctly. BTW, td-agent and also calyptia-fluentd cannot install UBI image 7.9 currently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to install RPM Package on the RHEL7 following the installation steps guided on this page:
I was able to install the td-agent successfully, launched the daemon, and tested it by sending sample logs via HTTP. As the next step, I tried to install "calyptia-fluentd" but while installing for Redhat using the curl command shown below:
curl -L https://calyptia-fluentd.s3.us-east-2.amazonaws.com/calyptia-fluentd-1-redhat.sh | sh
It throws an error saying "Error: Package: calyptia-fluentd-yum-release-2021.5.1-release.noarch (/calyptia-fluentd-yum-release-2021.5.1-release.noarch)
Requires: dnf-command(config-manager)"
I have also tried to manually run the script by specifying the RedHat version but no luck. DNF-command is for RHEL 8 but not sure why it's throwing up when trying to install calyptia-fluentd on RHEL 7.
Can someone help me understand on how to resolve the issue and complete the installation?
For ref, Please find the attached screenshot.

https://docs.fluentd.org/installation/install-by-rpm#using-to-install-calyptia-fluentd
Thanks,
Swapnil Pawar
Beta Was this translation helpful? Give feedback.
All reactions