Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-23 15:08:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-23 15:08:41 +0300
commit097eb364752b8dbb08758e6b7b98a6e4030792c8 (patch)
tree2cced0bb935a3819f4077eebd96a44f6bbce4ced /doc/integration/index.md
parentc71c2ba4c29ed3cc483e528a32f34816c98c39f4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/index.md')
-rw-r--r--doc/integration/index.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/integration/index.md b/doc/integration/index.md
index f1d16dc409d..bcc3eb6c030 100644
--- a/doc/integration/index.md
+++ b/doc/integration/index.md
@@ -104,3 +104,13 @@ After that restart GitLab with:
```shell
sudo gitlab-ctl restart
```
+
+### Search Sidekiq logs in Kibana
+
+To locate a specific integration in Kibana, use the following KQL search string:
+
+```plaintext
+`json.integration_class.keyword : "Integrations::Jira" and json.project_path : "path/to/project"`
+```
+
+You can find information in `json.exception.backtrace`, `json.exception.class`, `json.exception.message`, and `json.message`.