.dmg Package (macOS)
Last updated
Was this helpful?
Last updated
Was this helpful?
This article explains how to install calyptia-fluentd
, which is maintained by after its acquisition of Calyptia on macOS.
calyptia-fluentd
?Fluentd is written in Ruby for flexibility, with performance-sensitive parts in C. However, some users may have difficulty installing and operating a Ruby daemon.
That is why Chronosphere (formerly Calyptia) provides the alternative stable distribution of Fluentd, called calyptia-fluentd
.
For macOS, td-agent
is distributed as .dmg
installer.
calyptia-fluentd
Install ruby version 3.x using brew and update the path variable.
calyptia-fluentd
Download and install the .dmg
package:
NOTE: If your OS is not supported, consider instead. NOTE: Since calyptia-fluentd v1.3.1, intel version and apple silicon version of packages are provided. -intel
suffix is for Intel version and -apple
suffix is for Apple Silicon.
calyptia-fluentd
Use launchctl
command to launch calyptia-fluentd
. Make sure that the daemon is started correctly. Checks logs (/var/log/calyptia-fluentd/calyptia-fluentd.log
).
The configuration file is located at /etc/calyptia-fluentd/calyptia-fluentd.conf
and the plugin directory is at /etc/calyptia-fluentd/plugin
.
To stop the agent, run this command:
The default configuration (/etc/calyptia-fluentd/calyptia-fluentd.conf
) is to receive logs at an HTTP endpoint and route them to stdout
. For calyptia-fluentd
logs, see /var/log/calyptia-fluentd/calyptia-fluentd.log
.
You can post sample log records with curl
command:
On macOS, calyptia-fluentd
uses dmg which includes macOS installer a.k.a. pkg. It does not provide any uninstallation app functionality like rpm
/ deb
on CentOS / Ubuntu.
To uninstall calyptia-fluentd
from macOS, remove these files / directories:
/Library/LaunchDaemons/calyptia-fluentd.plist
/etc/calyptia-fluentd
/opt/calyptia-fluentd
/var/log/calyptia-fluentd
You are now ready to collect real logs with Fluentd. Refer to the following tutorials on how to collect data from various sources:
Basic Configuration
Application Logs
Examples
, , , ,
, ,
If this article is incorrect or outdated, or omits critical information, please . is an open-source project under . All components are available under the Apache 2 License.