Search found 11 matches

by jslawrenc
Wed Jul 18, 2018 5:10 pm
Forum: Nagios Log Server
Topic: S3 Bucket Logs to Logstash not working? Advice?
Replies: 10
Views: 2535

Re: S3 Bucket Logs to Logstash not working? Advice?

One update: Running logstash in debug, I observed the error "The shutdown process appears to be stalled due to busy or blocked plugins" which might suggest my S3 plugin is receiving data at a slow pace. This seems to be somewhat common with S3 bucket logs. I'm not sure how to remedy this y...
by jslawrenc
Wed Jul 18, 2018 12:11 pm
Forum: Nagios Log Server
Topic: S3 Bucket Logs to Logstash not working? Advice?
Replies: 10
Views: 2535

Re: S3 Bucket Logs to Logstash not working? Advice?

Hi TMCDonald- I have been unable to resolve the S3 log pull from ElasticSearch to Logstash>>Kibana. /var/log/logstash/logstash.com warning is "Logstash S3 input, stop reading in the middle of the file, we will read it again when logstash is started". If you can offer any guidance on why th...
by jslawrenc
Tue Jul 17, 2018 4:17 pm
Forum: Nagios Log Server
Topic: S3 Bucket Logs to Logstash not working? Advice?
Replies: 10
Views: 2535

Re: S3 Bucket Logs to Logstash not working? Advice?

Thanks again cdienger. Greatly appreciated.
by jslawrenc
Tue Jul 17, 2018 11:01 am
Forum: Nagios Log Server
Topic: S3 Bucket Logs to Logstash not working? Advice?
Replies: 10
Views: 2535

Re: S3 Bucket Logs to Logstash not working? Advice?

Yes- /var/log/logstash/logstash.log. I haven't seen the error reappear since defining charset => "ISO-8859-1, but still not seeing the S3 logs show up in ElasticSearch. If I can trouble you with one last question. If you don't define "Input" within Global Config input web browser, I p...
by jslawrenc
Mon Jul 16, 2018 6:15 pm
Forum: Nagios Log Server
Topic: S3 Bucket Logs to Logstash not working? Advice?
Replies: 10
Views: 2535

Re: S3 Bucket Logs to Logstash not working? Advice?

Thanks a lot cdienger. I did have my region set correctly, but removing the input{} fixed the initial verify error & started to producing events in logstash.log. The S3 log source is still not showing up as a source in LMS-elasticsearch and I'm now seeing "Logstash S3 input, stop reading in...
by jslawrenc
Fri Jul 13, 2018 6:34 pm
Forum: Nagios Log Server
Topic: S3 Bucket Logs to Logstash not working? Advice?
Replies: 10
Views: 2535

S3 Bucket Logs to Logstash not working? Advice?

I was hoping someone could help me out here. I have Cisco Managed S3 bucket containing gzip files which I need to pull into my CentOS Nagios LMS. Using the below GC input example, I always get the "configuration could not be verified" when doing a SAVE>>APPLY. I'm not seeing any relevant e...
by jslawrenc
Tue Jun 26, 2018 12:02 pm
Forum: Nagios Log Server
Topic: Replica Shards Enabled On Single Instance-Worth Changing?
Replies: 3
Views: 253

Re: Replica Shards Enabled On Single Instance-Worth Changing

Thanks Scott. Nagios offers instructions to disable the replica shards on a single instance-but not much detail on why it matters. I guess just so admins don't have to see that yellow warning in the cluster health status. I can live with that, LOL!!
by jslawrenc
Mon Jun 25, 2018 6:42 pm
Forum: Nagios Log Server
Topic: Replica Shards Enabled On Single Instance-Worth Changing?
Replies: 3
Views: 253

Replica Shards Enabled On Single Instance-Worth Changing?

I'm new to Nagios LMS and found that the Nagios log server we're using at my work had Replica shards enabled even though we only have a single instance running. The steps to disable Replica shards looks trivial, but we're probably going to add a 2nd instance in the next 6 months or so. Is there any ...
by jslawrenc
Tue Jun 19, 2018 11:06 am
Forum: Nagios Log Server
Topic: Nagios log server not receving logs
Replies: 3
Views: 732

Re: Nagios log server not receving logs

I work with Syed and we were able to get to root cause yesterday. Entries were added in the core config which seemed to create conflicts. Possibly a port being defined twice. What made this challenging is LMS seem to run for days under this config and the error logs we audited somewhat put us on a w...
by jslawrenc
Tue Jun 19, 2018 10:07 am
Forum: Nagios Log Server
Topic: Nagios LMS - Client Script Accidently Run on Server Itself
Replies: 4
Views: 1033

Re: Nagios LMS - Client Script Accidently Run on Server Itse

Thank you guys. I'm just getting familiar with Nagios LMS. Really appreciate the advice here.