Bernd Ahlers
Bernd Ahlers
I created a test environment with this PR. The traces submitted by the new version look similar to older ones.
> We discussed this with the Architecture team, and identified that we are putting the general Entity Groups solution on hold. We may pursue it further later, as a more...
I am unable to reproduce that with the current state of the repository. If you still see the issue, please open a new issue with more detailed instructions to reproduce...
@linuxmail Unfortunately, fluent-bit decides the config format based on the config file extension. Sidecar always generates config files with a `.conf` extension, regardless of the format. We would need to...
RFC: @Graylog2/architecture With this change, we avoid errors when some code loads all job definitions or triggers and the collections contain outdated entries without subtype binding. What do you think?...
@moesterheld I've spoken with product and management. We need those tests before we can ship a new Sidecar release with the updated beats. (we should update them to the latest...
We should first reproduce the problem locally so we can actually measure the effect of any changes. We probably need to write some custom Java code; we don't want to...
> > I would also add that the inserted timestamp comes from the nodes themselves, so their clocks need to be carefully synced to make the ordering reliable. > >...
> Ideally, we make handling of events idempotent. So, e.g. a new/deleted stream triggers refreshing the stream router, but for multiple events the outcome is the same, so ordering does...
@nicolasbach Did you try to set it to an empty value? ```yaml vars: graylog_elasticsearch_hosts: "" ```