CuBoulder/logstash

Name: logstash

Owner: University of Colorado Boulder

Description: Logstash config files

Created: 2014-10-23 15:44:07.0

Updated: 2016-10-25 21:17:10.0

Pushed: 2018-02-06 17:29:25.0

Homepage: null

Size: 95

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Logstash

The contents of this repo should live in /etc/logstash on a server.

Logs are sorted into three groups. The goal is to reduce 'Noise' to 0.

File naming - Files are aggregated in alpha order.
Commands

To clear Elasticseearch (from the logstash server command line):

 -XDELETE localhost:9200/logstash-*

To clear the sincedb:

/.sincedb_* # for sincedbs crated form command line
var/lib/logstash/.sincedb_* #for sincedbs created by daemon
Troubleshooting

If you need to test a new config without breaking the running config:

/logstash/bin/logstash agent -f /etc/logstash/conf.d --configtest

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.