Results 25 issues of ktpktr0

I used docker compose to deploy Kafka, started SASL, and failed to map the JAAS file into the container. docker-compose: ``` version: '3.5' services: zookeeper: image: wurstmeister/zookeeper:3.4.6 ## 镜像 container_name:...

I use docker to install elastalert. I try to load the new module, but it fails ``` During handling of the above exception, another exception occurred: Traceback (most recent call...

Is there a plan to run in docker swarm? Distributed ha cluster。

When I tried to enter hive, I got the following error hive/warehouse on HDFS should be writable. Current permissions are: rwxrwxr-x I try HDFS DFS - Chmod 777 / user...

gost version: 2.11.5 Try using the following configuration file to achieve intranet penetration. One of my intranet services has multiple ports Public network ``` services: - name: service-0 addr: ":13400"...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version os: CentOS Linux release 7.9.2009 (Core) pulsar: 2.10.5 ### Minimal reproduce step Occasionally...

victorialogs官方filebeat配置 ``` filebeat.autodiscover: providers: - type: docker hints.enabled: true processors: - add_docker_metadata: ~ output.elasticsearch: hosts: [ "http://victorialogs:9428/insert/elasticsearch/" ] worker: 5 parameters: _msg_field: "message" _time_field: "@timestamp" _stream_fields: "container.name" http: enabled: true...

question

### Describe the bug Due to the simplicity of VMUI, I tried using Grafana to query logs, similar to Loki's. But it doesn't work vmui ![image](https://github.com/VictoriaMetrics/VictoriaMetrics/assets/41657218/59863424-baa3-4e9f-a7d1-578b06f7c386) grafana ![image](https://github.com/VictoriaMetrics/VictoriaMetrics/assets/41657218/88ddbe01-ee7d-4045-95eb-40b6ada02f22) ![image](https://github.com/VictoriaMetrics/VictoriaMetrics/assets/41657218/6f5ec29c-3459-49ac-97b4-c9630a3a0441) Why...

bug

**What did you do?** I use dingtalk as the alarm receiver, and when the alarm is restored, it will send out the unrecovered alarms together, even if these alarms do...