driskell / log-courier

The Log Courier Suite is a set of lightweight tools created to ship and process log files speedily and securely, with low resource usage, to Elasticsearch or Logstash instances.
Other
419 stars 107 forks source link

lc-admin utility outdated #308

Closed sysmonk closed 8 years ago

sysmonk commented 8 years ago

Hi,

seems that the information in https://github.com/driskell/log-courier/blob/master/docs/AdministrationUtility.md is outdated. There's no thing as "status", the supported commands are:

> help
Available commands:
  prospector [status | files [id]]
    Get information on prospector state and running harvesters
  publisher [status | endpoints [id]]
    Get information on connectivity and endpoints
  version
    Get the remote version
  exit
    Exit

The help also doesn't show a "reload" command, which is supported.

driskell commented 8 years ago

Thanks! I definitely missed that one.

It needs to be documented that it is now a REST API, so data can be pulled from anything, not just lc-admin

driskell commented 8 years ago

I've updated documentation. It's still limited but I'll increase it over time as I grow the REST API itself.