[CI] update serverless test index (#17137)

* Update serverless test against `.monitoring-logstash-9-mb`

* Update comment for disabled test
This commit is contained in:
kaisecheng 2025-04-30 11:04:44 +01:00 committed by GitHub
parent c31fcfd9ee
commit bdca644fa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,7 @@ The test cases against serverless Elasticsearch cover the following scenarios
- DLQ
- central pipeline management
- Kibana API for pipeline management (CPM)
- Metricbeat monitoring
- ~~Metricbeat monitoring~~
- ~~Logstash legacy monitoring~~
### Setup testing endpoint

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash
# metricbeat monitoring is disabled. Serverless does not support stack monitoring.
set -ex
source ./$(dirname "$0")/common.sh
@ -13,7 +15,7 @@ get_cpu_arch() {
fi
}
export INDEX_NAME=".monitoring-logstash-8-mb"
export INDEX_NAME=".monitoring-logstash-9-mb"
export OS=$(uname -s | tr '[:upper:]' '[:lower:]')
export ARCH=$(get_cpu_arch)
export BEATS_VERSION=$(curl -s "https://api.github.com/repos/elastic/beats/tags" | jq -r '.[0].name' | cut -c 2-)