Ryan
Ryan
I went with this approach because it was similar to what was done with Pipelines but am open to other suggestions. A few concerns I had: - Is it possible...
> @ryan-carroll-graylog It looks like in addition to the default All Messages stream, there are 3 more default streams (events, system events, and indexing failures): > > https://github.com/Graylog2/graylog2-server/blob/dd13876f41e6b1826475ef01c53d28b27b1d1ba9/graylog2-server/src/main/java/org/graylog2/plugin/streams/Stream.java#L34-L46 > >...
@danotorrey @kingzacko1 Instead of trying to try and handle each facade individually I decided to move the logic to a `ContentPackService`, adding the system streams before the facades are called...
This also seems to be an issue for content packs with Dashboards containing widgets that use a Stream: ``` 2022-08-19 11:45:55,603 ERROR: org.graylog2.shared.rest.exceptionmappers.AnyExceptionClassMapper - Unhandled exception in REST resource org.graylog2.contentpacks.exceptions.ContentPackException:...
> @tellistone I see that #13188 was merged for 5.0, but I could not find a backport for 4.x. > > @ryan-carroll-graylog Was it a deliberate decision not to backport...
> Looks good to me. Thanks for all the feedback.
> @ryan-carroll-graylog This LGTM and tests successfully! There is only one small method override that needs to be added in order for the Illuminate installation to automatically inject the scope:...
> > @ryan-carroll-graylog This LGTM and tests successfully! There is only one small method override that needs to be added in order for the Illuminate installation to automatically inject the...
@danotorrey Testing a server start with freshly blown away DBs, and the following fields overridden in my graylog.conf: ``` elasticsearch_analyzer = standard rotation_strategy = size elasticsearch_max_docs_per_index = 69 elasticsearch_max_size_per_index =...
> I believe we will need to hide Illuminate-scoped adapter and caches on the Create/Edit lookup table page. These lookup tables are considered to be read-only, and can come/go with...