td-agent
.td-agent
?td-agent
is a packaged distribution of Fluentd.out_es
.td-agent
are available.td-agent
v4 packages Fluentd 1.11.x (or later). This version is recommended.td-agent
v3 packages Fluentd 1.10.x (or below).calyptia-fluentd
?calyptia-fluentd
is the alternative distribution of Fluentd.out_elasticsearch
and in_windows_eventlog2
.calyptia-fluentd
v1 packages Fluentd 1.12.x (or later).td-agent
v4td-agent
td-agent.conf
C:/opt/td-agent/etc/td-agent/td-agent.conf
with a text editor. Replace the configuration with the following content:Td-agent Command Prompt
. In most environments, the program will be found right under the "Recently Added" section.Td-agent Command Prompt
is basically cmd.exe
, with a few PATH tweaks for td-agent
programs. Use this program whenever you need to interact with td-agent
.td-agent
Td-agent Command Prompt
:td-agent
starts listening to Windows Eventlog, and will print records to stdout as they occur.td-agent
as Windows servicetd-agent
is registered as a Windows service permanently by the msi installer. You can start td-agent
service manually.Control Panel -> System and Security -> Administrative Tools -> Services
, and you'll see Fluentd Windows Service
is listed.Fluentd Window Service
, and click Start
button. Then the process will be executed as Windows Service.net.exe
fluentdwinsvc
is needed to start Fluentd service from the command-line. fluentdwinsvc
is the service name and it should be passed to net.exe
or Start-Service
Cmdlet.C:/opt/td-agent/td-agent.log
as we specified in Step 3.Td-agent Command Prompt
and use fluent-gem
command:td-agent
v3td-agent
.msi
file from here:td-agent
from Command PromptC:/opt/td-agent/etc/td-agent/td-agent.conf
. The config below is the simplest example to output any incoming records to td-agent
's log file:Td-agent Command Prompt
installed. Please double click this icon in the Windows menu (below is how it looks like on Windows Server 2012).td-agent
process:Td-agent Command Prompt
and type the command below to send a record to td-agent
process:td-agent
to Windows Servicetd-agent
as a Windows Service to permanently run as a server process. Open Td-agent Command Prompt
with administrative privileges, and type these commands:td-agent
service start automatically requires additional command-line parameters:td-agent
as a Windows ServiceControl Panel > System and Security > Administrative Tools > Services
, and you should see Fluentd Windows Service
listed there.Fluentd Window Service
and click Start
to execute it as a Windows Service.net.exe
fluentdwinsvc
is the Fluentd service name and it should be passed to net.exe
or Start-Service
Cmdlet to start.C:/opt/td-agent/td-agent.log
as specified in Step 3 earlier.Td-agent Command Prompt
and use fluent-gem
command:td-agent-gem
command. For upgrade users since 3.8.0 or earlier/td-agent 4.0.1 or earlier, explicitly remove privileges for NT AUTHORITY\Authenticated Users
from c:\opt\td-agent
.calyptia-fluentd
v1calyptia-fluentd
fluentdwinsvc
. This is because when you already installed other agent which register Windows Service as fluentdwinsvc
, you must uninstall already installed Windows Service which uses fluentdwinsvc
as service name.calyptia-fluentd.conf
C:/opt/calyptia-fluentd/etc/calyptia-fluentd/calyptia-fluentd.conf
with a text editor. Replace the configuration with the following content:Calyptia-fluentd Command Prompt
. In most environments, the program will be found right under the "Recently Added" section.Calyptia-fluentd Command Prompt
is basically cmd.exe
, with a few PATH tweaks for calyptia-fluentd
programs. Use this program whenever you need to interact with calyptia-fluentd
.calyptia-fluentd
Calyptia-fluentd Command Prompt
:calyptia-fluentd
starts listening to Windows Eventlog, and will print records to stdout after consuming Windows EventLog Events on Application channel.calyptia-fluentd
as Windows servicecalyptia-fluentd
will register as a Windows service as fluentdwinsvc
by the msi installer. Also, You can manage calyptia-fluentd
service manually.Control Panel -> System and Security -> Administrative Tools -> Services
, and you'll see Fluentd Windows Service
is listed.Fluentd Window Service
, and click Start
button. Then the process will be executed as Windows Service.net.exe
fluentdwinsvc
is needed to start Fluentd service from the command-line. fluentdwinsvc
is the service name and it should be passed to net.exe
or Start-Service
Cmdlet.C:/opt/calyptia-fluentd/calyptia-fleuntd.log
as we specified in Step 3.Calyptia-fluentd Command Prompt
and use calyptia-fluentd-gem
command as Administrator: