Bernd Ahlers
Bernd Ahlers
Final JSON API changes have been merged with #17.
I would be careful to add everything in `/etc/` as config file by default. What about this? ``` ruby config_files '/etc' ``` If an argument to `config_files` is a directory,...
@ryan-carroll-graylog Please ensure that the changes we make don't break or change the behavior of the input for existing users. :slightly_smiling_face:
What do you think about the following? @ryan-carroll-graylog @miwent We add `#setOriginalSource()` and `#getOriginalSource()` methods to the `Message` class that set and return the original message as bytes or string....
I think including a page and including a snippet are two different use cases. So far I've used the `Include` statement for sharing common text or small templates between pages....
@mrueg Can you share your block parser code?
Thanks for the report. Please test with the latest commits. Do you know of any other config directives that should handle multiple values?
Anyone working on this? :smiley:
Some work is happening here: https://github.com/tima/statsd-influxdb-backend/pull/1
The translation was introduced as syntactic sugar so you can use `:with_foo => 'bar'`. I agree that it is confusing and breaks for some cases. But removing it might break...