All notable changes to this project will be documented in this file.
This project follows Semantic Versioning. Since it is currently a 0.x release, no aspect of the public API is guaranteed to be stable between versions, even minor versions.
** New Features **
- Support for TLS connections to the Graylog API server
** Bugfixes **
graylog_role
provider no longer tries to map a stream name from permissions likestreams:read
, only e.g.streams:read:some-stream-name
.
** Bugfixes **
- Fix a typo in graylog_api::inputs::cef_udp
** New Features **
- New graylog_api::inputs::cef_tcp input class.
- New graylog_api::inputs::cef_udp input class.
** New Features **
** Enhancements **
- graylog_index_set type now has a
disable_index_optimization
parameter (#2) - graylog_role provider now automatically maps permissions names of the form
streams:streamname
rather than requiring the stream ID be embedded in the data passed in. (#2)
** Bugfixes **
- Updating rules for existing streams now works properly (#2)
** New features **
- New graylog_api::input::syslog_tcp type (#1)
** Bugfixes **
- Remove leftover debugging code.
** New features **
- graylog_input and graylog_api::input::* now support a static_fields property.
** Bugfixes **
- Fixed an issue updating Lookup Tables and Lookup Caches
- Fixed an issue minor issue with stream rules that don't use the Value attribute.
** Bugfixes **
- Fixed issue introduced by namevar not being called 'name' for the
graylog_index_set
property.
** Breaking Changes **
graylog_index_set
now uses theprefix
property as its namevar, and thename
property has been renamed todisplay_name
. This fits better with the fact that the prefix is unique and immutable, and the display name is not.- Accordingly, the
index_set
property of thegraylog_stream
data type now refers to the prefix of the associated index set, and not its display name.
Initial Release