rlueckl

Results 30 comments of rlueckl

I have this exact same problem. I bought 2x DragonRise Inc. "Generic USB Joystick" controller from AliExpress. I'm on Linux Mint with RetroArch/EmulationStation. Both controllers have the same exact name,...

I've found a usable workaround - in case anyone wants to use the same controller with the same amount of buttons: just wire up the buttons to the board in...

"change pipeline.* to pipelines.main.*" is the _worst_ thing you can do! Logstash 6 has introduced multiple pipelines with a good reason. Users can define their own pipelines and they can...

I've updated the check, so it works now with Logstash 6. It'll automatically select all configured pipelines and check them. PerfData is also generated separately for each pipeline. Examples: Logstash...

I could narrow it down to one specific log from a Cassandra system.log which apparently causes the timeout/JSON Parse error in 2.12.0. Two examples attached: [cassandra_example1.log](https://github.com/opensearch-project/OpenSearch-Dashboards/files/14458710/cassandra_example1.log) [cassandra_example2.log](https://github.com/opensearch-project/OpenSearch-Dashboards/files/14458711/cassandra_example2.log) The "message" and...

I've created a smaller example which also throws the JSON parse error in Dashboards 2.12.0: **Steps to reproduce:** * Add the following document to an index in your opensearch: ```...

Can anybody confirm if the bug has been fixed in 2.13.0? I don't have a test cluster unfortunately. I've tried updating Dashboards only, but it seems that it's not backwards...

Hi @cinhtau , please see my comment in #6134 : the minimal example works now, but longer examples still lead to loops: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/6134#issuecomment-2049586388

+1 for this. We have multiple "namespaces" and each user is only allowed to access their specific namespace with their specific ACLs. I have to do something like this to...

Hi, I did a quick test, unfortunately I don't see the secrets. Started with `docker run -p 80:80 -e VAULT_ADDR=https://vault.address.lan:8200/ -e AUTH_METHODS=LDAP -e VAULT_SKIP_VERIFY=true nyxcharon/vault-ui:secret-view` Then I logged in with...