Skip to content

OpenStratus/openstack-logstash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

The files in this repo help use logstash to aggregate and process OpenStack logs.

In the example below, agent.conf is copied to /etc/logstash and patterns dir is copied to /etc/logstash. You must include the default grok-patterns in the same directory. Here is an example to start logstash with these patterns on each OpenStack node.

java -Djava.library.path=/usr/share/logstash -jar /usr/share/logstash/logstash-1.1.5-monolithic.jar agent 
    -f /etc/logstash/agent.conf 
    --grok-patterns-path /etc/logstash/patterns

About

logstash config files to process OpenStack log files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published