mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 01:37:28 -04:00
[CI] update serverless test index (#17137)
* Update serverless test against `.monitoring-logstash-9-mb` * Update comment for disabled test
This commit is contained in:
parent
c31fcfd9ee
commit
bdca644fa8
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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-)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue