Skip to content

Add capability to collect Storm logs via dmon-agent #152

@igabriel85

Description

@igabriel85

Extend the capabilities of dmon-agent so that it can locate (if necessary) and then forward storm worker logs to dmon.
Implement method

GET -> /v1/node/stwork

Return the log of current storm worker.

Worker logs are usually located in ../apache-storm-0.9.3/logs. The ones with the format worker*.logs.

The logging directory can also be set from the config yaml file at:

storm.log.dir: /path/to/storm/logdir

or using the command line with:

-Dstorm.log.dir=/opt/storm/apache-storm-0.9.3/logs

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions