Marco Pfatschbacher
Marco Pfatschbacher
We can also remove all the stream related alerting logic: https://github.com/Graylog2/graylog2-server/blob/master/graylog2-server/src/main/java/org/graylog2/streams/StreamService.java#L65-L83
@linuspahl sure, that sounds better :+1: thank you
Hi @cyberkryption I think the problem is that your certificate does not have any `subjectAltNames` configured. You can also see this in the logs: ``` certificate: sha256/KeB6DfLCNFq3561pPhy8Zc/+oU6pmSySnrPyzHbwfvQ= DN: CN=opensearch.cyberkryption.local, OU=Security,...
I also filed a bug over at OpenSearch to see whether they can improve their documentation: https://github.com/opensearch-project/documentation-website/issues/730
@cyberkryption did you have a chance to recreate your certificates? Can we close this ticket?
@xtruthx could you show me the output of `openssl x509 -text -in your-elastic-ssl-cert.pem` ?
@Jenda2022 the unknown status has likely a different cause. Have you checked the logs of the sidecar and graylog for any errors?
now that we fixed the source field problem with newer beats*, we can try and look into updating winlog and filebeat * see https://github.com/Graylog2/graylog2-server/pull/13895 @boosty @thll
I'm considering this resolved. Please open a new ticket if that's not the case.
@luk-kaminski > I just wanted to mention that by default (with standard analyzer in ES), slash will be treated as token separator. But we are talking about field names. Are...