|
|
@@ -31,11 +31,12 @@ TESTED_VERSIONS="7.17
|
|
|
8.19
|
|
|
9.0
|
|
|
9.1
|
|
|
-9.2"
|
|
|
+9.2
|
|
|
+9.3"
|
|
|
|
|
|
# Check for NEW versions (after latest tested)
|
|
|
# WARNING: Also update FILEBEAT_LATEST below when changing this!
|
|
|
-LATEST_TESTED_VERSION="9.2"
|
|
|
+LATEST_TESTED_VERSION="9.3"
|
|
|
NEW_VERSIONS=$(curl -s "https://hub.docker.com/v2/repositories/elastic/filebeat/tags/?page_size=100" \
|
|
|
| jq -r ".results[].name" \
|
|
|
| grep "^[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*$" \
|
|
|
@@ -70,7 +71,7 @@ echo "Using tested versions:"
|
|
|
echo "$TESTED_VERSIONS"
|
|
|
SCRIPT
|
|
|
––– output –––
|
|
|
-✅ No new versions found after 9.2
|
|
|
+✅ No new versions found after 9.3
|
|
|
Using tested versions:
|
|
|
7.17
|
|
|
8.0
|
|
|
@@ -96,6 +97,7 @@ Using tested versions:
|
|
|
9.0
|
|
|
9.1
|
|
|
9.2
|
|
|
+9.3
|
|
|
––– input –––
|
|
|
bash << 'SCRIPT'
|
|
|
# Check documentation for Filebeat version
|
|
|
@@ -103,7 +105,7 @@ echo "Checking Filebeat version in documentation..."
|
|
|
echo ""
|
|
|
|
|
|
# Must match LATEST_TESTED_VERSION above
|
|
|
-FILEBEAT_LATEST="9.2"
|
|
|
+FILEBEAT_LATEST="9.3"
|
|
|
|
|
|
# 1. Check manual documentation (local file mounted via workflow)
|
|
|
echo "=== Checking manual documentation ==="
|
|
|
@@ -148,7 +150,7 @@ SCRIPT
|
|
|
Checking Filebeat version in documentation...
|
|
|
=== Checking manual documentation ===
|
|
|
✓ Checking /manual/english/Integration/Filebeat.md
|
|
|
-✅ Manual: versions 7.17-9.2 are supported
|
|
|
+✅ Manual: versions 7.17-9.3 are supported
|
|
|
=== Checking website blog post ===
|
|
|
✓ Fetching https://manticoresearch.com/blog/integration-of-manticore-with-logstash-filebeat/
|
|
|
-✅ Blog: Filebeat versions 7.17-9.2
|
|
|
+✅ Blog: Filebeat versions 7.17-9.3
|