From 013c15e5ce4d90e4632cdbd86b84135724479693 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Fri, 7 Mar 2025 22:26:55 +0100 Subject: [PATCH] Fix codeblock --- deploy-manage/deploy/cloud-on-k8s/troubleshooting-beats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-manage/deploy/cloud-on-k8s/troubleshooting-beats.md b/deploy-manage/deploy/cloud-on-k8s/troubleshooting-beats.md index 7bee4a856..27d6bca05 100644 --- a/deploy-manage/deploy/cloud-on-k8s/troubleshooting-beats.md +++ b/deploy-manage/deploy/cloud-on-k8s/troubleshooting-beats.md @@ -25,7 +25,7 @@ When `kubectl` is used to modify a resource, it calculates the diff between the If you have configured a Beat to run as a `Deployment` and you are using a `hostPath` volume as the Beats data directory, you might encounter an error similar to the following: -```shell script +```shell ERROR instance/beat.go:958 Exiting: data path already locked by another beat. Please make sure that multiple beats are not sharing the same data path (path.data). ```