Commit graph

13 commits

Author SHA1 Message Date
Jordan Sissel
6cde55106b - add exception class in debug mode
- emit exceptions on config compile errors.
2013-08-20 22:55:32 -07:00
Dmitry Koprov
fc1490bc67 fixes the typo in locales 2013-07-29 09:39:41 +04:00
Jordan Sissel
eb78a21b9d - add missing help entries
- fix formatting
2013-06-17 21:51:15 -07:00
Jordan Sissel
dfc33ae9cd yaml is dumb. 2013-06-17 15:56:09 -07:00
Jordan Sissel
0e4410a1f0 - Switch to using milestone numbers instead of plugin status labels
(LOGSTASH-1137)
- Rename plugin-status doc to plugin-milestones
2013-06-17 10:16:55 -07:00
Jordan Sissel
43a519a7f6 - make plugin statuses milestones instead. (LOGSTASH-1137)
The previous taxonomy confused users due to overloaded meanings of
  'beta' and 'experimental'.
2013-06-17 09:38:34 -07:00
Jordan Sissel
5cbc1aa221 - make SIGHUP configure logging again (causes the logfile to be
reopened)
2013-06-16 22:43:26 -07:00
Jordan Sissel
d97ecf7859 - fix formatting (use >- for text that should flow continuously) 2013-06-13 23:05:17 -07:00
Jordan Sissel
4d03cf4e57 This comment probably breaks the crap out of 'agent' but 'agent2' is the
future.

agent2 should now successfully use the new config parser w/ codec
support.

No 'conditionals' support yet, but I will add that soon.

Rough list of changes:
- try to unify agent2 errors
- make codecs loaded the same way other plugins are (removes extlib,
  woot)
- make default values subject to validation (necessary for codecs)
- some style cleanup
- move more error messages into locales/en.yml
- fix LogStash::Event#to_s to use %{+...}
2013-06-10 18:05:56 -07:00
Jordan Sissel
c8e35fba98 - fix edge case exit status
- add more help text
2013-06-04 13:29:13 -07:00
Jordan Sissel
225e52b2c6 - improve validation reporting
- check to_f and to_i conversions with :number validation
2013-03-29 22:53:36 -07:00
Jordan Sissel
54a6fad11d - Fix logger setup in the new pipeline
- log backtraces from the agent if debug (-vv)
- more friendly error messages
- style tweaks to stdin plugin
- copy parse_config into agent2
- improve pipeline shutdown under agent2
2013-02-08 03:05:42 -08:00
Jordan Sissel
d267d752e6 Start using i18n for user message lookups.
Notable big changes is that I try to offer suggestions as to what might
be wrong. Additionally, for unrecoverable failures, emit a big message
about how this is probably a bug and offer irc/mailing list/etc
2013-02-08 01:04:03 -08:00