* Update the documentation for the Logstash tar installation per the deprecation of the bundled Logstash distribution. Part of logstash-output-opensearch #208.
Signed-off-by: David Venable <[email protected]>
* Style correction
Signed-off-by: David Venable <[email protected]>
* Apply suggestions from code review
Signed-off-by: Naarcha-AWS <[email protected]>
* Update index.md
---------
Signed-off-by: David Venable <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
* Adds collections landing page configuration and navigation header linking
Signed-off-by: Aaron Stephanus <[email protected]>
* Removes unnecessary collection property from the configuration.
Signed-off-by: Aaron Stephanus <[email protected]>
* Adds links to navigation collection headers to collection index pages based on the collection name
Signed-off-by: Aaron Stephanus <[email protected]>
* Hide index pages from view and add info to formatting guide
Signed-off-by: Fanit Kolchina <[email protected]>
---------
Signed-off-by: Aaron Stephanus <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
* Add CI with link checker.
Signed-off-by: dblock <[email protected]>
* Capture URI::InvalidURIError.
Signed-off-by: dblock <[email protected]>
* Use HEAD and catch URI errors.
Signed-off-by: dblock <[email protected]>
* Retry on a 405 with a GET.
Signed-off-by: dblock <[email protected]>
* Replaced external link checker with ruby-link-checker.
Signed-off-by: dblock <[email protected]>
* Don't exit with an exception.
Signed-off-by: dblock <[email protected]>
* Run internal link checker on build/ci.
Signed-off-by: dblock <[email protected]>
* Added broken links issue template.
Signed-off-by: dblock <[email protected]>
* Added host exclusions that 404 or fail on bots.
Signed-off-by: dblock <[email protected]>
* Raise anyway because Jekyll does it for us.
Signed-off-by: dblock <[email protected]>
* Fix broken links.
Signed-off-by: dblock <[email protected]>
* Only run link checker on main.
Signed-off-by: dblock <[email protected]>
* Re-add check-links.sh.
Signed-off-by: dblock <[email protected]>
* Run once a day on cron.
Signed-off-by: dblock <[email protected]>
---------
Signed-off-by: dblock <[email protected]>