followed steps as suggested but it seems like the plugin is not recognized by rundeck. I do not see any logs related to s3 in rundeck.log or service.log
we have included s3 log plugin by following steps in
When we restart the rundeck service we do not see any logs in service.log file related to this plugin getting loaded nor any errors. below is what we see in log
2019-03-14 12:41:13.622 INFO --- [ main] rundeckapp.BootStrap : Starting Rundeck 3.0.17-20190311 (2019-03-11) ...
2019-03-14 12:41:13.632 INFO --- [ main] rundeckapp.BootStrap : using rdeck.base config property: /var/lib/rundeck
2019-03-14 12:41:13.654 INFO --- [ main] rundeckapp.BootStrap : loaded configuration: /etc/rundeck/framework.properties
2019-03-14 12:41:13.722 INFO --- [ main] rundeckapp.BootStrap : RSS feeds disabled
2019-03-14 12:41:13.722 INFO --- [ main] rundeckapp.BootStrap : Using jaas authentication
2019-03-14 12:41:13.731 INFO --- [ main] rundeckapp.BootStrap : Preauthentication is disabled
2019-03-14 12:41:13.849 INFO --- [ main] rundeckapp.BootStrap : Rundeck is ACTIVE: executions can be run.
2019-03-14 12:41:14.250 WARN --- [ main] rundeckapp.BootStrap : [Development Mode] Usage of H2 database is recommended only for development and testing
2019-03-14 12:41:14.343 INFO --- [ main] rundeckapp.BootStrap : Rundeck startup finished in 1071ms
No errors seen in /var/log/rundeck/rundeck.log as well, only below warning is seen
2019-03-14 15:47:54,027 [NodeService-SourceLoader1] WARN com.dtolabs.rundeck.core.resources.DirectoryResourceModelSource - Not a directory: /home/rundeck/projects/RundeckTestproject
One executing any jobs, the logs are not getting pushed to s3 and not errors seen.
doubtful the s3 plugin is not getting loaded by rundeck. any inputs will be helpful.
followed steps as suggested but it seems like the plugin is not recognized by rundeck. I do not see any logs related to s3 in rundeck.log or service.log
we have included s3 log plugin by following steps in
https://docs.rundeck.com/docs/administration/cluster/logstore/s3-log-storage-plugin.html
our framework.properties file look like below. authentication is through iam role hence access keys are not configured.
plugin jar copied to path:
/var/lib/rundeck/libext/
rundeck-config.properties file updated with below
When we restart the rundeck service we do not see any logs in
service.log
file related to this plugin getting loaded nor any errors. below is what we see in logNo errors seen in
/var/log/rundeck/rundeck.log
as well, only below warning is seenOne executing any jobs, the logs are not getting pushed to s3 and not errors seen.
doubtful the s3 plugin is not getting loaded by rundeck. any inputs will be helpful.