mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2025-07-26 06:01:08 +08:00

* Add StreamService#loadStreamTitles * Start OpenAPI spec for the stream output filters API * Add API resource skeletons for stream output filters * Start StreamOutputFilterRuleService * Make MongoCollections injectable via MongoDBExtension * Add target-specific endpoints for filter rules * Add search query parsing to StreamOutputFilterService * Add changelog * Implement endpoint to return available conditions * Rename to "Stream Destination Filter" * Add rule builder validation endpoint * Scope the rest of StreamDestinationFilterService method to stream * Validate rules on creation and update, handle errors Refs Graylog2/graylog-plugin-enterprise#7210