Jordan Sissel
bbe61d720e
On config failure, tell users about --configtest
...
I'm not sure this is the best approach, but notifying users about it
can't hurt I suppose. Suggestion from @jamtur01
2014-01-31 09:44:42 -08:00
Aaron Mildenstein
66839e2a13
Merge pull request #716 from wiibaa/jira-1149
...
Further validate date filter within register method
Thanks for making Logstash awesome! :)
2013-11-19 15:56:49 -08:00
Jordan Sissel
3a767b974e
deprecate -v and -vv flags in favor of the more obvious --verbose and
...
--debug
2013-11-15 15:10:24 -08:00
Jordan Sissel
b9c3f2acc1
Be more obvious that worker count is ignored but otherwise work will continue
2013-10-18 16:34:18 -07:00
Jordan Sissel
a31fca8273
- Include a (hopefully) better warning message when using an output
...
plugin that doesn't support workers.
- Remove worker_setup_skip hackery; not needed.
2013-10-18 16:27:41 -07:00
Wiibaa
07964a5ba8
Further validate date filter within register method
2013-10-11 21:55:32 +02:00
Jordan Sissel
e79f53646a
- include error in plugin load failures
2013-09-03 17:45:34 -07:00
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