1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Code core/general:
- Generic blessed object serialize filter
- Logstash compatibility filter
- Global registry and DSL support for connection managers
- Connection sharing
- Connect timeout strategies
- Better documentation for error chain.
Specific adaptors
- AMQP needs a lot of work
Docs:
Message::Passing::Manual::Concepts:
- Proper script writing (after DSL example)
- Other links.. in ::Concepts?
Message::Passing::Manual::Workers:
- Write
Message::Passing::Manual::Cookbook:
- Aggregating this log
- Link to building own script
- Note other script options
- Syslog
- On host collector
- Explain what this is
- Explain central aggregation, again
- Aggregating everything
- Finish
- Filtering messages
- Putting it all together - log processor with filtering etc.
- HTTP POST notifications
- Worker pools for jobs
- Async notification with Web::Hippie
- Updating monitoringJS not until Moo!
|