From c3e07b423ab543b860450e502d2a2210f01991c2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 12 Dec 2022 14:36:46 +0100 Subject: [PATCH 1/4] ci: fix linkcheck for graylog --- .../2022/how-to-not-migrate-graylog-to-opensearch/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/2022/how-to-not-migrate-graylog-to-opensearch/index.md b/content/posts/2022/how-to-not-migrate-graylog-to-opensearch/index.md index cf35b1e..b54d1de 100644 --- a/content/posts/2022/how-to-not-migrate-graylog-to-opensearch/index.md +++ b/content/posts/2022/how-to-not-migrate-graylog-to-opensearch/index.md @@ -19,7 +19,7 @@ Graylog is a centralized log management solution to capture, store and analyze l -Fortunately, [Graylog](https://docs.graylog.org/) also knows this and recommends users to switch even if it is currently not enforced and ES 7.10 continues to work for now [^elastic] +Fortunately, [Graylog](https://go2docs.graylog.org) also knows this and recommends users to switch even if it is currently not enforced and ES 7.10 continues to work for now [^elastic] . As you usually don't wants to operate software that no longer receives security updates, I have started to look into a migration and prepared the Container and Ansible setup. My fist mistake on this journey was to believe I can just use the latest Opensearch (OS) release. Had I read the documentation [^graylog] more carefully I would have saved myself a lot of trouble... @@ -39,7 +39,7 @@ What annoys me a bit about the whole situation is the back and forth and the rat [^elastic]: https://www.graylog.org/post/graylog-to-add-support-for-opensearch -[^graylog]: https://docs.graylog.org/docs/migrating-to-opensearch +[^graylog]: https://go2docs.graylog.org/5-0/planning_your_deployment/upgrading_to_opensearch.htm [^gl-github]: https://github.com/Graylog2/graylog2-server/issues/11804 [^os-github]: https://github.com/opensearch-project/project-website/issues/661 -- 2.24.4 From 4cc318dd15a43a62aab5f69ac9e60a331ec0ac92 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 12 Dec 2022 14:42:59 +0100 Subject: [PATCH 2/4] fix linkcheck for graylog --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ff5a965..1a9ff9e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ steps: - name: link-validation image: thegeeklab/link-validator commands: - - link-validator --color=always --rate-limit 10 -e https://matrix.to/.* -e https://www.graylog.org/.* + - link-validator --color=always --rate-limit 10 -e https://matrix.to/.* -e https://www.graylog.org/.* -e https://go2docs.graylog.org/.* environment: LINK_VALIDATOR_BASE_DIR: public/ LINK_VALIDATOR_RETRIES: 3 -- 2.24.4 From 1afb5d7414d7eeb7f9f2b5ca0d83630792b6deb2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 12 Dec 2022 14:43:43 +0100 Subject: [PATCH 3/4] sign drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1a9ff9e..1290f72 100644 --- a/.drone.yml +++ b/.drone.yml @@ -127,6 +127,6 @@ depends_on: --- kind: signature -hmac: 0b9304513ddb3911087f261da41092321969b32185f4b308bae8443b08b0a380 +hmac: 0e3ce84fd1775bdf098d80297bb8ce17ee4aa72f36c289e08dc29ab8f64f064a ... -- 2.24.4 From 4685e66f1b3b0e8600917818e828db7e817f0bd6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 12 Dec 2022 14:51:52 +0100 Subject: [PATCH 4/4] fix linkcheck for graylog --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1290f72..b2c04ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ steps: - name: link-validation image: thegeeklab/link-validator commands: - - link-validator --color=always --rate-limit 10 -e https://matrix.to/.* -e https://www.graylog.org/.* -e https://go2docs.graylog.org/.* + - link-validator --color=always --rate-limit 10 -e https://matrix.to.* -e https://www.graylog.org.* -e https://go2docs.graylog.org.* environment: LINK_VALIDATOR_BASE_DIR: public/ LINK_VALIDATOR_RETRIES: 3 @@ -127,6 +127,6 @@ depends_on: --- kind: signature -hmac: 0e3ce84fd1775bdf098d80297bb8ce17ee4aa72f36c289e08dc29ab8f64f064a +hmac: 401ce37f663e531d89355639b5e42ad06fe3b3a70f211d9516a773a719e3fc7a ... -- 2.24.4