Logstash died on me last night, it has been a while since it happened. I'm running off the VM image from Nagios. On a side note, I'm waiting to hear back about approval to go to the conference, if so look forward to meeting some of you folks.
Back to our regularly scheduled programming, I also plan on setting up an event handler to restart it if it stops, but as well would like to know the root cause. My logstatsh.log mainly filled with this:
Code: Select all
{:timestamp=>"2015-05-28T02:18:26.636000-0400", :message=>"Failed parsing date from field", :field=>"timestamp", :value=>"May 28 02:16:14", :exception=>java.lang.IllegalArgumentException: Invalid format: "May 28 02:16:14", :level=>:warn}
{:timestamp=>"2015-05-28T02:18:26.637000-0400", :message=>"Failed parsing date from field", :field=>"timestamp", :value=>"May 28 02:16:14", :exception=>java.lang.IllegalArgumentException: Invalid format: "May 28 02:16:14", :level=>:warn}
{:timestamp=>"2015-05-28T02:18:26.639000-0400", :message=>"Failed parsing date from field", :field=>"timestamp", :value=>"May 28 02:16:14", :exception=>java.lang.IllegalArgumentException: Invalid format: "May 28 02:16:14", :level=>:warn}
{:timestamp=>"2015-05-28T02:18:26.640000-0400", :message=>"Failed parsing date from field", :field=>"timestamp", :value=>"May 28 02:16:14", :exception=>java.lang.IllegalArgumentException: Invalid format: "May 28 02:16:14", :level=>:warn}
{:timestamp=>"2015-05-28T02:18:26.640000-0400", :message=>"Failed parsing date from field", :field=>"timestamp", :value=>"May 28 02:16:14", :exception=>java.lang.IllegalArgumentException: Invalid format: "May 28 02:16:14", :level=>:warn}
With one different entry over the last 24hours of:
Code: Select all
:timestamp=>"2015-05-28T07:50:51.228000-0400", :message=>"Using milestone 1 input plugin 'syslog'. This plugin should work, but would benefit from use by folks like you. Please let us know if you find bugs or have suggestions on how to improve this plugin. For more information on plugin milestones, see http://logstash.net/docs/1.4.2/plugin-milestones", :level=>:warn}
{:timestamp=>"2015-05-28T07:50:51.274000-0400", :message=>"Using milestone 2 input plugin 'tcp'. This plugin should be stable, but if you see strange behavior, please let us know! For more information on plugin milestones, see http://logstash.net/docs/1.4.2/plugin-milestones", :level=>:warn}
Not trying to hijack the thread....
See-ya
Mitch