Hey Group,
I have installed/configured fortigate plugin and the following output shows the confirmation,
C:\opt\td-agent>gem search -rd "fortigate"
*** REMOTE GEMS ***
fluent-plugin-fortigate-log-parser (0.2.1)
Author: Yoshinori TERAOKA
Homepage:
fluentd plugin for parse FortiGate log
-------------------------------------------------------------------------------------------
Below is configuration file of Fluentd,
# Input on TCP 516
<source>
@type syslog
protocol_type tcp
port 516
bind 0.0.0.0
tag raw.fortigate
</source>
<match raw.fortigate>
@type fortigate-log-parser
remove_prefix raw
</match>
-------------------------------------------------------------------------------------------
But I am getting the following ERROR,
C:\opt\td-agent>fluentd -c etc\td-agent\td-agent.conf
2018-08-12 07:59:46 +0000 [info]: parsing config file is succeeded path="etc\\td-agent\\td-agent.conf"
2018-08-12 07:59:46 +0000 [error]: config error file="etc\\td-agent\\td-agent.conf" error_class=Fluent::ConfigError error="Unknown output plugin 'fortigate-log-parser'. Run 'gem search -rd fluent-plugin' to find plugins"
-------------------------------------------------------------------------------------------
Can somebody guide me please.
//Mazhar