Kay Roepke

Results 19 comments of Kay Roepke

We use `https://check.torproject.org/exit-addresses` which I believe does not contain any IPv6 exit addresses. Please note that the `tor_lookup` is just a thin wrapper around the more generic HTTP lookup, so...

Would a viable option be to use the Windows registry for this kind of config?

Ok, let me find a person who can create an account and how to structure that here.

> Hello @max-rocket-internet - Have you found a work around for this? I have many Kinesis streams I want to integrate with Graylog however I'm getting the same "Not in...

Failing test in `org.opensearch.sql.ppl.antlr.PPLSyntaxParserTest` ```Java @Test public void testLiteralSwallowsExpression() { ParseTree tree = new PPLSyntaxParser().parse("source=foo | stats avg(bytes*1024)"); assertNotEquals(null, tree); new OpenSearchPPLParserBaseVisitor(){ @Override public Void visitPrimaryExpression(OpenSearchPPLParser.PrimaryExpressionContext ctx) { if (ctx.start.equals(ctx.stop))...

Looks similar, but it is a different ANTLR grammar. I haven't checked it yet, but I doubt that SQL identifiers would contain `*` so I venture a guess that the...

Crazily, I was wrong, it is a different grammar file, but the issue is identical: https://github.com/opensearch-project/sql/commit/0a878aba438a0edeeb946f4c879d9bbd61b4a7da#diff-de4dc8d33192023fd968c0c467b9c242904a600e388bbc49f87e90d511ce5c41R322 SQL identifiers can contain `*` (among other things that aren't operators) which will probably...

Graylog 4 requires Elasticsearch 6.8 and up to 7.10. We will make improvements as we go along but not everything can be done at the same time. Specifically Graylog 4.0...

Sorry, missed the notification. I'd say yes to the search page, but let me do another round of feedback with a few folks

There's currently no supported way to create roles that allow editing pipelines without being admin, so I agree this isn't a backport.