queenns opened a new issue #6998: URL: https://github.com/apache/skywalking/issues/6998
Please answer these questions before submitting your issue. - Why do you submit this issue? - [ ] Question or discussion - Bug - [ ] Requirement - [ ] Feature or performance improvement ___ ### Question - What do you want to know? https://github.com/apache/skywalking/blob/master/docs/en/setup/backend/backend-fetcher.md ___ ### Bug - Which version of SkyWalking, OS, and JRE? oap.images.tag: 8.5.0-es7 oap.images.storageType: elasticsearch7 helm install "${SKYWALKING_RELEASE_NAME}" skywalking -n "${SKYWALKING_RELEASE_NAMESPACE}" \ -f ./skywalking/values-my-es.yaml \ --set oap.env.SW_CLUSTER=kubernetes \ --set oap.env.SW_CLUSTER_K8S_NAMESPACE=sky \ --set oap.env.SW_KAFKA_FETCHER=default \ --set oap.env.SW_KAFKA_FETCHER_SERVERS=xxx:9092 \ --set oap.env.SW_KAFKA_FETCHER_PARTITIONS=4 \ --set oap.env.SW_KAFKA_FETCHER_IS_SHARDING=true \ --set oap.env.SW_NAMESPACE=pre \ --set oap.env.SW_CONFIGURATION=k8s-configmap - What happened? After deployment according to the document description, SW_NAMESPACE is set, topic is not prefixed, but elasitcsearch index is prefixed by default -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
