Update kibana-panel.yaml

patch-1
Prince Chaddha 2022-03-07 03:05:17 +05:30 committed by GitHub
parent f7e32b1f1f
commit 1667fd79cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -13,14 +13,17 @@ requests:
path:
- "{{BaseURL}}/login"
redirects: true
max-redirects: 2
matchers-condition: or
matchers:
- type: word
part: body
words:
- "<title>Kibana</title>"
- "<title>Elastic</title>"
- type: word
- type: regex
part: header
words:
- "Kbn-Name:"
regex:
- '(?i)(Kbn-Name)'