Giter Site home page Giter Site logo

tremor-rs / tremor-www-docs Goto Github PK

View Code? Open in Web Editor NEW
24.0 7.0 22.0 38.68 MB

Tremor https://docs.tremor.rs site

License: Apache License 2.0

Shell 0.24% Makefile 0.40% Python 2.41% HTML 37.02% JavaScript 42.33% CSS 17.59%
tremor docs documentation tremor-languages tremor-script tremor-query

tremor-www-docs's Introduction

tremor-www-docs's People

Contributors

adithyaakrishna avatar anupdhml avatar aryan9600 avatar chrishirsch avatar dak-x avatar darach avatar davidblewett avatar draco2003 avatar drowe-wayfair avatar ernadh avatar jigyasak05 avatar licenser avatar manuelstein avatar marioortizmanero avatar mfelsche avatar murex971 avatar namikotoriyama avatar skoech avatar spyrosroum avatar yatinmaan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

tremor-www-docs's Issues

clarify source and sink

Describe the problem you are trying to solve

For someone new to tremor the words source and sink can be unclear, we should clarify that we use them looking 'inside out' so the pipeline is the 'center of our universe'.

Web Content Redesign

As an early stage project we’ve biased in favour of documenting the essentials and getting content in place as fast as possible. This has worked well but a side-effect is 3 or 4 different sources of content ( www, docs, rfcs and courseware ).

We came up with some improvements we could think of but are happy and eager for more:

  • Unify the different content forms under a single consolidated theme and design
  • Ease of navigation ( breadcrumbs )
  • Preserve markdown for data entry ( we’re programmers ) and keep design separate ( we’re not designers and find this stuff super hard )
  • A clean, easy to navigate theme with a focus on user experience
  • Well integrated with our CI and doc generation tooling ( think gitops for docs and content )
  • Support multiple separate documentations for different versions. See also #5

The related LFX Summer Mentorship Project to submit applications.

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
docs/development/process/rfc.md
docs/development/process/running-tests.md
docs/development/process/security-bugs.md
docs/ConstraintsLimitations.md
docs/FeatureComparison.md
docs/Glossary.md
docs/QA.md
docs/development/testing.md
	ERROR	http://0.0.0.0:8000/coyote.html
		Dial tcp4 0.0.0.0:8000: connect: connection refused
docs/artefacts/postprocessors.md
docs/artefacts/operators.md
	OK	../tremor-script/index.md
docs/development/benchmarking.md
docs/development/process/contributions.md
docs/internal/LocalMkdocsSetup.md
docs/development/process/patches.md
docs/internal/transform.md
docs/development/process/release.md
docs/operations/cli.md
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	operations/cli.md
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/development/process/reporting-bugs.md
docs/tremor-query/functions.md
docs/tremor-query/functions/win.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../artefacts/operators.md#genericbatch
	OK	../artefacts/operators.md#grouperbucket
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
requirements.txt
docs/tremor-query/pp.md
docs/tremor-query/recipes.md
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/regex.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/tremor-script/pp.md
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/viewer.html
docs/tremor-script/recipes.md
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
docs/tremor-script/extractors/glob.md
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/01_pipeline.yaml
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#gelf-via-udp
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	operations/cli.md
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/artefacts/offramps.md
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
docs/artefacts/onramps.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/0.8.3/log4rs/
mkdocs.yml.in
	OK	https://github.com/wayfair-tremor/tremor-www-docs
docs/workshop/README.md
	OK	https://github.com/wayfair-tremor/tremor-language-server
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/quick-start.md
		Not Found (HTTP error 404)
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
Makefile
	OK	https://github.com/wayfair-tremor/tremor-runtime
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-rfcs/blob/master/README.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues/new
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/wayfair-tremor/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/wayfair-tremor/tremor-www-docs
	OK	https://github.com/wayfair-tremor/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	OK	https://join.slack.com/t/tremor-debs/shared_invite/enQtOTMxNzY3NDg0MjI2LTQ4MTU4NjlkZDk0MmJmNmIwYjU0ZDc1OTNjMGRmNzUwZTdlZGVkMWFmNGFkZTAwOWJlYjlkMDZkNGNiMjQ2NzI
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/testing.md
		Not Found (HTTP error 404)
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-runtime.git
	OK	https://github.com/wayfair-tremor/tremor-runtime/actions
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/CHANGELOG.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/tree/master/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/tremor-script/index.md
	OK	../artefacts/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	ERROR	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
		Bad Gateway (HTTP error 502)

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

docs/tremor-query/functions.md
docs/development/process/contributions.md
CNAME.txt
docs/development/process/patches.md
docs/development/process/release.md
docs/development/process/reporting-bugs.md
docs/development/process/rfc.md
docs/development/process/running-tests.md
docs/development/process/security-bugs.md
LICENSE
docs/FeatureComparison.md
docs/internal/LocalMkdocsSetup.md
docs/internal/transform.md
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	operations/cli.md
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/operations/cli.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../artefacts/operators.md#genericbatch
	OK	../artefacts/operators.md#grouperbucket
docs/tremor-query/functions/win.md
docs/ConstraintsLimitations.md
docs/tremor-query/pp.md
docs/tremor-query/recipes.md
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/glob.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/regex.md
requirements.txt
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/QA.md
docs/tremor-script/pp.md
docs/Glossary.md
docs/artefacts/postprocessors.md
docs/development/benchmarking.md
docs/tremor-script/recipes.md
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
docs/artefacts/operators.md
	OK	../tremor-script/index.md
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/viewer.html
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/01_pipeline.yaml
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#gelf-via-udp
docs/development/testing.md
	ERROR	http://0.0.0.0:8000/coyote.html
		Dial tcp4 0.0.0.0:8000: connect: connection refused
	ERROR	https://docs.csnzoo.com/tremor/eqc-api-testing/installation/
		X509: certificate signed by unknown authority
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	operations/cli.md
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/0.8.3/log4rs/
docs/artefacts/onramps.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
docs/artefacts/offramps.md
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
docs/workshop/README.md
	OK	https://github.com/wayfair-tremor/tremor-language-server
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/quick-start.md
		Not Found (HTTP error 404)
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
Makefile
	OK	https://github.com/wayfair-tremor/tremor-runtime
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-runtime.git
	OK	https://github.com/wayfair-tremor/tremor-runtime/actions
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/CHANGELOG.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/tree/master/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/tremor-script/index.md
	OK	../artefacts/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
mkdocs.yml.in
	OK	https://github.com/wayfair-tremor/tremor-www-docs
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-rfcs/blob/master/README.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues/new
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/wayfair-tremor/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/wayfair-tremor/tremor-www-docs
	OK	https://github.com/wayfair-tremor/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	OK	https://join.slack.com/t/tremor-debs/shared_invite/enQtOTMxNzY3NDg0MjI2LTQ4MTU4NjlkZDk0MmJmNmIwYjU0ZDc1OTNjMGRmNzUwZTdlZGVkMWFmNGFkZTAwOWJlYjlkMDZkNGNiMjQ2NzI
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/testing.md
		Not Found (HTTP error 404)
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
	ERROR	http://citizencodeofconduct.org/
		Dialing to the given TCP address timed out
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	ERROR	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
		Bad Gateway (HTTP error 502)

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
course/debugging/index.md
	OK	lab-solved.tar.xz
	OK	lab.tar.xz
course/testing/unit.md
	OK	./assets/test-unit-01.gif
	OK	./assets/test-unit-02.gif
	OK	./assets/test-unit-03.gif
course/tremor-query/index.md
docs/FeatureComparison.md
docs/Glossary.md
docs/QA.md
course/tremor-script/index.md
course/tremor-script/tremor-script-expr.md
	OK	./fn.html
	OK	./for.html
	OK	./match.html
	OK	./merge.html
	OK	./mod.html
	OK	./patch.html
docs/ConstraintsLimitations.md
docs/development/benchmarking.md
course/intermediate-lab/index.md
	OK	./assets/rickmorty.gif
course/index.md
	OK	./contributing/index.html
	OK	./debugging/index.html
	OK	./operations/index.html
	OK	./overview/index.html
	OK	./testing/benchmark.html
	OK	./testing/index.html
	OK	./tremor-cli/index.html
	OK	./tremor-query/index.html
	OK	./tremor-script/index.html
docs/development/process/release.md
docs/development/process/reporting-bugs.md
docs/development/process/rfc.md
docs/development/process/running-tests.md
docs/development/process/security-bugs.md
course/plugin/menu/CONTRIBUTING.md
docs/development/testing.md
docs/internal/transform.md
docs/operations/gdcb.md
docs/tremor-query/functions/win.md
docs/tremor-query/functions.md
docs/tremor-query/pp.md
docs/tremor-query/recipes.md
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/datetime.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/regex.md
docs/viewer.html
course/plugin/notes/speaker-view.html
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/tremor-query/modules.md
	OK	./grammar/diagram/ModuleStmt.png
	OK	./grammar/diagram/ModuleStmtInner.png
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/development/process/contributions.md
docs/workshop/examples/20_transient_gd/README.md
docs/workshop/examples/21_persistent_gd/README.md
docs/workshop/examples/22_roundrobin/README.md
docs/workshop/examples/23_kafka_gd/README.md
course/intermediate-lab/README.md
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/tremor-script/pp.md
docs/development/process/patches.md
docs/tremor-script/recipes.md
	OK	index.md#match
	OK	index.md#matching-record-patterns
	ERROR	stdlib/std/array.md#pusharray-element
		Stat docs/tremor-script/stdlib/std/array.md: no such file or directory
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
	ERROR	stdlib/std/type.md#is_nullvalue
		Stat docs/tremor-script/stdlib/std/type.md: no such file or directory
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../tremor-query/operators.md#genericbatch
	OK	../tremor-query/operators.md#grouperbucket
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/tremor-script/modules.md
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-query/operators.md
	OK	../tremor-script/index.md
	OK	index.md#custom-operator-definitions
	OK	index.md#embedded-script-definitions
docs/tremor-query/walkthrough.md
	OK	operators.md#qosbackpressure
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
requirements.txt
docs/workshop/examples/39_kafka_elastic_correlation/README.md
docs/workshop/examples/40_otel_passthrough/README.md
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/otel/collector-config.yaml
	OK	etc/tremor/config/00_ramps.yaml
docs/workshop/examples/41_otel_zipkin/README.md
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	zipkin-ui.png
docs/internal/RunDocumentationManjaro.md
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/crononome.trickle
	OK	etc/tremor/config/postgres.trickle
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
course/tremor-script/expr.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/for.html
	OK	https://docs.tremor.rs/img/logo.png
course/operations/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-cli/index.md
	OK	../testing/assets/check-setup.gif
	OK	../testing/benchmark.html
	OK	../testing/index.html
	OK	./assets/hello.png
	OK	./assets/logger.yaml
	OK	./assets/tremor-dbg-01.gif
	OK	./assets/tremor-dbg-02.gif
	OK	./assets/tremor-dbg-03.gif
	OK	./assets/tremor-dbg-04.gif
	OK	./assets/tremor-dbg-05.gif
	OK	./assets/tremor-run-01.gif
	OK	./assets/tremor-run-02.gif
	OK	https://www.docker.com
docs/tremor-query/index.md
	OK	../tremor-script/index.md
	OK	../tremor-script/index.md#comments
	OK	../tremor-script/index.md#literals
	OK	../tremor-script/index.md#paths
	OK	../tremor-script/index.md#special-paths
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/Id.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/ModularId.png
	OK	grammar/diagram/Params.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/Stmt.png
	OK	grammar/diagram/TiltFrames.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WindowKind.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
	OK	https://rfcs.tremor.rs/0004-sliding-window-mechanism/
	OK	https://www.rust-lang.org/
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-query/tremor-script/stdlib/tremor/origin.md: no such file or directory
course/testing/index.md
	OK	./assets/check-setup.gif
	OK	https://www.docker.com
course/testing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/intermediate-lab/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-query/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/mod.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/benchmark.html
	OK	https://docs.tremor.rs/img/logo.png
course/contributing/index.html
	OK	https://docs.tremor.rs/img/logo.png
docs/internal/LocalMkdocsSetup.md
	OK	https://www.mkdocs.org/
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
course/tremor-cli/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/merge.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-mod.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Module.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ModuleExpr.png
course/overview/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-match.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPattern.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPatternFilter.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Block.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Effectors.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Match.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchCaseClause.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/RecordPattern.png
course/tremor-script/tremor-script-patch.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Patch.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/PatchOperation.png
course/debugging/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-for.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/For.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ForCaseClause.png
course/tremor-script/tremor-script-merge.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Merge.png
course/tremor-script/patch.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-query/tremor-query-stmt.md
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateStreamDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineScriptDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineWindowDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/EachBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/FromClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByDimension.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/HavingClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/IntoClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/Query.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SelectStmt.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SetBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WhereClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithParams.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithPartialParams.png
	OK	https://docs.tremor.rs/tremor-query/operators/
course/tremor-script/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/match.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-fn.md
	OK	./mod.html
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/FnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/IntrinsicFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchingFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/SimpleFnDecl.png
course/tremor-script/fn.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/integration.md
	OK	./assets/test-integration-01.gif
	OK	./assets/test-integration-02.gif
	OK	./assets/test-integration-03.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/integration
course/testing/benchmark.md
	OK	./assets/histogram-plot.png
	OK	./assets/test-bench-01.gif
	OK	./assets/test-bench-02.gif
	OK	./assets/test-bench-03.gif
	OK	http://hdrhistogram.github.io/HdrHistogram/plotFiles.html
	OK	http://hdrhistogram.org/
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/bench
docs/workshop/examples/14_syslog_udp/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/consumer.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/14_syslog_udp
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
	ERROR	api.md
		Stat docs/api.md: no such file or directory
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
docs/workshop/examples/33_proxies_lt_ws/README.md
	OK	../../../artefacts/offramps.md#ws
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/33_proxies_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/31_servers_lt_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	etc/tremor/config/config.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/31_servers_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/15_syslog_udp_dns/README.md
	OK	../14_syslog_udp/
	OK	./etc/tremor/config/01_binding.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/14_syslog_udp
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/demo/data
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/operations/linked-transports.md
	OK	../artefacts/offramps.md
	OK	../artefacts/offramps.md#kv
	OK	../artefacts/offramps.md#rest
	OK	../artefacts/onramps.md
	OK	../artefacts/onramps.md#discord
	OK	../artefacts/onramps.md#rest
	OK	../artefacts/onramps.md#ws
	OK	../tremor-query/operators.md
	OK	../tremor-query/operators.md#qosbackpressure
	OK	../tremor-query/operators.md#qosroundrobin
	OK	../tremor-query/operators.md#runtimetremor
	OK	../workshop/examples/30_servers_lt_http/README.md
	OK	../workshop/examples/31_servers_lt_ws/README.md
	OK	../workshop/examples/32_proxies_lt_http/README.md
	OK	../workshop/examples/33_proxies_lt_ws/README.md
	OK	../workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../workshop/examples/36_quota_service/README.md
	OK	../workshop/examples/37_configurator/README.md
	OK	https://github.com/vi/websocat
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
course/plugin/menu/README.md
	OK	https://denehyg.github.io/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
course/testing/command.md
	OK	./assets/test-command-01.gif
	OK	./assets/test-command-02.gif
	OK	./assets/test-command-03.gif
	OK	./assets/test-command-04.gif
	OK	./assets/test-command-05.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api-cli
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/cli
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/workshop/examples/13_grafana/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:3000
		Dial tcp4 127.0.0.1:3000: connect: connection refused
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
mkdocs.yml.in
	OK	https://github.com/tremor-rs/tremor-www-docs
RELEASE_PROCESS.md
	OK	https://github.com/tremor-rs/tremor-runtime
docs/workshop/examples/36_quota_service/README.md
	OK	../../../artefacts/offramps.md#kv
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/36_quota_service
	OK	images/tremor_quota_service_demo.png
	ERROR	http://localhost:5601/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/discover
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/index
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:9200
		Dial tcp4 127.0.0.1:9200: connect: connection refused
Makefile
	OK	https://github.com/tremor-rs/tremor-runtime
docs/workshop/examples/43_otel_prometheus/README.md
	OK	./docker-compose.yaml
	OK	./docker-snap.png
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	./prometheus-ui.png
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/43_otel_prometheus
docs/workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../../../artefacts/offramps.md#rest
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/35_reverse_proxy_load_balancing
docs/workshop/examples/44_otel_elastic_apm/README.md
	OK	./console-log.png
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	elastic-span.png
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/44_otel_elastic_apm
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/apm/services?rangeFrom=now-15m&rangeTo=now
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/30_servers_lt_http/README.md
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	../../../tremor-script/index.md#state
	OK	etc/tremor/config/internal_error_processing.trickle
	OK	etc/tremor/config/request_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/30_servers_lt_http
	OK	images/tremor_web_server.png
	ERROR	http://localhost:8139/
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index?name=badger
		Dial tcp4 127.0.0.1:8139: connect: connection refused
docs/workshop/examples/32_proxies_lt_http/README.md
	OK	../../../operations/linked-transports.md
	OK	../30_servers_lt_http/README.md
	OK	../30_servers_lt_http/README.md#testing
	OK	etc/tremor/config/response_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/32_proxies_lt_http
docs/tremor-script/extractors/glob.md
	OK	https://en.wikipedia.org/wiki/Glob_(programming
docs/workshop/examples/38_polling_alerts/README.md
	OK	../11_influx/README.md
	OK	./etc/tremor/config/alert.trickle
	OK	./etc/tremor/config/poll.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/38_polling_alerts
docs/workshop/examples/42_otel_jaeger/README.md
	OK	./docker-compose.yaml
	OK	./docker-snap.png
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	./jaeger-ui.png
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/42_otel_jaeger
course/plugin/toolbar/README.md
	OK	https://denehyg.github.io/reveal.js-toolbar
	OK	https://github.com/denehyg/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/workshop/README.md
	OK	../development/quick-start.md
	OK	https://github.com/tremor-rs/tremor-language-server
docs/workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws//README.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/34_bridges_lt_http_ws
docs/workshop/examples/37_configurator/README.md
	OK	../../../operations/linked-transports.md
	OK	../36_quota_service/README.md
	OK	https://docs.tremor.rs/operations/linked-transports/#correlation
	OK	https://docs.tremor.rs/tremor-query/operators/#qoswal
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/37_configurator
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8140
		Dial tcp4 127.0.0.1:8140: connect: connection refused
	ERROR	http://localhost:9139
		Dial tcp4 127.0.0.1:9139: connect: connection refused
docs/operations/configuration.md
	OK	../tremor-query/modules.md
	OK	../tremor-script/modules.md
	OK	https://docs.rs/log4rs/*/log4rs/
docs/artefacts/onramps.md
	OK	../operations/linked-transports.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	codecs.md#syslog
	OK	https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
	OK	https://discord.com/developers/docs/intro
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-tcp
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-udp
	OK	https://docs.rs/lapin/1.6.8/lapin/
	OK	https://docs.rs/lapin/1.6.8/lapin/options/struct.QueueBindOptions.html
	OK	https://docs.rs/nats/0.9.8/nats/struct.Options.html
	OK	https://docs.rs/serenity/0.10.2/serenity/
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html
	OK	https://www.amqp.org
	OK	https://www.cloudamqp.com/blog/part4-rabbitmq-for-beginners-exchanges-routing-keys-bindings.html
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.bind
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.auto-delete
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.durable
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.exclusive
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.no-wait
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.passive
	OK	https://www.rabbitmq.com/uri-spec.html
	OK	offramps.md#offramps
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
course/contributing/index.md
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/simd-lite/simd-json
	OK	https://github.com/tremor-rs/tremor-mkdocs-lexer
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-erl
	OK	https://github.com/tremor-rs/tremor-vscode
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-runtime.git
	OK	https://github.com/tremor-rs/tremor-runtime/actions
	OK	https://github.com/tremor-rs/tremor-runtime/issues
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/artefacts/offramps.md
	OK	../operations/linked-transports.md
	OK	../tremor-query/operators.md#genericbatch
	OK	./onramps.md#rest
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://docs.rs/lapin/1.6.8/lapin/
	OK	https://docs.rs/nats/0.9.8/nats/struct.Options.html
	OK	https://github.com/ctz/rustls
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://github.com/rustls/webpki-roots
	OK	https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html
	OK	https://newrelic.com/
	OK	https://www.amqp.org
	OK	https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
	OK	https://www.openssl.org/docs/man1.1.1/man5/x509v3_config.html#Subject-Alternative-Name
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.publish
	OK	https://www.rabbitmq.com/uri-spec.html
course/operations/index.md
	OK	../testing/index.html
	OK	./assets/rickmorty.gif
	OK	./assets/script-error.png
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/artefacts/codecs/#json
	OK	https://docs.tremor.rs/artefacts/codecs/#string
	OK	https://docs.tremor.rs/artefacts/offramps/
	OK	https://docs.tremor.rs/artefacts/offramps/#stdout
	OK	https://docs.tremor.rs/artefacts/onramps/
	OK	https://docs.tremor.rs/artefacts/onramps/#tcp
	OK	https://docs.tremor.rs/artefacts/preprocessors/#lines
	OK	https://docs.tremor.rs/development/quick-start/#without-docker
	OK	https://docs.tremor.rs/operations/cli/
	OK	https://docs.tremor.rs/operations/configuration-walkthrough/#write-a-binding-specification
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-query/operators/#script
	OK	https://docs.tremor.rs/tremor-script/extractors/dissect/
	OK	https://github.com/tremor-rs/tremor-language-server
	OK	https://github.com/tremor-rs/tremor-vim
	OK	https://marketplace.visualstudio.com/items?itemName=tremorproject.tremor-language-features
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://async.rs/
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
	OK	https://github.com/stjepang/smol
	OK	tremor-query/operators.md#qos::wal
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
course/plugin/menu/font-awesome/LICENSE.md
	OK	https://creativecommons.org/licenses/by/4.0/
	OK	https://fontawesome.com/license
	OK	https://opensource.org/licenses/MIT
	OK	https://scripts.sil.org/OFL
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/Binary.png
	OK	diagram/BinaryField.png
	OK	diagram/BinaryFields.png
	OK	diagram/BinaryType.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/String.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.63.png
	OK	https://www.bottlecaps.de/rr/ui
README.md
	OK	LICENSE
	OK	docs/internal/LocalMkdocsSetup.md
	OK	https://bestpractices.coreinfrastructure.org/projects/4356
	OK	https://bestpractices.coreinfrastructure.org/projects/4356/badge
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs
	OK	https://img.shields.io/discord/752801695066488843.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2
	OK	https://img.shields.io/github/license/tremor-rs/tremor-runtime
	OK	https://raw.githubusercontent.com/cncf/artwork/master/projects/tremor/horizontal/color/tremor-horizontal-color.png
	OK	https://www.bottlecaps.de/rr/ui
	ERROR	https://landscape.cncf.io/category=streaming-messaging&format=card-mode&grouping=category
		Not Found (HTTP error 404)
	ERROR	https://landscape.cncf.io/selected=tremor
		Not Found (HTTP error 404)
course/overview/index.md
	OK	./assets/cncf-color.svg
	OK	./assets/hla.png
	OK	./assets/logging-arch-basic.png
	OK	./assets/logging-arch-next-maybe.png
	OK	./assets/metrics-arch-basic.png
	OK	./assets/overview_arch.png
	OK	https://bit.ly/tremor-discord
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs
	OK	https://docs.tremor.rs/operations/gdcb/
	OK	https://docs.tremor.rs/operations/linked-transports/
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-script/
	OK	https://docs.tremor.rs/workshop/examples/36_quota_service/
	OK	https://docs.tremor.rs/workshop/examples/37_configurator/
	OK	https://github.com/tremor-rs/
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://rfcs.tremor.rs
	OK	https://twitter.com/tremordebs
	OK	https://www.cncf.io/sandbox-projects/
	OK	https://www.rust-lang.org/
	OK	https://www.tremor.rs
	OK	https://www.tremor.rs/blog/2020-08-06-to-async-or-not-to-async/
	ERROR	https://landscape.cncf.io/selected=tremor
		Not Found (HTTP error 404)
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
	OK	https://arxiv.org/pdf/1908.10693.pdf
	OK	https://github.com/HdrHistogram/HdrHistogram#footprint-estimation
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	OK	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://en.wikipedia.org/wiki/Carriage_return#Computers
	OK	https://github.com/tremor-rs/tremor-rfcs/pull/31
	OK	https://tools.ietf.org/html/rfc5425#section-4.3
	OK	onramps.md#tcp
	OK	onramps.md#udp-onramp-example-for-gelf
docs/artefacts/postprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://tools.ietf.org/html/rfc5425#section-4.3
docs/tremor-script/index.md
	OK	../tremor-query/index.md#embedded-script-definitions
	OK	../tremor-query/index.md#tumbling-windows
	OK	../tremor-query/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Binary.png
	OK	grammar/diagram/BinaryField.png
	OK	grammar/diagram/BinaryFields.png
	OK	grammar/diagram/Block.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/DocComment.png
	OK	grammar/diagram/DocCommentLine.png
	OK	grammar/diagram/Effectors.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	grammar/diagram/TupleCase.png
	OK	grammar/diagram/TuplePattern.png
	OK	grammar/diagram/TuplePatternFilter.png
	OK	https://docs.tremor.rs/tremor-query/#select-queries
	OK	https://erlang.org/doc/programming_examples/bit_syntax.html
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
	ERROR	stdlib/std/array.md
		Stat docs/tremor-script/stdlib/std/array.md: no such file or directory
	ERROR	stdlib/std/base64.md
		Stat docs/tremor-script/stdlib/std/base64.md: no such file or directory
	ERROR	stdlib/std/binary.md
		Stat docs/tremor-script/stdlib/std/binary.md: no such file or directory
	ERROR	stdlib/std/float.md
		Stat docs/tremor-script/stdlib/std/float.md: no such file or directory
	ERROR	stdlib/std/integer.md
		Stat docs/tremor-script/stdlib/std/integer.md: no such file or directory
	ERROR	stdlib/std/record.md
		Stat docs/tremor-script/stdlib/std/record.md: no such file or directory
	ERROR	stdlib/std/string.md
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory
	ERROR	stdlib/std/string.md#from_utf8_lossybytes
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory
	ERROR	stdlib/std/string.md#into_binarybytes
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory

Add example payloads for metronome and crononome

Unlike other sources where the event depends on what was send from an outside system, both metronome and crononome provide a given structured event. This isn't documented at the moment. An example of the payload structure and fields should be included in the documentation for them.

Make a clear distrinction between streaming and package based connectors

Describe the problem you are trying to solve

Some of our connectors are package based where one chunk of data == one event, udp, kafka, HTTP, WS are some examples.

Others are stream based where there is no alignment to event boundaries, TCP and file are examples. Those usually require a preprocessor and postprocessor to add framing.

We do not make it clear in the documentation which connector behaves which way and has which guarantees, that can lead to confusion.

We should be clearer about this.

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
course/debugging/index.md
	OK	lab-solved.tar.xz
	OK	lab.tar.xz
course/intermediate-lab/README.md
course/intermediate-lab/index.md
	OK	./assets/rickmorty.gif
course/plugin/menu/CONTRIBUTING.md
course/index.md
	OK	./contributing/index.html
	OK	./debugging/index.html
	OK	./operations/index.html
	OK	./overview/index.html
	OK	./testing/benchmark.html
	OK	./testing/index.html
	OK	./tremor-cli/index.html
	OK	./tremor-query/index.html
	OK	./tremor-script/index.html
course/plugin/notes/speaker-view.html
course/tremor-query/index.md
course/tremor-script/index.md
docs/viewer.html
docs/tremor-script/pp.md
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-script/recipes.md
	OK	index.md#match
	OK	index.md#matching-record-patterns
	ERROR	stdlib/std/array.md#pusharray-element
		Stat docs/tremor-script/stdlib/std/array.md: no such file or directory
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
	ERROR	stdlib/std/type.md#is_nullvalue
		Stat docs/tremor-script/stdlib/std/type.md: no such file or directory
docs/ConstraintsLimitations.md
docs/FeatureComparison.md
docs/Glossary.md
docs/QA.md
docs/development/process/reporting-bugs.md
docs/development/process/contributions.md
docs/development/process/rfc.md
docs/development/process/patches.md
docs/development/process/security-bugs.md
docs/development/testing.md
docs/development/process/running-tests.md
docs/operations/gdcb.md
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/internal/transform.md
docs/tremor-query/functions/win.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
course/testing/unit.md
	OK	./assets/test-unit-01.gif
	OK	./assets/test-unit-02.gif
	OK	./assets/test-unit-03.gif
course/tremor-script/tremor-script-expr.md
	OK	./fn.html
	OK	./for.html
	OK	./match.html
	OK	./merge.html
	OK	./mod.html
	OK	./patch.html
docs/tremor-query/functions.md
docs/tremor-query/recipes.md
docs/tremor-script/extractors/base64.md
docs/tremor-query/operators.md
	OK	../tremor-script/index.md
	OK	index.md#custom-operator-definitions
	OK	index.md#embedded-script-definitions
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-script/extractors/grok.md
docs/tremor-query/pp.md
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/kv.md
requirements.txt
docs/tremor-query/walkthrough.md
	OK	operators.md#qosbackpressure
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/workshop/examples/20_transient_gd/README.md
docs/workshop/examples/21_persistent_gd/README.md
docs/workshop/examples/22_roundrobin/README.md
docs/workshop/examples/23_kafka_gd/README.md
docs/workshop/examples/40_otel_passthrough/README.md
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/otel/collector-config.yaml
	OK	etc/tremor/config/00_ramps.yaml
docs/workshop/examples/41_otel_zipkin/README.md
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	zipkin-ui.png
docs/development/benchmarking.md
docs/development/process/release.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../tremor-query/operators.md#genericbatch
	OK	../tremor-query/operators.md#grouperbucket
docs/tremor-query/modules.md
	OK	./grammar/diagram/ModuleStmt.png
	OK	./grammar/diagram/ModuleStmtInner.png
docs/tremor-script/extractors/regex.md
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
course/tremor-script/merge.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/for.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/benchmark.html
	OK	https://docs.tremor.rs/img/logo.png
docs/internal/LocalMkdocsSetup.md
	OK	https://www.mkdocs.org/
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
course/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-cli/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/debugging/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/operations/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/contributing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/intermediate-lab/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/expr.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-merge.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Merge.png
course/overview/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/match.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-mod.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Module.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ModuleExpr.png
course/tremor-script/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-patch.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Patch.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/PatchOperation.png
course/tremor-script/mod.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/fn.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/patch.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-for.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/For.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ForCaseClause.png
course/tremor-query/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-fn.md
	OK	./mod.html
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/FnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/IntrinsicFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchingFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/SimpleFnDecl.png
course/tremor-script/tremor-script-match.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPattern.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPatternFilter.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Block.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Effectors.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Match.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchCaseClause.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/RecordPattern.png
course/testing/index.md
	OK	./assets/check-setup.gif
	OK	https://www.docker.com
course/tremor-query/tremor-query-stmt.md
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateStreamDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineScriptDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineWindowDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/EachBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/FromClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByDimension.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/HavingClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/IntoClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/Query.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SelectStmt.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SetBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WhereClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithParams.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithPartialParams.png
	OK	https://docs.tremor.rs/tremor-query/operators/
course/tremor-cli/index.md
	OK	../testing/assets/check-setup.gif
	OK	../testing/benchmark.html
	OK	../testing/index.html
	OK	./assets/hello.png
	OK	./assets/logger.yaml
	OK	./assets/tremor-dbg-01.gif
	OK	./assets/tremor-dbg-02.gif
	OK	./assets/tremor-dbg-03.gif
	OK	./assets/tremor-dbg-04.gif
	OK	./assets/tremor-dbg-05.gif
	OK	./assets/tremor-run-01.gif
	OK	./assets/tremor-run-02.gif
	OK	https://www.docker.com
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	ERROR	etc/tremor/config/01_pipeline.yaml
		Stat docs/workshop/examples/12_postgres_timescaledb/etc/tremor/config/01_pipeline.yaml: no such file or directory
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/Id.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/ModularId.png
	OK	grammar/diagram/Params.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/Stmt.png
	OK	grammar/diagram/TiltFrames.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WindowKind.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
	OK	https://rfcs.tremor.rs/0004-sliding-window-mechanism/
	OK	https://www.rust-lang.org/
docs/tremor-script/extractors/glob.md
	OK	https://en.wikipedia.org/wiki/Glob_(programming
docs/workshop/examples/13_grafana/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:3000
		Dial tcp4 127.0.0.1:3000: connect: connection refused
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/workshop/examples/37_configurator/README.md
	OK	../../../operations/linked-transports.md
	OK	../36_quota_service/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/37_configurator
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8140
		Dial tcp4 127.0.0.1:8140: connect: connection refused
	ERROR	http://localhost:9139
		Dial tcp4 127.0.0.1:9139: connect: connection refused
course/testing/integration.md
	OK	./assets/test-integration-01.gif
	OK	./assets/test-integration-02.gif
	OK	./assets/test-integration-03.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/integration
docs/workshop/examples/36_quota_service/README.md
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/36_quota_service
	OK	images/tremor_quota_service_demo.png
	ERROR	http://localhost:5601/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/discover
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/index
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:9200
		Dial tcp4 127.0.0.1:9200: connect: connection refused
course/testing/benchmark.md
	OK	./assets/histogram-plot.png
	OK	./assets/test-bench-01.gif
	OK	./assets/test-bench-02.gif
	OK	./assets/test-bench-03.gif
	OK	http://hdrhistogram.github.io/HdrHistogram/plotFiles.html
	OK	http://hdrhistogram.org/
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/bench
docs/workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../../../artefacts/offramps.md#rest
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/35_reverse_proxy_load_balancing
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
	ERROR	api.md
		Stat docs/api.md: no such file or directory
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
course/testing/command.md
	OK	./assets/test-command-01.gif
	OK	./assets/test-command-02.gif
	OK	./assets/test-command-03.gif
	OK	./assets/test-command-04.gif
	OK	./assets/test-command-05.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api-cli
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/cli
docs/workshop/examples/44_otel_elastic_apm/README.md
	OK	./console-log.png
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	elastic-span.png
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/44_otel_elastic_apm
	ERROR	etc/otel/collector.yaml
		Stat docs/workshop/examples/44_otel_elastic_apm/etc/otel/collector.yaml: no such file or directory
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/apm/services?rangeFrom=now-15m&rangeTo=now
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws//README.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/34_bridges_lt_http_ws
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/operations/linked-transports.md
	OK	../artefacts/offramps.md
	OK	../artefacts/offramps.md#kv
	OK	../artefacts/offramps.md#rest
	OK	../artefacts/onramps.md
	OK	../artefacts/onramps.md#discord
	OK	../artefacts/onramps.md#rest
	OK	../artefacts/onramps.md#ws
	OK	../tremor-query/operators.md
	OK	../tremor-query/operators.md#qosbackpressure
	OK	../tremor-query/operators.md#qosroundrobin
	OK	../tremor-query/operators.md#runtimetremor
	OK	../workshop/examples/30_servers_lt_http/README.md
	OK	../workshop/examples/31_servers_lt_ws/README.md
	OK	../workshop/examples/32_proxies_lt_http/README.md
	OK	../workshop/examples/33_proxies_lt_ws/README.md
	OK	../workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../workshop/examples/36_quota_service/README.md
	OK	../workshop/examples/37_configurator/README.md
	OK	https://github.com/vi/websocat
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/demo/data
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
README.md
	OK	docs/internal/LocalMkdocsSetup.md
	OK	https://docs.tremor.rs
	OK	https://github.com/GuntherRademacher/rr
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/31_servers_lt_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	etc/tremor/config/config.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/31_servers_lt_ws
	OK	https://github.com/vi/websocat
course/plugin/menu/README.md
	OK	https://denehyg.github.io/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/workshop/examples/30_servers_lt_http/README.md
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	../../../tremor-script/index.md#state
	OK	etc/tremor/config/internal_error_processing.trickle
	OK	etc/tremor/config/request_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/30_servers_lt_http
	OK	images/tremor_web_server.png
	ERROR	http://localhost:8139/
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index?name=badger
		Dial tcp4 127.0.0.1:8139: connect: connection refused
Makefile
	OK	https://github.com/tremor-rs/tremor-runtime
RELEASE_PROCESS.md
	OK	https://github.com/tremor-rs/tremor-runtime
mkdocs.yml.in
	OK	https://github.com/tremor-rs/tremor-www-docs
docs/workshop/examples/38_polling_alerts/README.md
	OK	../11_influx/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/38_polling_alerts
	ERROR	./alert.trickle
		Stat docs/workshop/examples/38_polling_alerts/alert.trickle: no such file or directory
	ERROR	./poll.trickle
		Stat docs/workshop/examples/38_polling_alerts/poll.trickle: no such file or directory
docs/workshop/examples/42_otel_jaeger/README.md
	OK	./docker-compose.yaml
	OK	./docker-snap.png
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	./jaeger-ui.png
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/42_otel_jaeger
docs/workshop/examples/43_otel_prometheus/README.md
	OK	./docker-compose.yaml
	OK	./docker-snap.png
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	./prometheus-ui.png
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/43_otel_prometheus
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
course/plugin/toolbar/README.md
	OK	https://denehyg.github.io/reveal.js-toolbar
	OK	https://github.com/denehyg/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
course/operations/index.md
	OK	../testing/index.html
	OK	./assets/rickmorty.gif
	OK	./assets/script-error.png
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/artefacts/codecs/#json
	OK	https://docs.tremor.rs/artefacts/codecs/#string
	OK	https://docs.tremor.rs/artefacts/offramps/
	OK	https://docs.tremor.rs/artefacts/offramps/#stdout
	OK	https://docs.tremor.rs/artefacts/onramps/
	OK	https://docs.tremor.rs/artefacts/onramps/#tcp
	OK	https://docs.tremor.rs/artefacts/preprocessors/#lines
	OK	https://docs.tremor.rs/development/quick-start/#without-docker
	OK	https://docs.tremor.rs/operations/cli/
	OK	https://docs.tremor.rs/operations/configuration-walkthrough/#write-a-binding-specification
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-query/operators/#script
	OK	https://docs.tremor.rs/tremor-script/extractors/dissect/
	OK	https://github.com/tremor-rs/tremor-language-server
	OK	https://github.com/tremor-rs/tremor-vim
	OK	https://marketplace.visualstudio.com/items?itemName=tremorproject.tremor-language-features
docs/workshop/README.md
	OK	../development/quick-start.md
	OK	https://github.com/tremor-rs/tremor-language-server
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://async.rs/
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
	OK	https://github.com/stjepang/smol
	OK	tremor-query/operators.md#qos::wal
docs/workshop/examples/33_proxies_lt_ws/README.md
	OK	../../../artefacts/offramps.md#ws
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/33_proxies_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/32_proxies_lt_http/README.md
	OK	../../../operations/linked-transports.md
	OK	../30_servers_lt_http/README.md
	OK	../30_servers_lt_http/README.md#testing
	OK	etc/tremor/config/response_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/32_proxies_lt_http
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-runtime.git
	OK	https://github.com/tremor-rs/tremor-runtime/actions
	OK	https://github.com/tremor-rs/tremor-runtime/issues
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
course/plugin/menu/font-awesome/LICENSE.md
	OK	https://creativecommons.org/licenses/by/4.0/
	OK	https://fontawesome.com/license
	OK	https://opensource.org/licenses/MIT
	OK	https://scripts.sil.org/OFL
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
	OK	https://arxiv.org/pdf/1908.10693.pdf
	OK	https://github.com/HdrHistogram/HdrHistogram#footprint-estimation
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/Binary.png
	OK	diagram/BinaryField.png
	OK	diagram/BinaryFields.png
	OK	diagram/BinaryType.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
course/overview/index.md
	OK	./assets/cncf-color.svg
	OK	./assets/hla.png
	OK	./assets/logging-arch-basic.png
	OK	./assets/logging-arch-next-maybe.png
	OK	./assets/metrics-arch-basic.png
	OK	./assets/overview_arch.png
	OK	https://bit.ly/tremor-discord
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs
	OK	https://docs.tremor.rs/operations/gdcb/
	OK	https://docs.tremor.rs/operations/linked-transports/
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-script/
	OK	https://docs.tremor.rs/workshop/examples/36_quota_service/
	OK	https://docs.tremor.rs/workshop/examples/37_configurator/
	OK	https://github.com/tremor-rs/
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://rfcs.tremor.rs
	OK	https://twitter.com/tremordebs
	OK	https://www.cncf.io/sandbox-projects/
	OK	https://www.rust-lang.org/
	OK	https://www.tremor.rs
	OK	https://www.tremor.rs/blog/2020-08-06-to-async-or-not-to-async/
	ERROR	https://landscape.cncf.io/selected=tremor
		Not Found (HTTP error 404)
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
course/contributing/index.md
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/simd-lite/simd-json
	OK	https://github.com/tremor-rs/tremor-mkdocs-lexer
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-erl
	OK	https://github.com/tremor-rs/tremor-vscode
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
docs/artefacts/onramps.md
	OK	../operations/linked-transports.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
	OK	https://discord.com/developers/docs/intro
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-tcp
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-udp
	OK	https://docs.rs/nats/0.9.8/nats/struct.Options.html
	OK	https://docs.rs/serenity/0.10.2/serenity/
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html
	OK	offramps.md#offramps
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/*/log4rs/
docs/artefacts/offramps.md
	OK	../operations/linked-transports.md
	OK	../tremor-query/operators.md#genericbatch
	OK	./onramps.md#rest
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://docs.rs/nats/0.9.8/nats/struct.Options.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html
	OK	https://newrelic.com/
	OK	https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
docs/tremor-script/index.md
	OK	../tremor-query/index.md#embedded-script-definitions
	OK	../tremor-query/index.md#tumbling-windows
	OK	../tremor-query/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Binary.png
	OK	grammar/diagram/BinaryField.png
	OK	grammar/diagram/BinaryFields.png
	OK	grammar/diagram/Block.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/DocComment.png
	OK	grammar/diagram/DocCommentLine.png
	OK	grammar/diagram/Effectors.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	grammar/diagram/TupleCase.png
	OK	grammar/diagram/TuplePattern.png
	OK	grammar/diagram/TuplePatternFilter.png
	OK	https://docs.tremor.rs/tremor-query/#select-queries
	OK	https://erlang.org/doc/programming_examples/bit_syntax.html
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
	ERROR	stdlib/std/array.md
		Stat docs/tremor-script/stdlib/std/array.md: no such file or directory
	ERROR	stdlib/std/base64.md
		Stat docs/tremor-script/stdlib/std/base64.md: no such file or directory
	ERROR	stdlib/std/binary.md
		Stat docs/tremor-script/stdlib/std/binary.md: no such file or directory
	ERROR	stdlib/std/float.md
		Stat docs/tremor-script/stdlib/std/float.md: no such file or directory
	ERROR	stdlib/std/integer.md
		Stat docs/tremor-script/stdlib/std/integer.md: no such file or directory
	ERROR	stdlib/std/record.md
		Stat docs/tremor-script/stdlib/std/record.md: no such file or directory
	ERROR	stdlib/std/string.md
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory
	ERROR	stdlib/std/string.md#from_utf8_lossybytes
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory
	ERROR	stdlib/std/string.md#into_binarybytes
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory
docs/artefacts/postprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://tools.ietf.org/html/rfc5425#section-4.3
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://en.wikipedia.org/wiki/Carriage_return#Computers
	OK	https://github.com/tremor-rs/tremor-rfcs/pull/31
	OK	https://tools.ietf.org/html/rfc5425#section-4.3
	OK	onramps.md#tcp
	OK	onramps.md#udp-onramp-example-for-gelf
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	OK	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

docs/FeatureComparison.md
CNAME.txt
LICENSE
docs/ConstraintsLimitations.md
docs/Glossary.md
docs/artefacts/postprocessors.md
docs/QA.md
docs/course/plugin/menu/CONTRIBUTING.md
docs/course/plugin/notes/speaker-view.html
docs/development/benchmarking.md
docs/development/process/contributions.md
docs/development/process/patches.md
docs/development/process/release.md
docs/development/process/reporting-bugs.md
docs/development/process/rfc.md
docs/development/process/running-tests.md
docs/development/process/security-bugs.md
docs/tremor-query/functions/win.md
docs/internal/transform.md
docs/tremor-query/functions.md
docs/development/testing.md
docs/tremor-script/extractors/base64.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/operations/gdcb.md
docs/tremor-query/recipes.md
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-script/extractors/grok.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../tremor-query/operators.md#genericbatch
	OK	../tremor-query/operators.md#grouperbucket
docs/tremor-script/extractors/json.md
docs/tremor-script/pp.md
docs/tremor-query/pp.md
docs/viewer.html
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-query/operators.md
	OK	../tremor-script/index.md
	OK	index.md#statements
docs/tremor-script/extractors/regex.md
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-script/recipes.md
	OK	index.md#match
	OK	index.md#matching-record-patterns
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
	ERROR	stdlib/std/type.md#is_nullvalue
		Stat docs/tremor-script/stdlib/std/type.md: no such file or directory
docs/tremor-script/extractors/kv.md
requirements.txt
docs/workshop/examples/20_transient_gd/README.md
docs/workshop/examples/21_persistent_gd/README.md
docs/workshop/examples/22_roundrobin/README.md
docs/workshop/examples/23_kafka_gd/README.md
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/01_pipeline.yaml
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
docs/tremor-script/extractors/glob.md
	OK	https://en.wikipedia.org/wiki/Glob_(programming
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#gelf-via-udp
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/course/tremor-script/match.html
	OK	https://docs.tremor.rs/img/logo.png
docs/course/tremor-script/mod.html
	OK	https://docs.tremor.rs/img/logo.png
docs/course/tremor-script/merge.html
	OK	https://docs.tremor.rs/img/logo.png
docs/course/tremor-script/index.html
	OK	https://docs.tremor.rs/img/logo.png
docs/course/tremor-script/expr.html
	OK	https://docs.tremor.rs/img/logo.png
docs/course/tremor-script/patch.html
	OK	https://docs.tremor.rs/img/logo.png
docs/course/tremor-script/for.html
	OK	https://docs.tremor.rs/img/logo.png
docs/course/index.html
	OK	https://docs.tremor.rs/img/logo.png
docs/course/tremor-script/fn.html
	OK	https://docs.tremor.rs/img/logo.png
README.md
	OK	docs/internal/LocalMkdocsSetup.md
	OK	https://docs.tremor.rs
docs/internal/LocalMkdocsSetup.md
	OK	https://www.mkdocs.org/
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/workshop/examples/37_configurator/README.md
	OK	../../../operations/linked-transports.md
	OK	../36_quota_service/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/37_configurator
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8140
		Dial tcp4 127.0.0.1:8140: connect: connection refused
	ERROR	http://localhost:9139
		Dial tcp4 127.0.0.1:9139: connect: connection refused
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
	OK	https://rfcs.tremor.rs/0004-sliding-window-mechanism/
	OK	https://www.rust-lang.org/
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
docs/workshop/examples/31_servers_lt_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	etc/tremor/config/config.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/31_servers_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/30_servers_lt_http/README.md
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	../../../tremor-script/index.md#state
	OK	etc/tremor/config/internal_error_processing.trickle
	OK	etc/tremor/config/request_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/30_servers_lt_http
	OK	images/tremor_web_server.png
	ERROR	http://localhost:8139/
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index?name=badger
		Dial tcp4 127.0.0.1:8139: connect: connection refused
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/demo/data
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws//README.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/34_bridges_lt_http_ws
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/32_proxies_lt_http/README.md
	OK	../../../operations/linked-transports.md
	OK	../30_servers_lt_http/README.md
	OK	../30_servers_lt_http/README.md#testing
	OK	etc/tremor/config/response_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/32_proxies_lt_http
docs/workshop/examples/33_proxies_lt_ws/README.md
	OK	../../../artefacts/offramps.md#ws
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/33_proxies_lt_ws
	OK	https://github.com/vi/websocat
docs/artefacts/offramps.md
	OK	../operations/linked-transports.md
	OK	./onramps.md#rest
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://newrelic.com/
docs/workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../../../artefacts/offramps.md#rest
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/35_reverse_proxy_load_balancing
docs/operations/linked-transports.md
	OK	../artefacts/offramps.md
	OK	../artefacts/offramps.md#rest
	OK	../artefacts/onramps.md
	OK	../artefacts/onramps.md#rest
	OK	../artefacts/onramps.md#ws
	OK	../tremor-query/operators.md
	OK	../tremor-query/operators.md#qosbackpressure
	OK	../tremor-query/operators.md#qosroundrobin
	OK	../tremor-query/operators.md#runtimetremor
	OK	../workshop/examples/30_servers_lt_http/README.md
	OK	../workshop/examples/31_servers_lt_ws/README.md
	OK	../workshop/examples/32_proxies_lt_http/README.md
	OK	../workshop/examples/33_proxies_lt_ws/README.md
	OK	../workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../workshop/examples/36_quota_service/README.md
	OK	../workshop/examples/37_configurator/README.md
	OK	https://github.com/vi/websocat
docs/workshop/examples/36_quota_service/README.md
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/36_quota_service
	OK	images/tremor_quota_service_demo.png
	ERROR	http://localhost:5601/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/discover
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/index
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:9200
		Dial tcp4 127.0.0.1:9200: connect: connection refused
docs/course/plugin/menu/README.md
	OK	https://denehyg.github.io/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/course/plugin/toolbar/README.md
	OK	https://denehyg.github.io/reveal.js-toolbar
	OK	https://github.com/denehyg/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
mkdocs.yml.in
	OK	https://github.com/tremor-rs/tremor-www-docs
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
Makefile
	OK	https://github.com/tremor-rs/tremor-runtime
docs/workshop/README.md
	OK	../development/quick-start.md
	OK	https://github.com/tremor-rs/tremor-language-server
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/*/log4rs/
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://async.rs/
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
	OK	https://github.com/stjepang/smol
	OK	tremor-query/operators.md#qos::wal
docs/artefacts/onramps.md
	OK	../operations/linked-transports.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-tcp
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-udp
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-runtime.git
	OK	https://github.com/tremor-rs/tremor-runtime/actions
	OK	https://github.com/tremor-rs/tremor-runtime/issues
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/tremor-script/index.md
	OK	../tremor-query/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	grammar/diagram/TupleCase.png
	OK	grammar/diagram/TuplePattern.png
	OK	grammar/diagram/TuplePatternFilter.png
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	OK	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
course/index.md
	OK	./contributing/index.html
	OK	./debugging/index.html
	OK	./operations/index.html
	OK	./overview/index.html
	OK	./testing/benchmark.html
	OK	./testing/index.html
	OK	./tremor-cli/index.html
	OK	./tremor-query/index.html
	OK	./tremor-script/index.html
course/debugging/index.md
	OK	lab-solved.tar.xz
	OK	lab.tar.xz
course/plugin/menu/CONTRIBUTING.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/kv.md
course/tremor-query/index.md
docs/Glossary.md
docs/QA.md
docs/tremor-script/pp.md
docs/viewer.html
docs/tremor-script/extractors/regex.md
docs/development/process/contributions.md
docs/development/process/patches.md
docs/development/process/release.md
docs/development/process/reporting-bugs.md
docs/development/process/rfc.md
docs/development/process/running-tests.md
docs/development/process/security-bugs.md
docs/development/testing.md
docs/development/benchmarking.md
docs/internal/transform.md
course/tremor-script/index.md
docs/workshop/examples/23_kafka_gd/README.md
docs/tremor-query/recipes.md
docs/operations/gdcb.md
docs/tremor-script/extractors/cidr.md
course/plugin/notes/speaker-view.html
docs/workshop/examples/20_transient_gd/README.md
docs/workshop/examples/22_roundrobin/README.md
requirements.txt
docs/tremor-query/functions/win.md
docs/tremor-query/functions.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-script/recipes.md
	OK	index.md#match
	OK	index.md#matching-record-patterns
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
	ERROR	stdlib/std/type.md#is_nullvalue
		Stat docs/tremor-script/stdlib/std/type.md: no such file or directory
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../tremor-query/operators.md#genericbatch
	OK	../tremor-query/operators.md#grouperbucket
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/tremor-script/extractors/base64.md
course/testing/unit.md
	OK	./assets/test-unit-01.gif
	OK	./assets/test-unit-02.gif
	OK	./assets/test-unit-03.gif
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-query/pp.md
docs/tremor-query/operators.md
	OK	../tremor-script/index.md
	OK	index.md#statements
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/FeatureComparison.md
docs/ConstraintsLimitations.md
docs/workshop/examples/21_persistent_gd/README.md
course/tremor-script/tremor-script-expr.md
	OK	./fn.html
	OK	./for.html
	OK	./match.html
	OK	./merge.html
	OK	./mod.html
	OK	./patch.html
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/01_pipeline.yaml
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
course/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/contributing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/operations/index.html
	OK	https://docs.tremor.rs/img/logo.png
README.md
	OK	docs/internal/LocalMkdocsSetup.md
	OK	https://docs.tremor.rs
course/tremor-script/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/benchmark.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-cli/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-query/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/expr.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-merge.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Merge.png
course/tremor-script/match.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/mod.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/merge.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/patch.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/for.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-for.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/For.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ForCaseClause.png
course/tremor-script/fn.html
	OK	https://docs.tremor.rs/img/logo.png
course/debugging/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-patch.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Patch.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/PatchOperation.png
course/tremor-script/tremor-script-mod.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Module.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ModuleExpr.png
course/overview/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-fn.md
	OK	./mod.html
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/FnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/IntrinsicFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchingFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/SimpleFnDecl.png
course/tremor-script/tremor-script-match.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPattern.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPatternFilter.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Block.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Effectors.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Match.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchCaseClause.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/RecordPattern.png
course/tremor-query/tremor-query-stmt.md
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateStreamDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineScriptDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineWindowDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/EachBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/FromClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByDimension.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/HavingClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/IntoClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/Query.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SelectStmt.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SetBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WhereClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithParams.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithPartialParams.png
	OK	https://docs.tremor.rs/tremor-query/operators/
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
	OK	https://rfcs.tremor.rs/0004-sliding-window-mechanism/
	OK	https://www.rust-lang.org/
docs/artefacts/postprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
course/tremor-cli/index.md
	OK	../testing/assets/check-setup.gif
	OK	../testing/benchmark.html
	OK	../testing/index.html
	OK	./assets/hello.png
	OK	./assets/logger.yaml
	OK	./assets/tremor-dbg-01.gif
	OK	./assets/tremor-dbg-02.gif
	OK	./assets/tremor-dbg-03.gif
	OK	./assets/tremor-dbg-04.gif
	OK	./assets/tremor-dbg-05.gif
	OK	./assets/tremor-run-01.gif
	OK	./assets/tremor-run-02.gif
	OK	https://www.docker.com
course/testing/index.md
	OK	./assets/check-setup.gif
	OK	https://www.docker.com
docs/tremor-script/extractors/glob.md
	OK	https://en.wikipedia.org/wiki/Glob_(programming
docs/internal/LocalMkdocsSetup.md
	OK	https://www.mkdocs.org/
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
course/testing/integration.md
	OK	./assets/test-integration-01.gif
	OK	./assets/test-integration-02.gif
	OK	./assets/test-integration-03.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/integration
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
docs/workshop/examples/37_configurator/README.md
	OK	../../../operations/linked-transports.md
	OK	../36_quota_service/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/37_configurator
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8140
		Dial tcp4 127.0.0.1:8140: connect: connection refused
	ERROR	http://localhost:9139
		Dial tcp4 127.0.0.1:9139: connect: connection refused
docs/workshop/examples/32_proxies_lt_http/README.md
	OK	../../../operations/linked-transports.md
	OK	../30_servers_lt_http/README.md
	OK	../30_servers_lt_http/README.md#testing
	OK	etc/tremor/config/response_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/32_proxies_lt_http
docs/artefacts/onramps.md
	OK	../operations/linked-transports.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-tcp
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-udp
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
docs/workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws//README.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/34_bridges_lt_http_ws
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../../../artefacts/offramps.md#rest
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/35_reverse_proxy_load_balancing
docs/workshop/examples/36_quota_service/README.md
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/36_quota_service
	OK	images/tremor_quota_service_demo.png
	ERROR	http://localhost:5601/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/discover
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/index
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:9200
		Dial tcp4 127.0.0.1:9200: connect: connection refused
docs/operations/linked-transports.md
	OK	../artefacts/offramps.md
	OK	../artefacts/offramps.md#rest
	OK	../artefacts/onramps.md
	OK	../artefacts/onramps.md#rest
	OK	../artefacts/onramps.md#ws
	OK	../tremor-query/operators.md
	OK	../tremor-query/operators.md#qosbackpressure
	OK	../tremor-query/operators.md#qosroundrobin
	OK	../tremor-query/operators.md#runtimetremor
	OK	../workshop/examples/30_servers_lt_http/README.md
	OK	../workshop/examples/31_servers_lt_ws/README.md
	OK	../workshop/examples/32_proxies_lt_http/README.md
	OK	../workshop/examples/33_proxies_lt_ws/README.md
	OK	../workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../workshop/examples/36_quota_service/README.md
	OK	../workshop/examples/37_configurator/README.md
	OK	https://github.com/vi/websocat
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/demo/data
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/31_servers_lt_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	etc/tremor/config/config.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/31_servers_lt_ws
	OK	https://github.com/vi/websocat
course/testing/command.md
	OK	./assets/test-command-01.gif
	OK	./assets/test-command-02.gif
	OK	./assets/test-command-03.gif
	OK	./assets/test-command-04.gif
	OK	./assets/test-command-05.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api-cli
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/cli
course/plugin/menu/README.md
	OK	https://denehyg.github.io/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/*/log4rs/
Makefile
	OK	https://github.com/tremor-rs/tremor-runtime
docs/workshop/examples/33_proxies_lt_ws/README.md
	OK	../../../artefacts/offramps.md#ws
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/33_proxies_lt_ws
	OK	https://github.com/vi/websocat
mkdocs.yml.in
	OK	https://github.com/tremor-rs/tremor-www-docs
docs/workshop/README.md
	OK	../development/quick-start.md
	OK	https://github.com/tremor-rs/tremor-language-server
course/operations/index.md
	OK	../testing/index.html
	OK	./assets/rickmorty.gif
	OK	./assets/script-error.png
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/artefacts/codecs/#json
	OK	https://docs.tremor.rs/artefacts/codecs/#string
	OK	https://docs.tremor.rs/artefacts/offramps/
	OK	https://docs.tremor.rs/artefacts/offramps/#stdout
	OK	https://docs.tremor.rs/artefacts/onramps/
	OK	https://docs.tremor.rs/artefacts/onramps/#tcp
	OK	https://docs.tremor.rs/artefacts/preprocessors/#lines
	OK	https://docs.tremor.rs/development/quick-start/#without-docker
	OK	https://docs.tremor.rs/operations/cli/
	OK	https://docs.tremor.rs/operations/configuration-walkthrough/#write-a-binding-specification
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-query/operators/#script
	OK	https://docs.tremor.rs/tremor-script/extractors/dissect/
	OK	https://github.com/tremor-rs/tremor-language-server
	OK	https://github.com/tremor-rs/tremor-vim
	OK	https://marketplace.visualstudio.com/items?itemName=tremorproject.tremor-language-features
course/plugin/toolbar/README.md
	OK	https://denehyg.github.io/reveal.js-toolbar
	OK	https://github.com/denehyg/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
docs/workshop/examples/30_servers_lt_http/README.md
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	../../../tremor-script/index.md#state
	OK	etc/tremor/config/internal_error_processing.trickle
	OK	etc/tremor/config/request_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/30_servers_lt_http
	OK	images/tremor_web_server.png
	ERROR	http://localhost:8139/
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index?name=badger
		Dial tcp4 127.0.0.1:8139: connect: connection refused
course/plugin/menu/font-awesome/LICENSE.md
	OK	https://creativecommons.org/licenses/by/4.0/
	OK	https://fontawesome.com/license
	OK	https://opensource.org/licenses/MIT
	OK	https://scripts.sil.org/OFL
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://async.rs/
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
	OK	https://github.com/stjepang/smol
	OK	tremor-query/operators.md#qos::wal
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-runtime.git
	OK	https://github.com/tremor-rs/tremor-runtime/actions
	OK	https://github.com/tremor-rs/tremor-runtime/issues
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
	OK	https://arxiv.org/pdf/1908.10693.pdf
	OK	https://github.com/HdrHistogram/HdrHistogram#footprint-estimation
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/tremor-script/index.md
	OK	../tremor-query/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	grammar/diagram/TupleCase.png
	OK	grammar/diagram/TuplePattern.png
	OK	grammar/diagram/TuplePatternFilter.png
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
docs/artefacts/offramps.md
	OK	../operations/linked-transports.md
	OK	./onramps.md#rest
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://newrelic.com/
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://en.wikipedia.org/wiki/Carriage_return#Computers
	OK	https://github.com/tremor-rs/tremor-rfcs/pull/31
	OK	onramps.md#tcp
	OK	onramps.md#udp-onramp-example-for-gelf
course/overview/index.md
	OK	./assets/cncf-color.svg
	OK	./assets/hla.png
	OK	./assets/logging-arch-basic.png
	OK	./assets/logging-arch-next-maybe.png
	OK	./assets/metrics-arch-basic.png
	OK	./assets/overview_arch.png
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs
	OK	https://docs.tremor.rs/operations/gdcb/
	OK	https://docs.tremor.rs/operations/linked-transports/
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-script/
	OK	https://docs.tremor.rs/workshop/examples/36_quota_service/
	OK	https://docs.tremor.rs/workshop/examples/37_configurator/
	OK	https://github.com/tremor-rs/
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://landscape.cncf.io/selected=tremor
	OK	https://rfcs.tremor.rs
	OK	https://twitter.com/tremordebs
	OK	https://www.cncf.io/sandbox-projects/
	OK	https://www.rust-lang.org/
	OK	https://www.tremor.rs
	OK	https://www.tremor.rs/blog/2020-08-06-to-async-or-not-to-async/
course/testing/benchmark.md
	OK	./assets/histogram-plot.png
	OK	./assets/test-bench-01.gif
	OK	./assets/test-bench-02.gif
	OK	./assets/test-bench-03.gif
	OK	http://hdrhistogram.github.io/HdrHistogram/plotFiles.html
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/bench
	ERROR	http://hdrhistogram.org/
		Dialing to the given TCP address timed out
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://hdrhistogram.org/
		Dialing to the given TCP address timed out
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
course/contributing/index.md
	OK	https://cloud-native.slack.com/archives/C01AWNYNM36
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/simd-lite/simd-json
	OK	https://github.com/tremor-rs/tremor-mkdocs-lexer
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-erl
	OK	https://github.com/tremor-rs/tremor-vscode
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	ERROR	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
		Request Timeout (HTTP error 408)

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
docs/internal/transform.md
docs/ConstraintsLimitations.md
docs/FeatureComparison.md
docs/Glossary.md
docs/QA.md
docs/development/process/patches.md
docs/development/process/rfc.md
docs/tremor-query/functions/win.md
docs/tremor-query/functions.md
docs/operations/cli.md
docs/artefacts/postprocessors.md
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
docs/operations/gdcb.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/development/benchmarking.md
docs/tremor-query/pp.md
docs/tremor-query/recipes.md
docs/development/process/contributions.md
docs/development/process/release.md
docs/development/process/reporting-bugs.md
docs/tremor-script/pp.md
docs/tremor-script/extractors/cidr.md
docs/development/process/running-tests.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../tremor-query/operators.md#genericbatch
	OK	../tremor-query/operators.md#grouperbucket
docs/development/process/security-bugs.md
docs/tremor-script/extractors/glob.md
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/viewer.html
docs/development/testing.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/base64.md
docs/internal/LocalMkdocsSetup.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/recipes.md
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-script/extractors/regex.md
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	operations/cli.md
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
docs/tremor-script/extractors/kv.md
docs/tremor-query/operators.md
	OK	../tremor-script/index.md
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
requirements.txt
docs/workshop/examples/20_transient_gd/README.md
docs/workshop/examples/21_persistent_gd/README.md
docs/workshop/examples/22_roundrobin/README.md
docs/workshop/examples/23_kafka_gd/README.md
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/01_pipeline.yaml
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
README.md
	OK	https://docs.tremor.rs
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#gelf-via-udp
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/artefacts/offramps.md
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
docs/artefacts/onramps.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
mkdocs.yml.in
	OK	https://github.com/tremor-rs/tremor-www-docs
docs/workshop/README.md
	OK	https://github.com/tremor-rs/tremor-language-server
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/quick-start.md
		Not Found (HTTP error 404)
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/0.8.3/log4rs/
Makefile
	OK	https://github.com/tremor-rs/tremor-runtime
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://async.rs/
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
	OK	https://github.com/stjepang/smol
	OK	tremor-query/operators.md#qos::wal
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-runtime.git
	OK	https://github.com/tremor-rs/tremor-runtime/actions
	OK	https://github.com/tremor-rs/tremor-runtime/issues
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	operations/cli.md
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/index.md
	OK	../tremor-query/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	OK	https://join.slack.com/t/tremor-debs/shared_invite/enQtOTMxNzY3NDg0MjI2LTQ4MTU4NjlkZDk0MmJmNmIwYjU0ZDc1OTNjMGRmNzUwZTdlZGVkMWFmNGFkZTAwOWJlYjlkMDZkNGNiMjQ2NzI
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
	ERROR	http://www.brendangregg.com/dtrace.html
		Dialing to the given TCP address timed out
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	OK	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB

Improve tremor-query window definition section

Things that are unclear after reading:

  • We need state that WindowKind is either tumbling or sliding. These terms are introduced, but in no relation to the actual syntax.
  • We need to list all possible params, their type and their effect (with examples). Only interval is listed in the example without further explanation.
  • We need to explain what the script part is doing, is it defining the synthetic event upon window closing?

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
course/tremor-script/index.md
docs/ConstraintsLimitations.md
course/debugging/index.md
	OK	lab-solved.tar.xz
	OK	lab.tar.xz
course/index.md
	OK	./contributing/index.html
	OK	./debugging/index.html
	OK	./operations/index.html
	OK	./overview/index.html
	OK	./testing/benchmark.html
	OK	./testing/index.html
	OK	./tremor-cli/index.html
	OK	./tremor-query/index.html
	OK	./tremor-script/index.html
course/plugin/menu/CONTRIBUTING.md
course/plugin/notes/speaker-view.html
course/tremor-query/index.md
course/testing/unit.md
	OK	./assets/test-unit-01.gif
	OK	./assets/test-unit-02.gif
	OK	./assets/test-unit-03.gif
docs/FeatureComparison.md
docs/development/benchmarking.md
docs/tremor-query/functions.md
docs/QA.md
docs/tremor-script/pp.md
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-script/recipes.md
	OK	index.md#match
	OK	index.md#matching-record-patterns
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
	ERROR	stdlib/std/type.md#is_nullvalue
		Stat docs/tremor-script/stdlib/std/type.md: no such file or directory
docs/development/process/contributions.md
docs/development/process/patches.md
docs/development/process/release.md
docs/development/process/reporting-bugs.md
docs/development/process/security-bugs.md
docs/development/process/rfc.md
docs/development/process/running-tests.md
docs/development/testing.md
docs/Glossary.md
docs/operations/gdcb.md
docs/internal/transform.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../tremor-query/operators.md#genericbatch
	OK	../tremor-query/operators.md#grouperbucket
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/viewer.html
course/tremor-script/tremor-script-expr.md
	OK	./fn.html
	OK	./for.html
	OK	./match.html
	OK	./merge.html
	OK	./mod.html
	OK	./patch.html
docs/tremor-query/recipes.md
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-query/pp.md
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/regex.md
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/tremor-query/functions/win.md
docs/tremor-query/operators.md
	OK	../tremor-script/index.md
	OK	index.md#statements
requirements.txt
docs/workshop/examples/20_transient_gd/README.md
docs/workshop/examples/21_persistent_gd/README.md
docs/workshop/examples/22_roundrobin/README.md
docs/workshop/examples/23_kafka_gd/README.md
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	ERROR	etc/tremor/config/01_pipeline.yaml
		Stat docs/workshop/examples/12_postgres_timescaledb/etc/tremor/config/01_pipeline.yaml: no such file or directory
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
course/testing/benchmark.html
	OK	https://docs.tremor.rs/img/logo.png
course/operations/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/merge.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/index.md
	OK	./assets/check-setup.gif
	OK	https://www.docker.com
course/tremor-cli/index.md
	OK	../testing/assets/check-setup.gif
	OK	../testing/benchmark.html
	OK	../testing/index.html
	OK	./assets/hello.png
	OK	./assets/logger.yaml
	OK	./assets/tremor-dbg-01.gif
	OK	./assets/tremor-dbg-02.gif
	OK	./assets/tremor-dbg-03.gif
	OK	./assets/tremor-dbg-04.gif
	OK	./assets/tremor-dbg-05.gif
	OK	./assets/tremor-run-01.gif
	OK	./assets/tremor-run-02.gif
	OK	https://www.docker.com
docs/tremor-script/extractors/glob.md
	OK	https://en.wikipedia.org/wiki/Glob_(programming
docs/artefacts/postprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
course/tremor-script/for.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/fn.html
	OK	https://docs.tremor.rs/img/logo.png
course/overview/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-cli/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-query/index.html
	OK	https://docs.tremor.rs/img/logo.png
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
	OK	https://rfcs.tremor.rs/0004-sliding-window-mechanism/
	OK	https://www.rust-lang.org/
course/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/mod.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/expr.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-patch.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Patch.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/PatchOperation.png
README.md
	OK	docs/internal/LocalMkdocsSetup.md
	OK	https://docs.tremor.rs
course/contributing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/debugging/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-mod.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Module.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ModuleExpr.png
course/tremor-script/tremor-script-fn.md
	OK	./mod.html
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/FnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/IntrinsicFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchingFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/SimpleFnDecl.png
course/tremor-script/match.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-match.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPattern.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPatternFilter.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Block.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Effectors.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Match.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchCaseClause.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/RecordPattern.png
course/tremor-script/tremor-script-merge.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Merge.png
course/tremor-query/tremor-query-stmt.md
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateStreamDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineScriptDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineWindowDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/EachBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/FromClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByDimension.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/HavingClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/IntoClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/Query.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SelectStmt.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SetBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WhereClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithParams.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithPartialParams.png
	OK	https://docs.tremor.rs/tremor-query/operators/
course/tremor-script/tremor-script-for.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/For.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ForCaseClause.png
course/tremor-script/patch.html
	OK	https://docs.tremor.rs/img/logo.png
docs/internal/LocalMkdocsSetup.md
	OK	https://www.mkdocs.org/
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
course/testing/command.md
	OK	./assets/test-command-01.gif
	OK	./assets/test-command-02.gif
	OK	./assets/test-command-03.gif
	OK	./assets/test-command-04.gif
	OK	./assets/test-command-05.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api-cli
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/cli
course/testing/integration.md
	OK	./assets/test-integration-01.gif
	OK	./assets/test-integration-02.gif
	OK	./assets/test-integration-03.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/integration
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/workshop/examples/36_quota_service/README.md
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/36_quota_service
	OK	images/tremor_quota_service_demo.png
	ERROR	http://localhost:5601/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/discover
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/index
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:9200
		Dial tcp4 127.0.0.1:9200: connect: connection refused
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
docs/workshop/examples/37_configurator/README.md
	OK	../../../operations/linked-transports.md
	OK	../36_quota_service/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/37_configurator
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8140
		Dial tcp4 127.0.0.1:8140: connect: connection refused
	ERROR	http://localhost:9139
		Dial tcp4 127.0.0.1:9139: connect: connection refused
docs/workshop/examples/33_proxies_lt_ws/README.md
	OK	../../../artefacts/offramps.md#ws
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/33_proxies_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/32_proxies_lt_http/README.md
	OK	../../../operations/linked-transports.md
	OK	../30_servers_lt_http/README.md
	OK	../30_servers_lt_http/README.md#testing
	OK	etc/tremor/config/response_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/32_proxies_lt_http
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/operations/linked-transports.md
	OK	../artefacts/offramps.md
	OK	../artefacts/offramps.md#rest
	OK	../artefacts/onramps.md
	OK	../artefacts/onramps.md#rest
	OK	../artefacts/onramps.md#ws
	OK	../tremor-query/operators.md
	OK	../tremor-query/operators.md#qosbackpressure
	OK	../tremor-query/operators.md#qosroundrobin
	OK	../tremor-query/operators.md#runtimetremor
	OK	../workshop/examples/30_servers_lt_http/README.md
	OK	../workshop/examples/31_servers_lt_ws/README.md
	OK	../workshop/examples/32_proxies_lt_http/README.md
	OK	../workshop/examples/33_proxies_lt_ws/README.md
	OK	../workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../workshop/examples/36_quota_service/README.md
	OK	../workshop/examples/37_configurator/README.md
	OK	https://github.com/vi/websocat
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/demo/data
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
mkdocs.yml.in
	OK	https://github.com/tremor-rs/tremor-www-docs
docs/artefacts/onramps.md
	OK	../operations/linked-transports.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-tcp
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-udp
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
docs/workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws//README.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/34_bridges_lt_http_ws
course/plugin/menu/README.md
	OK	https://denehyg.github.io/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../../../artefacts/offramps.md#rest
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/35_reverse_proxy_load_balancing
docs/workshop/README.md
	OK	../development/quick-start.md
	OK	https://github.com/tremor-rs/tremor-language-server
docs/workshop/examples/30_servers_lt_http/README.md
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	../../../tremor-script/index.md#state
	OK	etc/tremor/config/internal_error_processing.trickle
	OK	etc/tremor/config/request_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/30_servers_lt_http
	OK	images/tremor_web_server.png
	ERROR	http://localhost:8139/
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index?name=badger
		Dial tcp4 127.0.0.1:8139: connect: connection refused
docs/workshop/examples/31_servers_lt_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	etc/tremor/config/config.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/31_servers_lt_ws
	OK	https://github.com/vi/websocat
Makefile
	OK	https://github.com/tremor-rs/tremor-runtime
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/*/log4rs/
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
course/operations/index.md
	OK	../testing/index.html
	OK	./assets/rickmorty.gif
	OK	./assets/script-error.png
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/artefacts/codecs/#json
	OK	https://docs.tremor.rs/artefacts/codecs/#string
	OK	https://docs.tremor.rs/artefacts/offramps/
	OK	https://docs.tremor.rs/artefacts/offramps/#stdout
	OK	https://docs.tremor.rs/artefacts/onramps/
	OK	https://docs.tremor.rs/artefacts/onramps/#tcp
	OK	https://docs.tremor.rs/artefacts/preprocessors/#lines
	OK	https://docs.tremor.rs/development/quick-start/#without-docker
	OK	https://docs.tremor.rs/operations/cli/
	OK	https://docs.tremor.rs/operations/configuration-walkthrough/#write-a-binding-specification
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-query/operators/#script
	OK	https://docs.tremor.rs/tremor-script/extractors/dissect/
	OK	https://github.com/tremor-rs/tremor-language-server
	OK	https://github.com/tremor-rs/tremor-vim
	OK	https://marketplace.visualstudio.com/items?itemName=tremorproject.tremor-language-features
course/plugin/toolbar/README.md
	OK	https://denehyg.github.io/reveal.js-toolbar
	OK	https://github.com/denehyg/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://async.rs/
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
	OK	https://github.com/stjepang/smol
	OK	tremor-query/operators.md#qos::wal
course/contributing/index.md
	OK	https://cloud-native.slack.com/archives/C01AWNYNM36
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/simd-lite/simd-json
	OK	https://github.com/tremor-rs/tremor-mkdocs-lexer
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-erl
	OK	https://github.com/tremor-rs/tremor-vscode
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
course/plugin/menu/font-awesome/LICENSE.md
	OK	https://creativecommons.org/licenses/by/4.0/
	OK	https://fontawesome.com/license
	OK	https://opensource.org/licenses/MIT
	OK	https://scripts.sil.org/OFL
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
	OK	https://arxiv.org/pdf/1908.10693.pdf
	OK	https://github.com/HdrHistogram/HdrHistogram#footprint-estimation
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://en.wikipedia.org/wiki/Carriage_return#Computers
	OK	https://github.com/tremor-rs/tremor-rfcs/pull/31
	OK	onramps.md#tcp
	OK	onramps.md#udp-onramp-example-for-gelf
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-runtime.git
	OK	https://github.com/tremor-rs/tremor-runtime/actions
	OK	https://github.com/tremor-rs/tremor-runtime/issues
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
course/testing/benchmark.md
	OK	./assets/histogram-plot.png
	OK	./assets/test-bench-01.gif
	OK	./assets/test-bench-02.gif
	OK	./assets/test-bench-03.gif
	OK	http://hdrhistogram.github.io/HdrHistogram/plotFiles.html
	OK	http://hdrhistogram.org/
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/bench
docs/artefacts/offramps.md
	OK	../operations/linked-transports.md
	OK	./onramps.md#rest
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://newrelic.com/
docs/tremor-script/index.md
	OK	../tremor-query/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	grammar/diagram/TupleCase.png
	OK	grammar/diagram/TuplePattern.png
	OK	grammar/diagram/TuplePatternFilter.png
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
course/overview/index.md
	OK	./assets/cncf-color.svg
	OK	./assets/hla.png
	OK	./assets/logging-arch-basic.png
	OK	./assets/logging-arch-next-maybe.png
	OK	./assets/metrics-arch-basic.png
	OK	./assets/overview_arch.png
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs
	OK	https://docs.tremor.rs/operations/gdcb/
	OK	https://docs.tremor.rs/operations/linked-transports/
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-script/
	OK	https://docs.tremor.rs/workshop/examples/36_quota_service/
	OK	https://docs.tremor.rs/workshop/examples/37_configurator/
	OK	https://github.com/tremor-rs/
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://landscape.cncf.io/selected=tremor
	OK	https://rfcs.tremor.rs
	OK	https://www.cncf.io/sandbox-projects/
	OK	https://www.rust-lang.org/
	OK	https://www.tremor.rs
	OK	https://www.tremor.rs/blog/2020-08-06-to-async-or-not-to-async/
	ERROR	https://twitter.com/tremordebs
		Bad Request (HTTP error 400)
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	ERROR	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
		Bad Gateway (HTTP error 502)

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
course/debugging/index.md
	OK	lab-solved.tar.xz
	OK	lab.tar.xz
course/index.md
	OK	./contributing/index.html
	OK	./debugging/index.html
	OK	./operations/index.html
	OK	./overview/index.html
	OK	./testing/benchmark.html
	OK	./testing/index.html
	OK	./tremor-cli/index.html
	OK	./tremor-query/index.html
	OK	./tremor-script/index.html
course/plugin/menu/CONTRIBUTING.md
course/plugin/notes/speaker-view.html
docs/tremor-query/functions.md
docs/internal/transform.md
docs/operations/gdcb.md
course/tremor-query/index.md
docs/tremor-query/functions/win.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../tremor-query/operators.md#genericbatch
	OK	../tremor-query/operators.md#grouperbucket
course/tremor-script/tremor-script-expr.md
	OK	./fn.html
	OK	./for.html
	OK	./match.html
	OK	./merge.html
	OK	./mod.html
	OK	./patch.html
docs/ConstraintsLimitations.md
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/regex.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/Glossary.md
docs/QA.md
docs/development/process/patches.md
docs/development/process/reporting-bugs.md
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/development/process/rfc.md
docs/development/process/running-tests.md
docs/development/process/security-bugs.md
docs/development/benchmarking.md
docs/development/process/contributions.md
docs/development/process/release.md
course/tremor-script/index.md
docs/development/testing.md
course/testing/unit.md
	OK	./assets/test-unit-01.gif
	OK	./assets/test-unit-02.gif
	OK	./assets/test-unit-03.gif
docs/tremor-query/recipes.md
docs/tremor-query/pp.md
docs/FeatureComparison.md
requirements.txt
docs/tremor-script/extractors/cidr.md
docs/tremor-script/pp.md
docs/viewer.html
docs/workshop/examples/20_transient_gd/README.md
docs/workshop/examples/21_persistent_gd/README.md
docs/workshop/examples/22_roundrobin/README.md
docs/workshop/examples/23_kafka_gd/README.md
docs/tremor-query/operators.md
	OK	../tremor-script/index.md
	OK	index.md#statements
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-script/recipes.md
	OK	index.md#match
	OK	index.md#matching-record-patterns
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
	ERROR	stdlib/std/type.md#is_nullvalue
		Stat docs/tremor-script/stdlib/std/type.md: no such file or directory
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	ERROR	etc/tremor/config/01_pipeline.yaml
		Stat docs/workshop/examples/12_postgres_timescaledb/etc/tremor/config/01_pipeline.yaml: no such file or directory
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
docs/internal/LocalMkdocsSetup.md
	OK	https://www.mkdocs.org/
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
README.md
	OK	docs/internal/LocalMkdocsSetup.md
	OK	https://docs.tremor.rs
course/overview/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/for.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/merge.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/expr.html
	OK	https://docs.tremor.rs/img/logo.png
course/operations/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/fn.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-query/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/match.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-cli/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/contributing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/benchmark.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-patch.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Patch.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/PatchOperation.png
course/tremor-script/tremor-script-merge.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Merge.png
course/tremor-script/patch.html
	OK	https://docs.tremor.rs/img/logo.png
course/debugging/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/mod.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-for.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/For.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ForCaseClause.png
course/tremor-script/tremor-script-mod.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Module.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ModuleExpr.png
course/tremor-script/tremor-script-fn.md
	OK	./mod.html
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/FnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/IntrinsicFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchingFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/SimpleFnDecl.png
course/tremor-script/tremor-script-match.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPattern.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPatternFilter.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Block.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Effectors.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Match.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchCaseClause.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/RecordPattern.png
course/tremor-query/tremor-query-stmt.md
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateStreamDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineScriptDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineWindowDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/EachBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/FromClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByDimension.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/HavingClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/IntoClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/Query.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SelectStmt.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SetBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WhereClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithParams.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithPartialParams.png
	OK	https://docs.tremor.rs/tremor-query/operators/
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
	OK	https://rfcs.tremor.rs/0004-sliding-window-mechanism/
	OK	https://www.rust-lang.org/
course/testing/integration.md
	OK	./assets/test-integration-01.gif
	OK	./assets/test-integration-02.gif
	OK	./assets/test-integration-03.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/integration
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/operations/linked-transports.md
	OK	../artefacts/offramps.md
	OK	../artefacts/offramps.md#rest
	OK	../artefacts/onramps.md
	OK	../artefacts/onramps.md#rest
	OK	../artefacts/onramps.md#ws
	OK	../tremor-query/operators.md
	OK	../tremor-query/operators.md#qosbackpressure
	OK	../tremor-query/operators.md#qosroundrobin
	OK	../tremor-query/operators.md#runtimetremor
	OK	../workshop/examples/30_servers_lt_http/README.md
	OK	../workshop/examples/31_servers_lt_ws/README.md
	OK	../workshop/examples/32_proxies_lt_http/README.md
	OK	../workshop/examples/33_proxies_lt_ws/README.md
	OK	../workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../workshop/examples/36_quota_service/README.md
	OK	../workshop/examples/37_configurator/README.md
	OK	https://github.com/vi/websocat
course/plugin/menu/README.md
	OK	https://denehyg.github.io/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/32_proxies_lt_http/README.md
	OK	../../../operations/linked-transports.md
	OK	../30_servers_lt_http/README.md
	OK	../30_servers_lt_http/README.md#testing
	OK	etc/tremor/config/response_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/32_proxies_lt_http
docs/workshop/examples/31_servers_lt_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	etc/tremor/config/config.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/31_servers_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/33_proxies_lt_ws/README.md
	OK	../../../artefacts/offramps.md#ws
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/33_proxies_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../../../artefacts/offramps.md#rest
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/35_reverse_proxy_load_balancing
docs/workshop/examples/30_servers_lt_http/README.md
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	../../../tremor-script/index.md#state
	OK	etc/tremor/config/internal_error_processing.trickle
	OK	etc/tremor/config/request_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/30_servers_lt_http
	OK	images/tremor_web_server.png
	ERROR	http://localhost:8139/
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index?name=badger
		Dial tcp4 127.0.0.1:8139: connect: connection refused
docs/artefacts/postprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
docs/workshop/examples/36_quota_service/README.md
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/36_quota_service
	OK	images/tremor_quota_service_demo.png
	ERROR	http://localhost:5601/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/discover
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/index
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:9200
		Dial tcp4 127.0.0.1:9200: connect: connection refused
mkdocs.yml.in
	OK	https://github.com/tremor-rs/tremor-www-docs
course/plugin/toolbar/README.md
	OK	https://denehyg.github.io/reveal.js-toolbar
	OK	https://github.com/denehyg/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/workshop/examples/37_configurator/README.md
	OK	../../../operations/linked-transports.md
	OK	../36_quota_service/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/37_configurator
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8140
		Dial tcp4 127.0.0.1:8140: connect: connection refused
	ERROR	http://localhost:9139
		Dial tcp4 127.0.0.1:9139: connect: connection refused
Makefile
	OK	https://github.com/tremor-rs/tremor-runtime
docs/tremor-script/extractors/glob.md
	OK	https://en.wikipedia.org/wiki/Glob_(programming
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
course/testing/command.md
	OK	./assets/test-command-01.gif
	OK	./assets/test-command-02.gif
	OK	./assets/test-command-03.gif
	OK	./assets/test-command-04.gif
	OK	./assets/test-command-05.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api-cli
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/cli
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/demo/data
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/README.md
	OK	../development/quick-start.md
	OK	https://github.com/tremor-rs/tremor-language-server
docs/workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws//README.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/34_bridges_lt_http_ws
docs/artefacts/onramps.md
	OK	../operations/linked-transports.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-tcp
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-udp
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://async.rs/
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
	OK	https://github.com/stjepang/smol
	OK	tremor-query/operators.md#qos::wal
course/contributing/index.md
	OK	https://cloud-native.slack.com/archives/C01AWNYNM36
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/simd-lite/simd-json
	OK	https://github.com/tremor-rs/tremor-mkdocs-lexer
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-erl
	OK	https://github.com/tremor-rs/tremor-vscode
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
course/operations/index.md
	OK	../testing/index.html
	OK	./assets/rickmorty.gif
	OK	./assets/script-error.png
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/artefacts/codecs/#json
	OK	https://docs.tremor.rs/artefacts/codecs/#string
	OK	https://docs.tremor.rs/artefacts/offramps/
	OK	https://docs.tremor.rs/artefacts/offramps/#stdout
	OK	https://docs.tremor.rs/artefacts/onramps/
	OK	https://docs.tremor.rs/artefacts/onramps/#tcp
	OK	https://docs.tremor.rs/artefacts/preprocessors/#lines
	OK	https://docs.tremor.rs/development/quick-start/#without-docker
	OK	https://docs.tremor.rs/operations/cli/
	OK	https://docs.tremor.rs/operations/configuration-walkthrough/#write-a-binding-specification
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-query/operators/#script
	OK	https://docs.tremor.rs/tremor-script/extractors/dissect/
	OK	https://github.com/tremor-rs/tremor-language-server
	OK	https://github.com/tremor-rs/tremor-vim
	OK	https://marketplace.visualstudio.com/items?itemName=tremorproject.tremor-language-features
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/*/log4rs/
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
course/plugin/menu/font-awesome/LICENSE.md
	OK	https://creativecommons.org/licenses/by/4.0/
	OK	https://fontawesome.com/license
	OK	https://opensource.org/licenses/MIT
	OK	https://scripts.sil.org/OFL
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-runtime.git
	OK	https://github.com/tremor-rs/tremor-runtime/actions
	OK	https://github.com/tremor-rs/tremor-runtime/issues
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://en.wikipedia.org/wiki/Carriage_return#Computers
	OK	https://github.com/tremor-rs/tremor-rfcs/pull/31
	OK	onramps.md#tcp
	OK	onramps.md#udp-onramp-example-for-gelf
course/testing/benchmark.md
	OK	./assets/histogram-plot.png
	OK	./assets/test-bench-01.gif
	OK	./assets/test-bench-02.gif
	OK	./assets/test-bench-03.gif
	OK	http://hdrhistogram.github.io/HdrHistogram/plotFiles.html
	OK	http://hdrhistogram.org/
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/bench
docs/workshop/examples/13_grafana/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:3000
		Dial tcp4 127.0.0.1:3000: connect: connection refused
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/artefacts/offramps.md
	OK	../operations/linked-transports.md
	OK	./onramps.md#rest
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://newrelic.com/
	OK	https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
	ERROR	../tremor-query/operators.d#genericbatch
		Stat docs/tremor-query/operators.d: no such file or directory
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
	OK	https://arxiv.org/pdf/1908.10693.pdf
	OK	https://github.com/HdrHistogram/HdrHistogram#footprint-estimation
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
course/overview/index.md
	OK	./assets/cncf-color.svg
	OK	./assets/hla.png
	OK	./assets/logging-arch-basic.png
	OK	./assets/logging-arch-next-maybe.png
	OK	./assets/metrics-arch-basic.png
	OK	./assets/overview_arch.png
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs
	OK	https://docs.tremor.rs/operations/gdcb/
	OK	https://docs.tremor.rs/operations/linked-transports/
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-script/
	OK	https://docs.tremor.rs/workshop/examples/36_quota_service/
	OK	https://docs.tremor.rs/workshop/examples/37_configurator/
	OK	https://github.com/tremor-rs/
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://rfcs.tremor.rs
	OK	https://www.cncf.io/sandbox-projects/
	OK	https://www.rust-lang.org/
	OK	https://www.tremor.rs
	OK	https://www.tremor.rs/blog/2020-08-06-to-async-or-not-to-async/
	ERROR	https://landscape.cncf.io/selected=tremor
		Not Found (HTTP error 404)
	ERROR	https://twitter.com/tremordebs
		Bad Request (HTTP error 400)
docs/tremor-script/index.md
	OK	../tremor-query/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	grammar/diagram/TupleCase.png
	OK	grammar/diagram/TuplePattern.png
	OK	grammar/diagram/TuplePatternFilter.png
	ERROR	https://tools.ietf.org/html/rfc6902
		Dialing to the given TCP address timed out
	ERROR	https://tools.ietf.org/html/rfc7386
		Dialing to the given TCP address timed out
course/testing/index.md
	OK	./assets/check-setup.gif
	OK	https://www.docker.com
course/tremor-cli/index.md
	OK	../testing/assets/check-setup.gif
	OK	../testing/benchmark.html
	OK	../testing/index.html
	OK	./assets/hello.png
	OK	./assets/logger.yaml
	OK	./assets/tremor-dbg-01.gif
	OK	./assets/tremor-dbg-02.gif
	OK	./assets/tremor-dbg-03.gif
	OK	./assets/tremor-dbg-04.gif
	OK	./assets/tremor-dbg-05.gif
	OK	./assets/tremor-run-01.gif
	OK	./assets/tremor-run-02.gif
	OK	https://www.docker.com
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	ERROR	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
		Request Timeout (HTTP error 408)

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
docs/ConstraintsLimitations.md
docs/FeatureComparison.md
docs/Glossary.md
docs/QA.md
docs/development/process/patches.md
docs/development/process/reporting-bugs.md
docs/tremor-query/functions.md
docs/artefacts/postprocessors.md
docs/tremor-query/pp.md
docs/artefacts/operators.md
	OK	../tremor-script/index.md
docs/tremor-query/recipes.md
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/glob.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/json.md
docs/internal/LocalMkdocsSetup.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/regex.md
docs/development/benchmarking.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	operations/cli.md
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
docs/internal/transform.md
docs/development/process/contributions.md
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
requirements.txt
docs/development/process/release.md
docs/tremor-query/functions/win.md
docs/development/process/rfc.md
docs/development/process/running-tests.md
docs/development/process/security-bugs.md
docs/tremor-script/pp.md
docs/viewer.html
docs/operations/cli.md
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/tremor-script/recipes.md
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../artefacts/operators.md#genericbatch
	OK	../artefacts/operators.md#grouperbucket
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/01_pipeline.yaml
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#gelf-via-udp
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	operations/cli.md
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/development/testing.md
	ERROR	http://0.0.0.0:8000/coyote.html
		Dial tcp4 0.0.0.0:8000: connect: connection refused
	ERROR	https://docs.csnzoo.com/tremor/eqc-api-testing/installation/
		X509: certificate signed by unknown authority
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
mkdocs.yml.in
	OK	https://github.com/wayfair-tremor/tremor-www-docs
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
Makefile
	OK	https://github.com/wayfair-tremor/tremor-runtime
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/0.8.3/log4rs/
docs/artefacts/onramps.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
docs/artefacts/offramps.md
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
docs/workshop/README.md
	OK	https://github.com/wayfair-tremor/tremor-language-server
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/quick-start.md
		Not Found (HTTP error 404)
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-rfcs/blob/master/README.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues/new
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/wayfair-tremor/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/wayfair-tremor/tremor-www-docs
	OK	https://github.com/wayfair-tremor/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	OK	https://join.slack.com/t/tremor-debs/shared_invite/enQtOTMxNzY3NDg0MjI2LTQ4MTU4NjlkZDk0MmJmNmIwYjU0ZDc1OTNjMGRmNzUwZTdlZGVkMWFmNGFkZTAwOWJlYjlkMDZkNGNiMjQ2NzI
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/testing.md
		Not Found (HTTP error 404)
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	http://citizencodeofconduct.org/
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-runtime.git
	OK	https://github.com/wayfair-tremor/tremor-runtime/actions
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/CHANGELOG.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/tree/master/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/tremor-script/index.md
	OK	../artefacts/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	ERROR	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
		Bad Gateway (HTTP error 502)

Sizing guidelein for aggregates

Where possible we should provide a guideline to the rough size an aggregate function will take. This isn't going to be 100% correct but the information about if an aggregate takes 10B, 10KB, 100KB will be very helpful to users.

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

LICENSE
CNAME.txt
course/index.md
	OK	./contributing/index.html
	OK	./debugging/index.html
	OK	./operations/index.html
	OK	./overview/index.html
	OK	./testing/benchmark.html
	OK	./testing/index.html
	OK	./tremor-cli/index.html
	OK	./tremor-query/index.html
	OK	./tremor-script/index.html
course/debugging/index.md
	OK	lab-solved.tar.xz
	OK	lab.tar.xz
course/plugin/menu/CONTRIBUTING.md
course/intermediate-lab/README.md
course/intermediate-lab/index.md
	OK	./assets/rickmorty.gif
course/plugin/notes/speaker-view.html
course/tremor-query/index.md
course/testing/unit.md
	OK	./assets/test-unit-01.gif
	OK	./assets/test-unit-02.gif
	OK	./assets/test-unit-03.gif
course/tremor-script/index.md
docs/ConstraintsLimitations.md
course/tremor-script/tremor-script-expr.md
	OK	./fn.html
	OK	./for.html
	OK	./match.html
	OK	./merge.html
	OK	./mod.html
	OK	./patch.html
docs/FeatureComparison.md
docs/Glossary.md
docs/QA.md
docs/development/process/contributions.md
docs/development/process/patches.md
docs/development/process/release.md
docs/development/process/reporting-bugs.md
docs/development/process/rfc.md
docs/development/process/running-tests.md
docs/development/process/security-bugs.md
docs/development/testing.md
docs/internal/transform.md
docs/development/benchmarking.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/tremor-query/functions/win.md
docs/operations/gdcb.md
docs/tremor-query/pp.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../tremor-query/operators.md#genericbatch
	OK	../tremor-query/operators.md#grouperbucket
docs/tremor-query/functions.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-query/modules.md
	OK	./grammar/diagram/ModuleStmt.png
	OK	./grammar/diagram/ModuleStmtInner.png
docs/tremor-script/extractors/json.md
docs/tremor-query/recipes.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/regex.md
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/pp.md
docs/tremor-query/operators.md
	OK	../tremor-script/index.md
	OK	index.md#custom-operator-definitions
	OK	index.md#embedded-script-definitions
docs/tremor-query/walkthrough.md
	OK	operators.md#qosbackpressure
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/tremor-script/modules.md
	OK	./grammar/diagram/ModuleExpr.png
docs/viewer.html
docs/workshop/examples/20_transient_gd/README.md
docs/workshop/examples/21_persistent_gd/README.md
docs/workshop/examples/22_roundrobin/README.md
docs/workshop/examples/23_kafka_gd/README.md
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/tremor-script/recipes.md
	OK	index.md#match
	OK	index.md#matching-record-patterns
	ERROR	stdlib/std/array.md#pusharray-element
		Stat docs/tremor-script/stdlib/std/array.md: no such file or directory
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
	ERROR	stdlib/std/type.md#is_nullvalue
		Stat docs/tremor-script/stdlib/std/type.md: no such file or directory
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
course/tremor-query/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/benchmark.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/match.html
	OK	https://docs.tremor.rs/img/logo.png
course/intermediate-lab/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/operations/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/index.html
	OK	https://docs.tremor.rs/img/logo.png
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
course/tremor-script/expr.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/fn.html
	OK	https://docs.tremor.rs/img/logo.png
course/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-cli/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-cli/index.md
	OK	../testing/assets/check-setup.gif
	OK	../testing/benchmark.html
	OK	../testing/index.html
	OK	./assets/hello.png
	OK	./assets/logger.yaml
	OK	./assets/tremor-dbg-01.gif
	OK	./assets/tremor-dbg-02.gif
	OK	./assets/tremor-dbg-03.gif
	OK	./assets/tremor-dbg-04.gif
	OK	./assets/tremor-dbg-05.gif
	OK	./assets/tremor-run-01.gif
	OK	./assets/tremor-run-02.gif
	OK	https://www.docker.com
docs/workshop/examples/39_kafka_elastic_correlation/README.md
docs/workshop/examples/40_otel_passthrough/README.md
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/otel/collector-config.yaml
	OK	etc/tremor/config/00_ramps.yaml
docs/workshop/examples/41_otel_zipkin/README.md
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	zipkin-ui.png
course/overview/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/for.html
	OK	https://docs.tremor.rs/img/logo.png
requirements.txt
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	ERROR	etc/tremor/config/01_pipeline.yaml
		Stat docs/workshop/examples/12_postgres_timescaledb/etc/tremor/config/01_pipeline.yaml: no such file or directory
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
course/tremor-script/tremor-script-mod.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Module.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ModuleExpr.png
course/contributing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-merge.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Merge.png
course/tremor-script/merge.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-query/tremor-query-stmt.md
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateStreamDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineScriptDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineWindowDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/EachBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/FromClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByDimension.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/HavingClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/IntoClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/Query.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SelectStmt.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SetBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WhereClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithParams.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithPartialParams.png
	OK	https://docs.tremor.rs/tremor-query/operators/
course/tremor-script/tremor-script-fn.md
	OK	./mod.html
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/FnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/IntrinsicFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchingFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/SimpleFnDecl.png
course/tremor-script/tremor-script-match.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPattern.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPatternFilter.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Block.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Effectors.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Match.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchCaseClause.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/RecordPattern.png
course/debugging/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-patch.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Patch.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/PatchOperation.png
course/tremor-script/tremor-script-for.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/For.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ForCaseClause.png
course/testing/index.md
	OK	./assets/check-setup.gif
	OK	https://www.docker.com
course/tremor-script/patch.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/mod.html
	OK	https://docs.tremor.rs/img/logo.png
docs/internal/LocalMkdocsSetup.md
	OK	https://www.mkdocs.org/
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
course/testing/benchmark.md
	OK	./assets/histogram-plot.png
	OK	./assets/test-bench-01.gif
	OK	./assets/test-bench-02.gif
	OK	./assets/test-bench-03.gif
	OK	http://hdrhistogram.github.io/HdrHistogram/plotFiles.html
	OK	http://hdrhistogram.org/
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/bench
course/testing/integration.md
	OK	./assets/test-integration-01.gif
	OK	./assets/test-integration-02.gif
	OK	./assets/test-integration-03.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/integration
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
course/plugin/menu/README.md
	OK	https://denehyg.github.io/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
mkdocs.yml.in
	OK	https://github.com/tremor-rs/tremor-www-docs
docs/tremor-script/extractors/glob.md
	OK	https://en.wikipedia.org/wiki/Glob_(programming
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/Id.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/ModularId.png
	OK	grammar/diagram/Params.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/Stmt.png
	OK	grammar/diagram/TiltFrames.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WindowKind.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
	OK	https://rfcs.tremor.rs/0004-sliding-window-mechanism/
	OK	https://www.rust-lang.org/
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/13_grafana/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:3000
		Dial tcp4 127.0.0.1:3000: connect: connection refused
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/demo/data
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/operations/linked-transports.md
	OK	../artefacts/offramps.md
	OK	../artefacts/offramps.md#kv
	OK	../artefacts/offramps.md#rest
	OK	../artefacts/onramps.md
	OK	../artefacts/onramps.md#discord
	OK	../artefacts/onramps.md#rest
	OK	../artefacts/onramps.md#ws
	OK	../tremor-query/operators.md
	OK	../tremor-query/operators.md#qosbackpressure
	OK	../tremor-query/operators.md#qosroundrobin
	OK	../tremor-query/operators.md#runtimetremor
	OK	../workshop/examples/30_servers_lt_http/README.md
	OK	../workshop/examples/31_servers_lt_ws/README.md
	OK	../workshop/examples/32_proxies_lt_http/README.md
	OK	../workshop/examples/33_proxies_lt_ws/README.md
	OK	../workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../workshop/examples/36_quota_service/README.md
	OK	../workshop/examples/37_configurator/README.md
	OK	https://github.com/vi/websocat
docs/workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws//README.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/34_bridges_lt_http_ws
course/plugin/toolbar/README.md
	OK	https://denehyg.github.io/reveal.js-toolbar
	OK	https://github.com/denehyg/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/workshop/examples/30_servers_lt_http/README.md
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	../../../tremor-script/index.md#state
	OK	etc/tremor/config/internal_error_processing.trickle
	OK	etc/tremor/config/request_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/30_servers_lt_http
	OK	images/tremor_web_server.png
	ERROR	http://localhost:8139/
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index?name=badger
		Dial tcp4 127.0.0.1:8139: connect: connection refused
docs/workshop/examples/33_proxies_lt_ws/README.md
	OK	../../../artefacts/offramps.md#ws
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/33_proxies_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/31_servers_lt_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	etc/tremor/config/config.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/31_servers_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/37_configurator/README.md
	OK	../../../operations/linked-transports.md
	OK	../36_quota_service/README.md
	OK	https://docs.tremor.rs/operations/linked-transports/#correlation
	OK	https://docs.tremor.rs/tremor-query/operators/#qoswal
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/37_configurator
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8140
		Dial tcp4 127.0.0.1:8140: connect: connection refused
	ERROR	http://localhost:9139
		Dial tcp4 127.0.0.1:9139: connect: connection refused
docs/workshop/examples/44_otel_elastic_apm/README.md
	OK	./console-log.png
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	elastic-span.png
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/44_otel_elastic_apm
	ERROR	etc/otel/collector.yaml
		Stat docs/workshop/examples/44_otel_elastic_apm/etc/otel/collector.yaml: no such file or directory
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/apm/services?rangeFrom=now-15m&rangeTo=now
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/42_otel_jaeger/README.md
	OK	./docker-compose.yaml
	OK	./docker-snap.png
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	./jaeger-ui.png
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/42_otel_jaeger
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
course/testing/command.md
	OK	./assets/test-command-01.gif
	OK	./assets/test-command-02.gif
	OK	./assets/test-command-03.gif
	OK	./assets/test-command-04.gif
	OK	./assets/test-command-05.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api-cli
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/cli
docs/workshop/examples/36_quota_service/README.md
	OK	../../../artefacts/offramps.md#kv
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/36_quota_service
	OK	images/tremor_quota_service_demo.png
	ERROR	http://localhost:5601/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/discover
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/index
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:9200
		Dial tcp4 127.0.0.1:9200: connect: connection refused
docs/workshop/examples/43_otel_prometheus/README.md
	OK	./docker-compose.yaml
	OK	./docker-snap.png
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	./prometheus-ui.png
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/43_otel_prometheus
docs/workshop/examples/38_polling_alerts/README.md
	OK	../11_influx/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/38_polling_alerts
	ERROR	./alert.trickle
		Stat docs/workshop/examples/38_polling_alerts/alert.trickle: no such file or directory
	ERROR	./poll.trickle
		Stat docs/workshop/examples/38_polling_alerts/poll.trickle: no such file or directory
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/*/log4rs/
	ERROR	./tremor-query/modules.md
		Stat docs/operations/tremor-query/modules.md: no such file or directory
	ERROR	tremor-script/modules.md
		Stat docs/operations/tremor-script/modules.md: no such file or directory
course/operations/index.md
	OK	../testing/index.html
	OK	./assets/rickmorty.gif
	OK	./assets/script-error.png
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/artefacts/codecs/#json
	OK	https://docs.tremor.rs/artefacts/codecs/#string
	OK	https://docs.tremor.rs/artefacts/offramps/
	OK	https://docs.tremor.rs/artefacts/offramps/#stdout
	OK	https://docs.tremor.rs/artefacts/onramps/
	OK	https://docs.tremor.rs/artefacts/onramps/#tcp
	OK	https://docs.tremor.rs/artefacts/preprocessors/#lines
	OK	https://docs.tremor.rs/development/quick-start/#without-docker
	OK	https://docs.tremor.rs/operations/cli/
	OK	https://docs.tremor.rs/operations/configuration-walkthrough/#write-a-binding-specification
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-query/operators/#script
	OK	https://docs.tremor.rs/tremor-script/extractors/dissect/
	OK	https://github.com/tremor-rs/tremor-language-server
	OK	https://github.com/tremor-rs/tremor-vim
	OK	https://marketplace.visualstudio.com/items?itemName=tremorproject.tremor-language-features
docs/workshop/README.md
	OK	../development/quick-start.md
	OK	https://github.com/tremor-rs/tremor-language-server
README.md
	OK	LICENSE
	OK	docs/internal/LocalMkdocsSetup.md
	OK	https://bestpractices.coreinfrastructure.org/projects/4356
	OK	https://bestpractices.coreinfrastructure.org/projects/4356/badge
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs
	OK	https://github.com/GuntherRademacher/rr
	OK	https://img.shields.io/discord/752801695066488843.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2
	OK	https://img.shields.io/github/license/tremor-rs/tremor-runtime
	OK	https://raw.githubusercontent.com/cncf/artwork/master/projects/tremor/horizontal/color/tremor-horizontal-color.png
	ERROR	https://landscape.cncf.io/category=streaming-messaging&format=card-mode&grouping=category
		Not Found (HTTP error 404)
	ERROR	https://landscape.cncf.io/selected=tremor
		Not Found (HTTP error 404)
docs/workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../../../artefacts/offramps.md#rest
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/35_reverse_proxy_load_balancing
docs/workshop/examples/32_proxies_lt_http/README.md
	OK	../../../operations/linked-transports.md
	OK	../30_servers_lt_http/README.md
	OK	../30_servers_lt_http/README.md#testing
	OK	etc/tremor/config/response_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/32_proxies_lt_http
docs/artefacts/offramps.md
	OK	../operations/linked-transports.md
	OK	../tremor-query/operators.md#genericbatch
	OK	./onramps.md#rest
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://docs.rs/lapin/1.6.8/lapin/
	OK	https://docs.rs/nats/0.9.8/nats/struct.Options.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html
	OK	https://newrelic.com/
	OK	https://www.amqp.org
	OK	https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.publish
	OK	https://www.rabbitmq.com/uri-spec.html
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
	ERROR	api.md
		Stat docs/api.md: no such file or directory
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
course/contributing/index.md
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/simd-lite/simd-json
	OK	https://github.com/tremor-rs/tremor-mkdocs-lexer
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-erl
	OK	https://github.com/tremor-rs/tremor-vscode
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-runtime.git
	OK	https://github.com/tremor-rs/tremor-runtime/actions
	OK	https://github.com/tremor-rs/tremor-runtime/issues
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
RELEASE_PROCESS.md
	OK	https://github.com/tremor-rs/tremor-runtime
Makefile
	OK	https://github.com/tremor-rs/tremor-runtime
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://async.rs/
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
	OK	https://github.com/stjepang/smol
	OK	tremor-query/operators.md#qos::wal
docs/artefacts/onramps.md
	OK	../operations/linked-transports.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
	OK	https://discord.com/developers/docs/intro
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-tcp
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-udp
	OK	https://docs.rs/lapin/1.6.8/lapin/
	OK	https://docs.rs/lapin/1.6.8/lapin/options/struct.QueueBindOptions.html
	OK	https://docs.rs/nats/0.9.8/nats/struct.Options.html
	OK	https://docs.rs/serenity/0.10.2/serenity/
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html
	OK	https://www.amqp.org
	OK	https://www.cloudamqp.com/blog/part4-rabbitmq-for-beginners-exchanges-routing-keys-bindings.html
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.bind
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.auto-delete
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.durable
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.exclusive
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.no-wait
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.passive
	OK	https://www.rabbitmq.com/uri-spec.html
	OK	offramps.md#offramps
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
	OK	https://arxiv.org/pdf/1908.10693.pdf
	OK	https://github.com/HdrHistogram/HdrHistogram#footprint-estimation
course/plugin/menu/font-awesome/LICENSE.md
	OK	https://creativecommons.org/licenses/by/4.0/
	OK	https://fontawesome.com/license
	OK	https://opensource.org/licenses/MIT
	OK	https://scripts.sil.org/OFL
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/artefacts/postprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://tools.ietf.org/html/rfc5425#section-4.3
docs/tremor-script/index.md
	OK	../tremor-query/index.md#embedded-script-definitions
	OK	../tremor-query/index.md#tumbling-windows
	OK	../tremor-query/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Binary.png
	OK	grammar/diagram/BinaryField.png
	OK	grammar/diagram/BinaryFields.png
	OK	grammar/diagram/Block.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/DocComment.png
	OK	grammar/diagram/DocCommentLine.png
	OK	grammar/diagram/Effectors.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	grammar/diagram/TupleCase.png
	OK	grammar/diagram/TuplePattern.png
	OK	grammar/diagram/TuplePatternFilter.png
	OK	https://docs.tremor.rs/tremor-query/#select-queries
	OK	https://erlang.org/doc/programming_examples/bit_syntax.html
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
	ERROR	stdlib/std/array.md
		Stat docs/tremor-script/stdlib/std/array.md: no such file or directory
	ERROR	stdlib/std/base64.md
		Stat docs/tremor-script/stdlib/std/base64.md: no such file or directory
	ERROR	stdlib/std/binary.md
		Stat docs/tremor-script/stdlib/std/binary.md: no such file or directory
	ERROR	stdlib/std/float.md
		Stat docs/tremor-script/stdlib/std/float.md: no such file or directory
	ERROR	stdlib/std/integer.md
		Stat docs/tremor-script/stdlib/std/integer.md: no such file or directory
	ERROR	stdlib/std/record.md
		Stat docs/tremor-script/stdlib/std/record.md: no such file or directory
	ERROR	stdlib/std/string.md
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory
	ERROR	stdlib/std/string.md#from_utf8_lossybytes
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory
	ERROR	stdlib/std/string.md#into_binarybytes
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://en.wikipedia.org/wiki/Carriage_return#Computers
	OK	https://github.com/tremor-rs/tremor-rfcs/pull/31
	OK	https://tools.ietf.org/html/rfc5425#section-4.3
	OK	onramps.md#tcp
	OK	onramps.md#udp-onramp-example-for-gelf
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	OK	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
course/overview/index.md
	OK	./assets/cncf-color.svg
	OK	./assets/hla.png
	OK	./assets/logging-arch-basic.png
	OK	./assets/logging-arch-next-maybe.png
	OK	./assets/metrics-arch-basic.png
	OK	./assets/overview_arch.png
	OK	https://bit.ly/tremor-discord
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs
	OK	https://docs.tremor.rs/operations/gdcb/
	OK	https://docs.tremor.rs/operations/linked-transports/
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-script/
	OK	https://docs.tremor.rs/workshop/examples/36_quota_service/
	OK	https://docs.tremor.rs/workshop/examples/37_configurator/
	OK	https://github.com/tremor-rs/
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://rfcs.tremor.rs
	OK	https://twitter.com/tremordebs
	OK	https://www.cncf.io/sandbox-projects/
	OK	https://www.rust-lang.org/
	OK	https://www.tremor.rs
	OK	https://www.tremor.rs/blog/2020-08-06-to-async-or-not-to-async/
	ERROR	https://landscape.cncf.io/selected=tremor
		Not Found (HTTP error 404)
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/Binary.png
	OK	diagram/BinaryField.png
	OK	diagram/BinaryFields.png
	OK	diagram/BinaryType.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui

Helm chart

(rephrased by @Licenser to convert this in a content bug)
The docs do not make the helm chart discoverable, it would be good to have it linked to some of the guides from the docs.

---ORIGINAL---
It would be nice if there was a Helm chart for getting started on Kubernetes.

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
course/index.md
	OK	./contributing/index.html
	OK	./debugging/index.html
	OK	./operations/index.html
	OK	./overview/index.html
	OK	./testing/benchmark.html
	OK	./testing/index.html
	OK	./tremor-cli/index.html
	OK	./tremor-query/index.html
	OK	./tremor-script/index.html
course/intermediate-lab/README.md
course/plugin/menu/CONTRIBUTING.md
course/intermediate-lab/index.md
	OK	./assets/rickmorty.gif
docs/tremor-query/functions.md
course/plugin/notes/speaker-view.html
course/tremor-query/index.md
course/tremor-script/index.md
docs/ConstraintsLimitations.md
docs/tremor-query/pp.md
docs/tremor-query/recipes.md
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/cidr.md
docs/development/benchmarking.md
docs/QA.md
docs/tremor-script/extractors/grok.md
docs/tremor-query/operators.md
	OK	../tremor-script/index.md
	OK	index.md#statements
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/internal/transform.md
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/operations/gdcb.md
docs/tremor-script/extractors/regex.md
docs/tremor-query/functions/win.md
docs/FeatureComparison.md
docs/Glossary.md
docs/tremor-script/extractors/dissect.md
course/debugging/index.md
	OK	lab-solved.tar.xz
	OK	lab.tar.xz
course/testing/unit.md
	OK	./assets/test-unit-01.gif
	OK	./assets/test-unit-02.gif
	OK	./assets/test-unit-03.gif
course/tremor-script/tremor-script-expr.md
	OK	./fn.html
	OK	./for.html
	OK	./match.html
	OK	./merge.html
	OK	./mod.html
	OK	./patch.html
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../tremor-query/operators.md#genericbatch
	OK	../tremor-query/operators.md#grouperbucket
docs/tremor-script/pp.md
docs/viewer.html
docs/development/process/reporting-bugs.md
docs/development/process/patches.md
docs/development/process/contributions.md
docs/development/testing.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-script/recipes.md
	OK	index.md#match
	OK	index.md#matching-record-patterns
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
	ERROR	stdlib/std/type.md#is_nullvalue
		Stat docs/tremor-script/stdlib/std/type.md: no such file or directory
requirements.txt
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/workshop/examples/20_transient_gd/README.md
docs/workshop/examples/21_persistent_gd/README.md
docs/workshop/examples/22_roundrobin/README.md
docs/development/process/running-tests.md
docs/development/process/release.md
docs/workshop/examples/23_kafka_gd/README.md
docs/development/process/rfc.md
docs/development/process/security-bugs.md
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	ERROR	etc/tremor/config/01_pipeline.yaml
		Stat docs/workshop/examples/12_postgres_timescaledb/etc/tremor/config/01_pipeline.yaml: no such file or directory
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
course/tremor-cli/index.md
	OK	../testing/assets/check-setup.gif
	OK	../testing/benchmark.html
	OK	../testing/index.html
	OK	./assets/hello.png
	OK	./assets/logger.yaml
	OK	./assets/tremor-dbg-01.gif
	OK	./assets/tremor-dbg-02.gif
	OK	./assets/tremor-dbg-03.gif
	OK	./assets/tremor-dbg-04.gif
	OK	./assets/tremor-dbg-05.gif
	OK	./assets/tremor-run-01.gif
	OK	./assets/tremor-run-02.gif
	OK	https://www.docker.com
course/tremor-script/fn.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/index.md
	OK	./assets/check-setup.gif
	OK	https://www.docker.com
docs/artefacts/postprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
course/tremor-script/tremor-script-for.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/For.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ForCaseClause.png
docs/tremor-script/extractors/glob.md
	OK	https://en.wikipedia.org/wiki/Glob_(programming
course/tremor-script/match.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/for.html
	OK	https://docs.tremor.rs/img/logo.png
course/contributing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-query/index.html
	OK	https://docs.tremor.rs/img/logo.png
README.md
	OK	docs/internal/LocalMkdocsSetup.md
	OK	https://docs.tremor.rs
course/tremor-script/tremor-script-patch.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Patch.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/PatchOperation.png
course/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/debugging/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/benchmark.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-mod.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Module.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ModuleExpr.png
course/operations/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-cli/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/mod.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-merge.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Merge.png
course/tremor-script/patch.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/merge.html
	OK	https://docs.tremor.rs/img/logo.png
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
docs/internal/LocalMkdocsSetup.md
	OK	https://www.mkdocs.org/
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
course/overview/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-query/tremor-query-stmt.md
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateStreamDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineScriptDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineWindowDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/EachBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/FromClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByDimension.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/HavingClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/IntoClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/Query.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SelectStmt.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SetBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WhereClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithParams.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithPartialParams.png
	OK	https://docs.tremor.rs/tremor-query/operators/
docs/workshop/examples/13_grafana/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:3000
		Dial tcp4 127.0.0.1:3000: connect: connection refused
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
course/intermediate-lab/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-match.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPattern.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPatternFilter.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Block.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Effectors.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Match.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchCaseClause.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/RecordPattern.png
course/tremor-script/tremor-script-fn.md
	OK	./mod.html
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/FnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/IntrinsicFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchingFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/SimpleFnDecl.png
course/tremor-script/expr.html
	OK	https://docs.tremor.rs/img/logo.png
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
	OK	https://rfcs.tremor.rs/0004-sliding-window-mechanism/
	OK	https://www.rust-lang.org/
course/testing/benchmark.md
	OK	./assets/histogram-plot.png
	OK	./assets/test-bench-01.gif
	OK	./assets/test-bench-02.gif
	OK	./assets/test-bench-03.gif
	OK	http://hdrhistogram.github.io/HdrHistogram/plotFiles.html
	OK	http://hdrhistogram.org/
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/bench
course/testing/integration.md
	OK	./assets/test-integration-01.gif
	OK	./assets/test-integration-02.gif
	OK	./assets/test-integration-03.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/integration
course/plugin/menu/README.md
	OK	https://denehyg.github.io/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
course/testing/command.md
	OK	./assets/test-command-01.gif
	OK	./assets/test-command-02.gif
	OK	./assets/test-command-03.gif
	OK	./assets/test-command-04.gif
	OK	./assets/test-command-05.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api-cli
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/cli
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
course/plugin/toolbar/README.md
	OK	https://denehyg.github.io/reveal.js-toolbar
	OK	https://github.com/denehyg/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/operations/linked-transports.md
	OK	../artefacts/offramps.md
	OK	../artefacts/offramps.md#rest
	OK	../artefacts/onramps.md
	OK	../artefacts/onramps.md#rest
	OK	../artefacts/onramps.md#ws
	OK	../tremor-query/operators.md
	OK	../tremor-query/operators.md#qosbackpressure
	OK	../tremor-query/operators.md#qosroundrobin
	OK	../tremor-query/operators.md#runtimetremor
	OK	../workshop/examples/30_servers_lt_http/README.md
	OK	../workshop/examples/31_servers_lt_ws/README.md
	OK	../workshop/examples/32_proxies_lt_http/README.md
	OK	../workshop/examples/33_proxies_lt_ws/README.md
	OK	../workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../workshop/examples/36_quota_service/README.md
	OK	../workshop/examples/37_configurator/README.md
	OK	https://github.com/vi/websocat
docs/workshop/examples/37_configurator/README.md
	OK	../../../operations/linked-transports.md
	OK	../36_quota_service/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/37_configurator
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8140
		Dial tcp4 127.0.0.1:8140: connect: connection refused
	ERROR	http://localhost:9139
		Dial tcp4 127.0.0.1:9139: connect: connection refused
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/demo/data
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/33_proxies_lt_ws/README.md
	OK	../../../artefacts/offramps.md#ws
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/33_proxies_lt_ws
	OK	https://github.com/vi/websocat
Makefile
	OK	https://github.com/tremor-rs/tremor-runtime
docs/workshop/examples/32_proxies_lt_http/README.md
	OK	../../../operations/linked-transports.md
	OK	../30_servers_lt_http/README.md
	OK	../30_servers_lt_http/README.md#testing
	OK	etc/tremor/config/response_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/32_proxies_lt_http
docs/workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws//README.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/34_bridges_lt_http_ws
docs/workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../../../artefacts/offramps.md#rest
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/35_reverse_proxy_load_balancing
docs/workshop/examples/31_servers_lt_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	etc/tremor/config/config.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/31_servers_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/36_quota_service/README.md
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/36_quota_service
	OK	images/tremor_quota_service_demo.png
	ERROR	http://localhost:5601/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/discover
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/index
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:9200
		Dial tcp4 127.0.0.1:9200: connect: connection refused
mkdocs.yml.in
	OK	https://github.com/tremor-rs/tremor-www-docs
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/workshop/README.md
	OK	../development/quick-start.md
	OK	https://github.com/tremor-rs/tremor-language-server
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/*/log4rs/
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://async.rs/
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
	OK	https://github.com/stjepang/smol
	OK	tremor-query/operators.md#qos::wal
docs/workshop/examples/30_servers_lt_http/README.md
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	../../../tremor-script/index.md#state
	OK	etc/tremor/config/internal_error_processing.trickle
	OK	etc/tremor/config/request_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/30_servers_lt_http
	OK	images/tremor_web_server.png
	ERROR	http://localhost:8139/
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index?name=badger
		Dial tcp4 127.0.0.1:8139: connect: connection refused
docs/artefacts/onramps.md
	OK	../operations/linked-transports.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
	OK	https://discord.com/developers/docs/intro
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-tcp
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-udp
	OK	https://docs.rs/serenity/0.10.2/serenity/
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	offramps.md#offramps
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
course/operations/index.md
	OK	../testing/index.html
	OK	./assets/rickmorty.gif
	OK	./assets/script-error.png
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/artefacts/codecs/#json
	OK	https://docs.tremor.rs/artefacts/codecs/#string
	OK	https://docs.tremor.rs/artefacts/offramps/
	OK	https://docs.tremor.rs/artefacts/offramps/#stdout
	OK	https://docs.tremor.rs/artefacts/onramps/
	OK	https://docs.tremor.rs/artefacts/onramps/#tcp
	OK	https://docs.tremor.rs/artefacts/preprocessors/#lines
	OK	https://docs.tremor.rs/development/quick-start/#without-docker
	OK	https://docs.tremor.rs/operations/cli/
	OK	https://docs.tremor.rs/operations/configuration-walkthrough/#write-a-binding-specification
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-query/operators/#script
	OK	https://docs.tremor.rs/tremor-script/extractors/dissect/
	OK	https://github.com/tremor-rs/tremor-language-server
	OK	https://github.com/tremor-rs/tremor-vim
	OK	https://marketplace.visualstudio.com/items?itemName=tremorproject.tremor-language-features
docs/artefacts/offramps.md
	OK	../operations/linked-transports.md
	OK	./onramps.md#rest
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://newrelic.com/
	OK	https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
	ERROR	../tremor-query/operators.d#genericbatch
		Stat docs/tremor-query/operators.d: no such file or directory
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
course/contributing/index.md
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/simd-lite/simd-json
	OK	https://github.com/tremor-rs/tremor-mkdocs-lexer
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-erl
	OK	https://github.com/tremor-rs/tremor-vscode
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
	OK	https://arxiv.org/pdf/1908.10693.pdf
	OK	https://github.com/HdrHistogram/HdrHistogram#footprint-estimation
course/plugin/menu/font-awesome/LICENSE.md
	OK	https://creativecommons.org/licenses/by/4.0/
	OK	https://fontawesome.com/license
	OK	https://opensource.org/licenses/MIT
	OK	https://scripts.sil.org/OFL
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-runtime.git
	OK	https://github.com/tremor-rs/tremor-runtime/actions
	OK	https://github.com/tremor-rs/tremor-runtime/issues
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/Binary.png
	OK	diagram/BinaryField.png
	OK	diagram/BinaryFields.png
	OK	diagram/BinaryType.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
course/overview/index.md
	OK	./assets/cncf-color.svg
	OK	./assets/hla.png
	OK	./assets/logging-arch-basic.png
	OK	./assets/logging-arch-next-maybe.png
	OK	./assets/metrics-arch-basic.png
	OK	./assets/overview_arch.png
	OK	https://bit.ly/tremor-discord
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs
	OK	https://docs.tremor.rs/operations/gdcb/
	OK	https://docs.tremor.rs/operations/linked-transports/
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-script/
	OK	https://docs.tremor.rs/workshop/examples/36_quota_service/
	OK	https://docs.tremor.rs/workshop/examples/37_configurator/
	OK	https://github.com/tremor-rs/
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://rfcs.tremor.rs
	OK	https://twitter.com/tremordebs
	OK	https://www.cncf.io/sandbox-projects/
	OK	https://www.rust-lang.org/
	OK	https://www.tremor.rs
	OK	https://www.tremor.rs/blog/2020-08-06-to-async-or-not-to-async/
	ERROR	https://landscape.cncf.io/selected=tremor
		Not Found (HTTP error 404)
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://en.wikipedia.org/wiki/Carriage_return#Computers
	OK	https://github.com/tremor-rs/tremor-rfcs/pull/31
	OK	onramps.md#tcp
	OK	onramps.md#udp-onramp-example-for-gelf
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
docs/tremor-script/index.md
	OK	../tremor-query/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Binary.png
	OK	grammar/diagram/BinaryField.png
	OK	grammar/diagram/BinaryFields.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	grammar/diagram/TupleCase.png
	OK	grammar/diagram/TuplePattern.png
	OK	grammar/diagram/TuplePatternFilter.png
	OK	https://erlang.org/doc/programming_examples/bit_syntax.html
	ERROR	https://tools.ietf.org/html/rfc6902
		Couldn't find DNS entries for the given domain. Try using DialDualStack
	ERROR	https://tools.ietf.org/html/rfc7386
		Couldn't find DNS entries for the given domain. Try using DialDualStack
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	ERROR	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
		Bad Gateway (HTTP error 502)

Improve readability of railroad diagrams

  • They are not layouted correctly (flowing next to each other). One on a new line each.
  • They should have a small caption or something to know which sub-expression a diagram is for.

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
docs/tremor-query/functions.md
docs/ConstraintsLimitations.md
docs/development/process/contributions.md
docs/development/process/release.md
docs/development/process/running-tests.md
docs/development/process/security-bugs.md
docs/development/process/rfc.md
requirements.txt
docs/FeatureComparison.md
docs/internal/LocalMkdocsSetup.md
docs/internal/transform.md
docs/operations/cli.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/development/testing.md
	ERROR	http://0.0.0.0:8000/coyote.html
		Dial tcp4 0.0.0.0:8000: connect: connection refused
docs/development/process/patches.md
docs/development/process/reporting-bugs.md
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	operations/cli.md
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
docs/tremor-query/functions/win.md
docs/tremor-query/pp.md
docs/QA.md
docs/Glossary.md
docs/tremor-query/recipes.md
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/glob.md
docs/artefacts/operators.md
	OK	../tremor-script/index.md
docs/artefacts/postprocessors.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-script/extractors/regex.md
docs/viewer.html
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../artefacts/operators.md#genericbatch
	OK	../artefacts/operators.md#grouperbucket
docs/tremor-script/pp.md
docs/development/benchmarking.md
docs/tremor-script/recipes.md
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/01_pipeline.yaml
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#gelf-via-udp
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	operations/cli.md
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/0.8.3/log4rs/
mkdocs.yml.in
	OK	https://github.com/wayfair-tremor/tremor-www-docs
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/artefacts/offramps.md
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
docs/artefacts/onramps.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
Makefile
	OK	https://github.com/wayfair-tremor/tremor-runtime
docs/workshop/README.md
	OK	https://github.com/wayfair-tremor/tremor-language-server
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/main/docs/development/quick-start.md
		Not Found (HTTP error 404)
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-runtime.git
	OK	https://github.com/wayfair-tremor/tremor-runtime/actions
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-rfcs/blob/main/README.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues/new
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/wayfair-tremor/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/wayfair-tremor/tremor-www-docs
	OK	https://github.com/wayfair-tremor/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	OK	https://join.slack.com/t/tremor-debs/shared_invite/enQtOTMxNzY3NDg0MjI2LTQ4MTU4NjlkZDk0MmJmNmIwYjU0ZDc1OTNjMGRmNzUwZTdlZGVkMWFmNGFkZTAwOWJlYjlkMDZkNGNiMjQ2NzI
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
docs/tremor-script/index.md
	OK	../artefacts/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	ERROR	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
		Bad Gateway (HTTP error 502)

Link language strcutures to their related functions

It would be nice, if when looking at the language specification we would link functions that are related. For example when we discuss the array structure we should link to std::array, if we discuss strings, we should link to std::string

Update API documentation

The API documentation states, it is possible to GET, POST, DELETE an instance of any kind of artefact, while it is only possible for bindings right now.

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
course/debugging/index.md
	OK	lab-solved.tar.xz
	OK	lab.tar.xz
course/tremor-query/index.md
course/plugin/menu/CONTRIBUTING.md
course/tremor-script/index.md
course/intermediate-lab/README.md
course/plugin/notes/speaker-view.html
docs/FeatureComparison.md
course/testing/unit.md
	OK	./assets/test-unit-01.gif
	OK	./assets/test-unit-02.gif
	OK	./assets/test-unit-03.gif
docs/Glossary.md
docs/QA.md
course/intermediate-lab/index.md
	OK	./assets/rickmorty.gif
docs/development/benchmarking.md
docs/development/process/security-bugs.md
docs/development/testing.md
docs/internal/transform.md
docs/operations/gdcb.md
docs/tremor-query/functions/win.md
docs/tremor-query/functions.md
docs/development/process/contributions.md
docs/development/process/release.md
docs/tremor-query/recipes.md
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/regex.md
docs/tremor-script/pp.md
docs/viewer.html
docs/development/process/reporting-bugs.md
docs/development/process/rfc.md
docs/ConstraintsLimitations.md
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-script/recipes.md
	OK	index.md#match
	OK	index.md#matching-record-patterns
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
	ERROR	stdlib/std/type.md#is_nullvalue
		Stat docs/tremor-script/stdlib/std/type.md: no such file or directory
docs/tremor-query/operators.md
	OK	../tremor-script/index.md
	OK	index.md#statements
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/tremor-query/pp.md
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
course/tremor-script/tremor-script-expr.md
	OK	./fn.html
	OK	./for.html
	OK	./match.html
	OK	./merge.html
	OK	./mod.html
	OK	./patch.html
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../tremor-query/operators.md#genericbatch
	OK	../tremor-query/operators.md#grouperbucket
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-query/walkthrough.md
	OK	operators.md#qosbackpressure
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
course/index.md
	OK	./contributing/index.html
	OK	./debugging/index.html
	OK	./operations/index.html
	OK	./overview/index.html
	OK	./testing/benchmark.html
	OK	./testing/index.html
	OK	./tremor-cli/index.html
	OK	./tremor-query/index.html
	OK	./tremor-script/index.html
docs/development/process/patches.md
docs/development/process/running-tests.md
requirements.txt
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/workshop/examples/20_transient_gd/README.md
docs/workshop/examples/21_persistent_gd/README.md
docs/workshop/examples/22_roundrobin/README.md
docs/workshop/examples/23_kafka_gd/README.md
docs/workshop/examples/40_otel_passthrough/README.md
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/otel/collector-config.yaml
	OK	etc/tremor/config/00_ramps.yaml
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	ERROR	etc/tremor/config/01_pipeline.yaml
		Stat docs/workshop/examples/12_postgres_timescaledb/etc/tremor/config/01_pipeline.yaml: no such file or directory
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
course/intermediate-lab/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/for.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/match.html
	OK	https://docs.tremor.rs/img/logo.png
README.md
	OK	docs/internal/LocalMkdocsSetup.md
	OK	https://docs.tremor.rs
course/tremor-script/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/mod.html
	OK	https://docs.tremor.rs/img/logo.png
course/overview/index.html
	OK	https://docs.tremor.rs/img/logo.png
docs/internal/LocalMkdocsSetup.md
	OK	https://www.mkdocs.org/
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
course/tremor-script/tremor-script-fn.md
	OK	./mod.html
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/FnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/IntrinsicFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchingFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/SimpleFnDecl.png
course/tremor-query/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/debugging/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/expr.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-for.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/For.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ForCaseClause.png
course/tremor-script/fn.html
	OK	https://docs.tremor.rs/img/logo.png
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
course/tremor-script/merge.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/operations/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-match.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPattern.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPatternFilter.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Block.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Effectors.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Match.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchCaseClause.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/RecordPattern.png
course/testing/benchmark.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-patch.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Patch.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/PatchOperation.png
course/tremor-script/tremor-script-merge.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Merge.png
course/contributing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-cli/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-query/tremor-query-stmt.md
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateStreamDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineScriptDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineWindowDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/EachBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/FromClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByDimension.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/HavingClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/IntoClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/Query.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SelectStmt.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SetBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WhereClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithParams.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithPartialParams.png
	OK	https://docs.tremor.rs/tremor-query/operators/
course/tremor-script/tremor-script-mod.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Module.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ModuleExpr.png
course/tremor-script/patch.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-cli/index.md
	OK	../testing/assets/check-setup.gif
	OK	../testing/benchmark.html
	OK	../testing/index.html
	OK	./assets/hello.png
	OK	./assets/logger.yaml
	OK	./assets/tremor-dbg-01.gif
	OK	./assets/tremor-dbg-02.gif
	OK	./assets/tremor-dbg-03.gif
	OK	./assets/tremor-dbg-04.gif
	OK	./assets/tremor-dbg-05.gif
	OK	./assets/tremor-run-01.gif
	OK	./assets/tremor-run-02.gif
	OK	https://www.docker.com
docs/workshop/examples/13_grafana/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:3000
		Dial tcp4 127.0.0.1:3000: connect: connection refused
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/tremor-script/extractors/glob.md
	OK	https://en.wikipedia.org/wiki/Glob_(programming
course/testing/index.md
	OK	./assets/check-setup.gif
	OK	https://www.docker.com
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
course/testing/benchmark.md
	OK	./assets/histogram-plot.png
	OK	./assets/test-bench-01.gif
	OK	./assets/test-bench-02.gif
	OK	./assets/test-bench-03.gif
	OK	http://hdrhistogram.github.io/HdrHistogram/plotFiles.html
	OK	http://hdrhistogram.org/
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/bench
docs/artefacts/postprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
docs/workshop/examples/32_proxies_lt_http/README.md
	OK	../../../operations/linked-transports.md
	OK	../30_servers_lt_http/README.md
	OK	../30_servers_lt_http/README.md#testing
	OK	etc/tremor/config/response_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/32_proxies_lt_http
course/testing/command.md
	OK	./assets/test-command-01.gif
	OK	./assets/test-command-02.gif
	OK	./assets/test-command-03.gif
	OK	./assets/test-command-04.gif
	OK	./assets/test-command-05.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api-cli
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/cli
docs/workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws//README.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/34_bridges_lt_http_ws
course/testing/integration.md
	OK	./assets/test-integration-01.gif
	OK	./assets/test-integration-02.gif
	OK	./assets/test-integration-03.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/integration
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
	OK	https://rfcs.tremor.rs/0004-sliding-window-mechanism/
	OK	https://www.rust-lang.org/
course/plugin/menu/README.md
	OK	https://denehyg.github.io/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
course/plugin/toolbar/README.md
	OK	https://denehyg.github.io/reveal.js-toolbar
	OK	https://github.com/denehyg/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
Makefile
	OK	https://github.com/tremor-rs/tremor-runtime
docs/workshop/examples/36_quota_service/README.md
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/36_quota_service
	OK	images/tremor_quota_service_demo.png
	ERROR	http://localhost:5601/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/discover
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/index
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:9200
		Dial tcp4 127.0.0.1:9200: connect: connection refused
docs/operations/linked-transports.md
	OK	../artefacts/offramps.md
	OK	../artefacts/offramps.md#kv
	OK	../artefacts/offramps.md#rest
	OK	../artefacts/onramps.md
	OK	../artefacts/onramps.md#discord
	OK	../artefacts/onramps.md#rest
	OK	../artefacts/onramps.md#ws
	OK	../tremor-query/operators.md
	OK	../tremor-query/operators.md#qosbackpressure
	OK	../tremor-query/operators.md#qosroundrobin
	OK	../tremor-query/operators.md#runtimetremor
	OK	../workshop/examples/30_servers_lt_http/README.md
	OK	../workshop/examples/31_servers_lt_ws/README.md
	OK	../workshop/examples/32_proxies_lt_http/README.md
	OK	../workshop/examples/33_proxies_lt_ws/README.md
	OK	../workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../workshop/examples/36_quota_service/README.md
	OK	../workshop/examples/37_configurator/README.md
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/31_servers_lt_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	etc/tremor/config/config.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/31_servers_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/33_proxies_lt_ws/README.md
	OK	../../../artefacts/offramps.md#ws
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/33_proxies_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/demo/data
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../../../artefacts/offramps.md#rest
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/35_reverse_proxy_load_balancing
docs/workshop/examples/37_configurator/README.md
	OK	../../../operations/linked-transports.md
	OK	../36_quota_service/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/37_configurator
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8140
		Dial tcp4 127.0.0.1:8140: connect: connection refused
	ERROR	http://localhost:9139
		Dial tcp4 127.0.0.1:9139: connect: connection refused
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
docs/workshop/README.md
	OK	../development/quick-start.md
	OK	https://github.com/tremor-rs/tremor-language-server
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
course/operations/index.md
	OK	../testing/index.html
	OK	./assets/rickmorty.gif
	OK	./assets/script-error.png
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/artefacts/codecs/#json
	OK	https://docs.tremor.rs/artefacts/codecs/#string
	OK	https://docs.tremor.rs/artefacts/offramps/
	OK	https://docs.tremor.rs/artefacts/offramps/#stdout
	OK	https://docs.tremor.rs/artefacts/onramps/
	OK	https://docs.tremor.rs/artefacts/onramps/#tcp
	OK	https://docs.tremor.rs/artefacts/preprocessors/#lines
	OK	https://docs.tremor.rs/development/quick-start/#without-docker
	OK	https://docs.tremor.rs/operations/cli/
	OK	https://docs.tremor.rs/operations/configuration-walkthrough/#write-a-binding-specification
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-query/operators/#script
	OK	https://docs.tremor.rs/tremor-script/extractors/dissect/
	OK	https://github.com/tremor-rs/tremor-language-server
	OK	https://github.com/tremor-rs/tremor-vim
	OK	https://marketplace.visualstudio.com/items?itemName=tremorproject.tremor-language-features
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-runtime.git
	OK	https://github.com/tremor-rs/tremor-runtime/actions
	OK	https://github.com/tremor-rs/tremor-runtime/issues
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/artefacts/onramps.md
	OK	../operations/linked-transports.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
	OK	https://discord.com/developers/docs/intro
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-tcp
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-udp
	OK	https://docs.rs/serenity/0.10.2/serenity/
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html
	OK	offramps.md#offramps
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
docs/artefacts/offramps.md
	OK	../operations/linked-transports.md
	OK	./onramps.md#rest
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html
	OK	https://newrelic.com/
	OK	https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
	ERROR	../tremor-query/operators.d#genericbatch
		Stat docs/tremor-query/operators.d: no such file or directory
docs/workshop/examples/30_servers_lt_http/README.md
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	../../../tremor-script/index.md#state
	OK	etc/tremor/config/internal_error_processing.trickle
	OK	etc/tremor/config/request_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/30_servers_lt_http
	OK	images/tremor_web_server.png
	ERROR	http://localhost:8139/
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index?name=badger
		Dial tcp4 127.0.0.1:8139: connect: connection refused
mkdocs.yml.in
	OK	https://github.com/tremor-rs/tremor-www-docs
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/*/log4rs/
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
course/plugin/menu/font-awesome/LICENSE.md
	OK	https://creativecommons.org/licenses/by/4.0/
	OK	https://fontawesome.com/license
	OK	https://opensource.org/licenses/MIT
	OK	https://scripts.sil.org/OFL
docs/tremor-query/functions/stats.md
	OK	https://arxiv.org/pdf/1908.10693.pdf
	OK	https://github.com/HdrHistogram/HdrHistogram#footprint-estimation
	ERROR	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
		Lookup www.vldb.org on 168.63.129.16:53: no such host
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/Binary.png
	OK	diagram/BinaryField.png
	OK	diagram/BinaryFields.png
	OK	diagram/BinaryType.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
course/contributing/index.md
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/simd-lite/simd-json
	OK	https://github.com/tremor-rs/tremor-mkdocs-lexer
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-erl
	OK	https://github.com/tremor-rs/tremor-vscode
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
docs/tremor-script/index.md
	OK	../tremor-query/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Binary.png
	OK	grammar/diagram/BinaryField.png
	OK	grammar/diagram/BinaryFields.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	grammar/diagram/TupleCase.png
	OK	grammar/diagram/TuplePattern.png
	OK	grammar/diagram/TuplePatternFilter.png
	OK	https://erlang.org/doc/programming_examples/bit_syntax.html
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://en.wikipedia.org/wiki/Carriage_return#Computers
	OK	https://github.com/tremor-rs/tremor-rfcs/pull/31
	OK	onramps.md#tcp
	OK	onramps.md#udp-onramp-example-for-gelf
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
course/overview/index.md
	OK	./assets/cncf-color.svg
	OK	./assets/hla.png
	OK	./assets/logging-arch-basic.png
	OK	./assets/logging-arch-next-maybe.png
	OK	./assets/metrics-arch-basic.png
	OK	./assets/overview_arch.png
	OK	https://bit.ly/tremor-discord
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs
	OK	https://docs.tremor.rs/operations/gdcb/
	OK	https://docs.tremor.rs/operations/linked-transports/
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-script/
	OK	https://docs.tremor.rs/workshop/examples/36_quota_service/
	OK	https://docs.tremor.rs/workshop/examples/37_configurator/
	OK	https://github.com/tremor-rs/
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://rfcs.tremor.rs
	OK	https://twitter.com/tremordebs
	OK	https://www.cncf.io/sandbox-projects/
	OK	https://www.rust-lang.org/
	OK	https://www.tremor.rs
	OK	https://www.tremor.rs/blog/2020-08-06-to-async-or-not-to-async/
	ERROR	https://landscape.cncf.io/selected=tremor
		Not Found (HTTP error 404)
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://async.rs/
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
	OK	https://github.com/stjepang/smol
	OK	tremor-query/operators.md#qos::wal
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	OK	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
course/debugging/index.md
	OK	lab-solved.tar.xz
	OK	lab.tar.xz
course/plugin/menu/CONTRIBUTING.md
course/intermediate-lab/README.md
course/index.md
	OK	./contributing/index.html
	OK	./debugging/index.html
	OK	./operations/index.html
	OK	./overview/index.html
	OK	./testing/benchmark.html
	OK	./testing/index.html
	OK	./tremor-cli/index.html
	OK	./tremor-query/index.html
	OK	./tremor-script/index.html
course/intermediate-lab/index.md
	OK	./assets/rickmorty.gif
course/plugin/notes/speaker-view.html
course/tremor-query/index.md
course/tremor-script/index.md
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/datetime.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/json.md
docs/ConstraintsLimitations.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/regex.md
docs/FeatureComparison.md
docs/Glossary.md
docs/QA.md
docs/tremor-script/pp.md
docs/viewer.html
docs/tremor-script/modules.md
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/tremor-script/recipes.md
	OK	index.md#match
	OK	index.md#matching-record-patterns
	ERROR	stdlib/std/array.md#pusharray-element
		Stat docs/tremor-script/stdlib/std/array.md: no such file or directory
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
	ERROR	stdlib/std/type.md#is_nullvalue
		Stat docs/tremor-script/stdlib/std/type.md: no such file or directory
docs/development/benchmarking.md
docs/development/process/release.md
docs/development/process/reporting-bugs.md
docs/development/process/rfc.md
docs/development/process/running-tests.md
docs/development/process/security-bugs.md
docs/operations/gdcb.md
docs/tremor-query/functions/win.md
docs/tremor-query/functions.md
docs/tremor-query/pp.md
docs/tremor-query/recipes.md
course/testing/unit.md
	OK	./assets/test-unit-01.gif
	OK	./assets/test-unit-02.gif
	OK	./assets/test-unit-03.gif
docs/development/process/contributions.md
docs/development/process/patches.md
docs/development/testing.md
course/tremor-script/tremor-script-expr.md
	OK	./fn.html
	OK	./for.html
	OK	./match.html
	OK	./merge.html
	OK	./mod.html
	OK	./patch.html
docs/internal/transform.md
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/tremor-query/walkthrough.md
	OK	operators.md#qosbackpressure
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../tremor-query/operators.md#genericbatch
	OK	../tremor-query/operators.md#grouperbucket
requirements.txt
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/internal/RunDocumentationManjaro.md
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
docs/tremor-query/modules.md
	OK	./grammar/diagram/ModuleStmt.png
	OK	./grammar/diagram/ModuleStmtInner.png
docs/tremor-query/operators.md
	OK	../tremor-script/index.md
	OK	index.md#custom-operator-definitions
	OK	index.md#embedded-script-definitions
docs/workshop/examples/22_roundrobin/README.md
docs/workshop/examples/20_transient_gd/README.md
docs/workshop/examples/23_kafka_gd/README.md
docs/workshop/examples/39_kafka_elastic_correlation/README.md
docs/workshop/examples/40_otel_passthrough/README.md
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/otel/collector-config.yaml
	OK	etc/tremor/config/00_ramps.yaml
docs/workshop/examples/41_otel_zipkin/README.md
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	zipkin-ui.png
docs/workshop/examples/21_persistent_gd/README.md
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/crononome.trickle
	OK	etc/tremor/config/postgres.trickle
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
course/testing/benchmark.html
	OK	https://docs.tremor.rs/img/logo.png
course/testing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/expr.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-query/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/for.html
	OK	https://docs.tremor.rs/img/logo.png
course/debugging/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/operations/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/contributing/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/overview/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-merge.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Merge.png
course/tremor-script/tremor-script-mod.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Module.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ModuleExpr.png
course/tremor-script/tremor-script-for.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/For.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ForCaseClause.png
course/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/match.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/mod.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/patch.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-match.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPattern.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/ArrayPatternFilter.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Block.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Effectors.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Match.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchCaseClause.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/RecordPattern.png
course/tremor-script/tremor-script-fn.md
	OK	./mod.html
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/FnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/IntrinsicFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/MatchingFnDecl.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/SimpleFnDecl.png
course/tremor-script/fn.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/merge.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-cli/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/tremor-script/tremor-script-patch.md
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/Patch.png
	OK	https://docs.tremor.rs/tremor-script/grammar/diagram/PatchOperation.png
course/tremor-cli/index.md
	OK	../testing/assets/check-setup.gif
	OK	../testing/benchmark.html
	OK	../testing/index.html
	OK	./assets/hello.png
	OK	./assets/logger.yaml
	OK	./assets/tremor-dbg-01.gif
	OK	./assets/tremor-dbg-02.gif
	OK	./assets/tremor-dbg-03.gif
	OK	./assets/tremor-dbg-04.gif
	OK	./assets/tremor-dbg-05.gif
	OK	./assets/tremor-run-01.gif
	OK	./assets/tremor-run-02.gif
	OK	https://www.docker.com
course/tremor-query/tremor-query-stmt.md
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/CreateStreamDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineOperatorDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineScriptDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/DefineWindowDefn.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/EachBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/FromClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/GroupByDimension.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/HavingClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/IntoClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/Query.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SelectStmt.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/SetBasedGroup.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WhereClause.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithParams.png
	OK	https://docs.tremor.rs/tremor-query/grammar/diagram/WithPartialParams.png
	OK	https://docs.tremor.rs/tremor-query/operators/
course/testing/index.md
	OK	./assets/check-setup.gif
	OK	https://www.docker.com
docs/tremor-query/index.md
	OK	../tremor-script/index.md
	OK	../tremor-script/index.md#comments
	OK	../tremor-script/index.md#literals
	OK	../tremor-script/index.md#paths
	OK	../tremor-script/index.md#special-paths
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/Id.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/ModularId.png
	OK	grammar/diagram/Params.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/Stmt.png
	OK	grammar/diagram/TiltFrames.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WindowKind.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
	OK	https://rfcs.tremor.rs/0004-sliding-window-mechanism/
	OK	https://www.rust-lang.org/
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-query/tremor-script/stdlib/tremor/origin.md: no such file or directory
docs/internal/LocalMkdocsSetup.md
	OK	https://www.mkdocs.org/
	ERROR	http://127.0.0.1:8000/
		Dial tcp4 127.0.0.1:8000: connect: connection refused
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
course/tremor-script/index.html
	OK	https://docs.tremor.rs/img/logo.png
course/intermediate-lab/index.html
	OK	https://docs.tremor.rs/img/logo.png
docs/workshop/examples/13_grafana/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:3000
		Dial tcp4 127.0.0.1:3000: connect: connection refused
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
course/testing/benchmark.md
	OK	./assets/histogram-plot.png
	OK	./assets/test-bench-01.gif
	OK	./assets/test-bench-02.gif
	OK	./assets/test-bench-03.gif
	OK	http://hdrhistogram.github.io/HdrHistogram/plotFiles.html
	OK	http://hdrhistogram.org/
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/bench
docs/workshop/examples/37_configurator/README.md
	OK	../../../operations/linked-transports.md
	OK	../36_quota_service/README.md
	OK	https://docs.tremor.rs/operations/linked-transports/#correlation
	OK	https://docs.tremor.rs/tremor-query/operators/#qoswal
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/37_configurator
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8140
		Dial tcp4 127.0.0.1:8140: connect: connection refused
	ERROR	http://localhost:9139
		Dial tcp4 127.0.0.1:9139: connect: connection refused
course/testing/integration.md
	OK	./assets/test-integration-01.gif
	OK	./assets/test-integration-02.gif
	OK	./assets/test-integration-03.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/integration
docs/workshop/examples/14_syslog_udp/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/consumer.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/14_syslog_udp
docs/workshop/examples/15_syslog_udp_dns/README.md
	OK	../14_syslog_udp/
	OK	./etc/tremor/config/01_binding.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/14_syslog_udp
course/testing/command.md
	OK	./assets/test-command-01.gif
	OK	./assets/test-command-02.gif
	OK	./assets/test-command-03.gif
	OK	./assets/test-command-04.gif
	OK	./assets/test-command-05.gif
	OK	https://docs.tremor.rs/operations/cli/#test
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/api-cli
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-cli/tests/cli
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
	ERROR	api.md
		Stat docs/api.md: no such file or directory
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
docs/workshop/examples/36_quota_service/README.md
	OK	../../../artefacts/offramps.md#kv
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/36_quota_service
	OK	images/tremor_quota_service_demo.png
	ERROR	http://localhost:5601/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/discover
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/index
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:8139
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:9200
		Dial tcp4 127.0.0.1:9200: connect: connection refused
docs/workshop/examples/44_otel_elastic_apm/README.md
	OK	./console-log.png
	OK	./docker-compose.yaml
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	elastic-span.png
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/44_otel_elastic_apm
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/apm/services?rangeFrom=now-15m&rangeTo=now
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws//README.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/34_bridges_lt_http_ws
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	operations/cli.md
		Stat docs/operations/cli.md: no such file or directory
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/workshop/examples/43_otel_prometheus/README.md
	OK	./docker-compose.yaml
	OK	./docker-snap.png
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	./prometheus-ui.png
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/43_otel_prometheus
docs/workshop/examples/38_polling_alerts/README.md
	OK	../11_influx/README.md
	OK	./etc/tremor/config/alert.trickle
	OK	./etc/tremor/config/poll.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/38_polling_alerts
mkdocs.yml.in
	OK	https://github.com/tremor-rs/tremor-www-docs
docs/workshop/README.md
	OK	../development/quick-start.md
	OK	https://github.com/tremor-rs/tremor-language-server
Makefile
	OK	https://github.com/tremor-rs/tremor-runtime
docs/workshop/examples/42_otel_jaeger/README.md
	OK	./docker-compose.yaml
	OK	./docker-snap.png
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	./jaeger-ui.png
	OK	etc/otel/collector.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/42_otel_jaeger
course/plugin/menu/README.md
	OK	https://denehyg.github.io/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
course/plugin/toolbar/README.md
	OK	https://denehyg.github.io/reveal.js-toolbar
	OK	https://github.com/denehyg/reveal.js-menu
	OK	https://github.com/hakimel/reveal.js
RELEASE_PROCESS.md
	OK	https://github.com/tremor-rs/tremor-runtime
docs/workshop/examples/30_servers_lt_http/README.md
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	../../../tremor-script/index.md#state
	OK	etc/tremor/config/internal_error_processing.trickle
	OK	etc/tremor/config/request_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/30_servers_lt_http
	OK	images/tremor_web_server.png
	ERROR	http://localhost:8139/
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index
		Dial tcp4 127.0.0.1:8139: connect: connection refused
	ERROR	http://localhost:8139/index?name=badger
		Dial tcp4 127.0.0.1:8139: connect: connection refused
docs/workshop/examples/32_proxies_lt_http/README.md
	OK	../../../operations/linked-transports.md
	OK	../30_servers_lt_http/README.md
	OK	../30_servers_lt_http/README.md#testing
	OK	etc/tremor/config/response_processing.trickle
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/32_proxies_lt_http
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/demo/data
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/33_proxies_lt_ws/README.md
	OK	../../../artefacts/offramps.md#ws
	OK	../../../operations/linked-transports.md
	OK	../31_servers_lt_ws/README.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/33_proxies_lt_ws
	OK	https://github.com/vi/websocat
docs/operations/linked-transports.md
	OK	../artefacts/offramps.md
	OK	../artefacts/offramps.md#kv
	OK	../artefacts/offramps.md#rest
	OK	../artefacts/onramps.md
	OK	../artefacts/onramps.md#discord
	OK	../artefacts/onramps.md#rest
	OK	../artefacts/onramps.md#ws
	OK	../tremor-query/operators.md
	OK	../tremor-query/operators.md#qosbackpressure
	OK	../tremor-query/operators.md#qosroundrobin
	OK	../tremor-query/operators.md#runtimetremor
	OK	../workshop/examples/30_servers_lt_http/README.md
	OK	../workshop/examples/31_servers_lt_ws/README.md
	OK	../workshop/examples/32_proxies_lt_http/README.md
	OK	../workshop/examples/33_proxies_lt_ws/README.md
	OK	../workshop/examples/34_bridges_lt_http_ws/README.md
	OK	../workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../workshop/examples/36_quota_service/README.md
	OK	../workshop/examples/37_configurator/README.md
	OK	https://github.com/vi/websocat
docs/workshop/examples/31_servers_lt_ws/README.md
	OK	../../../operations/linked-transports.md
	OK	etc/tremor/config/config.yaml
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/31_servers_lt_ws
	OK	https://github.com/vi/websocat
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/operations/configuration.md
	OK	../tremor-query/modules.md
	OK	../tremor-script/modules.md
	OK	https://docs.rs/log4rs/*/log4rs/
docs/workshop/examples/35_reverse_proxy_load_balancing/README.md
	OK	../../../artefacts/offramps.md#rest
	OK	../../../artefacts/onramps.md#rest
	OK	../../../operations/linked-transports.md
	OK	https://github.com/tremor-rs/tremor-www-docs/tree/main/docs/workshop/examples/35_reverse_proxy_load_balancing
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
course/operations/index.md
	OK	../testing/index.html
	OK	./assets/rickmorty.gif
	OK	./assets/script-error.png
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/artefacts/codecs/#json
	OK	https://docs.tremor.rs/artefacts/codecs/#string
	OK	https://docs.tremor.rs/artefacts/offramps/
	OK	https://docs.tremor.rs/artefacts/offramps/#stdout
	OK	https://docs.tremor.rs/artefacts/onramps/
	OK	https://docs.tremor.rs/artefacts/onramps/#tcp
	OK	https://docs.tremor.rs/artefacts/preprocessors/#lines
	OK	https://docs.tremor.rs/development/quick-start/#without-docker
	OK	https://docs.tremor.rs/operations/cli/
	OK	https://docs.tremor.rs/operations/configuration-walkthrough/#write-a-binding-specification
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-query/operators/#script
	OK	https://docs.tremor.rs/tremor-script/extractors/dissect/
	OK	https://github.com/tremor-rs/tremor-language-server
	OK	https://github.com/tremor-rs/tremor-vim
	OK	https://marketplace.visualstudio.com/items?itemName=tremorproject.tremor-language-features
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-runtime.git
	OK	https://github.com/tremor-rs/tremor-runtime/actions
	OK	https://github.com/tremor-rs/tremor-runtime/issues
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/CHANGELOG.md
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/tremor-rs/tremor-runtime/tree/main/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/artefacts/offramps.md
	OK	../operations/linked-transports.md
	OK	../tremor-query/operators.md#genericbatch
	OK	./onramps.md#rest
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://docs.rs/lapin/1.6.8/lapin/
	OK	https://docs.rs/nats/0.9.8/nats/struct.Options.html
	OK	https://github.com/ctz/rustls
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://github.com/rustls/webpki-roots
	OK	https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html
	OK	https://newrelic.com/
	OK	https://www.amqp.org
	OK	https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
	OK	https://www.openssl.org/docs/man1.1.1/man5/x509v3_config.html#Subject-Alternative-Name
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.publish
	OK	https://www.rabbitmq.com/uri-spec.html
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://async.rs/
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
	OK	https://github.com/stjepang/smol
	OK	tremor-query/operators.md#qos::wal
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/Binary.png
	OK	diagram/BinaryField.png
	OK	diagram/BinaryFields.png
	OK	diagram/BinaryType.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/String.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.63.png
	OK	https://www.bottlecaps.de/rr/ui
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	OK	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/tremor-script/extractors/glob.md
	OK	https://en.wikipedia.org/wiki/Glob_(programming
docs/artefacts/onramps.md
	OK	../operations/linked-transports.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	codecs.md#syslog
	OK	https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
	OK	https://discord.com/developers/docs/intro
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-tcp
	OK	https://docs.graylog.org/en/latest/pages/gelf.html#gelf-via-udp
	OK	https://docs.rs/lapin/1.6.8/lapin/
	OK	https://docs.rs/lapin/1.6.8/lapin/options/struct.QueueBindOptions.html
	OK	https://docs.rs/nats/0.9.8/nats/struct.Options.html
	OK	https://docs.rs/serenity/0.10.2/serenity/
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/v1.5.0/CONFIGURATION.md
	OK	https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html
	OK	https://www.amqp.org
	OK	https://www.cloudamqp.com/blog/part4-rabbitmq-for-beginners-exchanges-routing-keys-bindings.html
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.bind
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.auto-delete
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.durable
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.exclusive
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.no-wait
	OK	https://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.passive
	OK	https://www.rabbitmq.com/uri-spec.html
	OK	offramps.md#offramps
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
course/overview/index.md
	OK	./assets/cncf-color.svg
	OK	./assets/hla.png
	OK	./assets/logging-arch-basic.png
	OK	./assets/logging-arch-next-maybe.png
	OK	./assets/metrics-arch-basic.png
	OK	./assets/overview_arch.png
	OK	https://bit.ly/tremor-discord
	OK	https://cloud-native.slack.com/messages/tremor
	OK	https://docs.tremor.rs
	OK	https://docs.tremor.rs/operations/gdcb/
	OK	https://docs.tremor.rs/operations/linked-transports/
	OK	https://docs.tremor.rs/tremor-query/
	OK	https://docs.tremor.rs/tremor-script/
	OK	https://docs.tremor.rs/workshop/examples/36_quota_service/
	OK	https://docs.tremor.rs/workshop/examples/37_configurator/
	OK	https://github.com/tremor-rs/
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://rfcs.tremor.rs
	OK	https://twitter.com/tremordebs
	OK	https://www.cncf.io/sandbox-projects/
	OK	https://www.rust-lang.org/
	OK	https://www.tremor.rs
	OK	https://www.tremor.rs/blog/2020-08-06-to-async-or-not-to-async/
	ERROR	https://landscape.cncf.io/selected=tremor
		Not Found (HTTP error 404)
course/contributing/index.md
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/simd-lite/simd-json
	OK	https://github.com/tremor-rs/tremor-mkdocs-lexer
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-runtime/tree/main/tremor-erl
	OK	https://github.com/tremor-rs/tremor-vscode
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
README.md
	OK	LICENSE
	OK	docs/internal/LocalMkdocsSetup.md
	OK	https://bestpractices.coreinfrastructure.org/projects/4356
	OK	https://bestpractices.coreinfrastructure.org/projects/4356/badge
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs
	OK	https://img.shields.io/discord/752801695066488843.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2
	OK	https://img.shields.io/github/license/tremor-rs/tremor-runtime
	OK	https://raw.githubusercontent.com/cncf/artwork/master/projects/tremor/horizontal/color/tremor-horizontal-color.png
	OK	https://www.bottlecaps.de/rr/ui
	ERROR	https://landscape.cncf.io/category=streaming-messaging&format=card-mode&grouping=category
		Not Found (HTTP error 404)
	ERROR	https://landscape.cncf.io/selected=tremor
		Not Found (HTTP error 404)
course/plugin/menu/font-awesome/LICENSE.md
	OK	https://creativecommons.org/licenses/by/4.0/
	OK	https://fontawesome.com/license
	OK	https://opensource.org/licenses/MIT
	OK	https://scripts.sil.org/OFL
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://bit.ly/tremor-discord
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/tremor-rs/tremor-rfcs
	OK	https://github.com/tremor-rs/tremor-rfcs/blob/main/README.md
	OK	https://github.com/tremor-rs/tremor-runtime/issues/new
	OK	https://github.com/tremor-rs/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/tremor-rs/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/tremor-rs/tremor-www-docs
	OK	https://github.com/tremor-rs/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	ERROR	https://github.com/tremor-rs/tremor-runtime/blob/main/docs/development/testing.md
		Not Found (HTTP error 404)
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/artefacts/postprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://tools.ietf.org/html/rfc5425#section-4.3
docs/tremor-script/index.md
	OK	../tremor-query/index.md#embedded-script-definitions
	OK	../tremor-query/index.md#tumbling-windows
	OK	../tremor-query/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Binary.png
	OK	grammar/diagram/BinaryField.png
	OK	grammar/diagram/BinaryFields.png
	OK	grammar/diagram/Block.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/DocComment.png
	OK	grammar/diagram/DocCommentLine.png
	OK	grammar/diagram/Effectors.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	grammar/diagram/TupleCase.png
	OK	grammar/diagram/TuplePattern.png
	OK	grammar/diagram/TuplePatternFilter.png
	OK	https://docs.tremor.rs/tremor-query/#select-queries
	OK	https://erlang.org/doc/programming_examples/bit_syntax.html
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
	ERROR	stdlib/std/array.md
		Stat docs/tremor-script/stdlib/std/array.md: no such file or directory
	ERROR	stdlib/std/base64.md
		Stat docs/tremor-script/stdlib/std/base64.md: no such file or directory
	ERROR	stdlib/std/binary.md
		Stat docs/tremor-script/stdlib/std/binary.md: no such file or directory
	ERROR	stdlib/std/float.md
		Stat docs/tremor-script/stdlib/std/float.md: no such file or directory
	ERROR	stdlib/std/integer.md
		Stat docs/tremor-script/stdlib/std/integer.md: no such file or directory
	ERROR	stdlib/std/record.md
		Stat docs/tremor-script/stdlib/std/record.md: no such file or directory
	ERROR	stdlib/std/string.md
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory
	ERROR	stdlib/std/string.md#from_utf8_lossybytes
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory
	ERROR	stdlib/std/string.md#into_binarybytes
		Stat docs/tremor-script/stdlib/std/string.md: no such file or directory
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
	OK	https://arxiv.org/pdf/1908.10693.pdf
	OK	https://github.com/HdrHistogram/HdrHistogram#footprint-estimation
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#chunking
	OK	https://en.wikipedia.org/wiki/Carriage_return#Computers
	OK	https://github.com/tremor-rs/tremor-rfcs/pull/31
	OK	https://tools.ietf.org/html/rfc5425#section-4.3
	OK	onramps.md#tcp
	OK	onramps.md#udp-onramp-example-for-gelf
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

LICENSE
CNAME.txt
docs/ConstraintsLimitations.md
docs/development/process/release.md
docs/development/process/running-tests.md
docs/FeatureComparison.md
docs/Glossary.md
docs/QA.md
requirements.txt
docs/tremor-query/functions/win.md
docs/artefacts/postprocessors.md
docs/artefacts/operators.md
	OK	../tremor-script/index.md
docs/tremor-query/functions.md
docs/development/benchmarking.md
docs/tremor-query/recipes.md
docs/tremor-script/extractors/cidr.md
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
docs/development/process/patches.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/datetime.md
	OK	../functions/datetime.md#datetimeparsedatetime-input_format
docs/tremor-script/extractors/glob.md
docs/tremor-script/extractors/grok.md
docs/development/process/reporting-bugs.md
docs/development/process/rfc.md
docs/tremor-script/extractors/json.md
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/regex.md
docs/development/process/security-bugs.md
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/tremor-script/functions/array.md
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/internal/LocalMkdocsSetup.md
docs/tremor-script/functions/float.md
docs/tremor-script/functions/chash.md
docs/tremor-script/functions/origin.md
	OK	../../artefacts/onramps.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/tremor-script/functions/random.md
	OK	../index.md#floating-point-numerics
	OK	../index.md#integer-numerics
	OK	../recipes.md#percentage-drops-of-events
docs/tremor-script/functions/range.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../artefacts/operators.md#genericbatch
	OK	../artefacts/operators.md#grouperbucket
docs/tremor-script/functions/re.md
docs/tremor-script/functions/record.md
docs/tremor-script/functions/string.md
docs/tremor-script/functions/type.md
docs/tremor-script/functions.md
docs/tremor-script/functions/system.md
docs/viewer.html
docs/tremor-script/recipes.md
	OK	functions/random.md
docs/tremor-script/extractors/base64.md
docs/development/process/contributions.md
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/internal/transform.md
docs/tremor-script/functions/json.md
docs/tremor-script/functions/math.md
docs/operations/cli.md
docs/tremor-script/functions/integer.md
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	operations/cli.md
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#gelf-via-udp
docs/development/testing.md
	ERROR	http://0.0.0.0:8000/coyote.html
		Dial tcp4 0.0.0.0:8000: connect: connection refused
	ERROR	https://docs.csnzoo.com/tremor/eqc-api-testing/installation/
		X509: certificate signed by unknown authority
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	operations/cli.md
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/functions/chash.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
docs/artefacts/offramps.md
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
docs/artefacts/onramps.md
	OK	../tremor-script/functions/origin.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
docs/workshop/examples/02_transform/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	../filter/README.md
		Stat docs/workshop/examples/filter/README.md: no such file or directory
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	../passthrough/README.md
		Stat docs/workshop/examples/passthrough/README.md: no such file or directory
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
mkdocs.yml
	OK	https://github.com/wayfair-tremor/tremor-www-docs
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/0.8.3/log4rs/
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
docs/tremor-script/functions/datetime.md
	OK	https://www.iso.org/obp/ui#iso:std:iso:8601:-1:ed-1:v1:en
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
	ERROR	http://citizencodeofconduct.org/
		Internal Server Error (HTTP error 500)
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-runtime.git
	OK	https://github.com/wayfair-tremor/tremor-runtime/actions
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/CHANGELOG.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/tree/master/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/Merge.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/UnaryExpr.png
	OK	diagram/rr-1.60.png
	OK	https://bottlecaps.de/rr/ui
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/Merge.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/rr-1.60.png
	OK	https://bottlecaps.de/rr/ui
docs/workshop/README.md
	OK	https://github.com/wayfair-tremor/tremor-language-server
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/quick-start.md
		Not Found (HTTP error 404)
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-rfcs/blob/master/README.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues/new
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/wayfair-tremor/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/wayfair-tremor/tremor-www-docs
	OK	https://github.com/wayfair-tremor/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	OK	https://join.slack.com/t/tremor-debs/shared_invite/enQtOTMxNzY3NDg0MjI2LTQ4MTU4NjlkZDk0MmJmNmIwYjU0ZDc1OTNjMGRmNzUwZTdlZGVkMWFmNGFkZTAwOWJlYjlkMDZkNGNiMjQ2NzI
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/testing.md
		Not Found (HTTP error 404)
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/tremor-script/index.md
	OK	../artefacts/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	ERROR	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
		Bad Gateway (HTTP error 502)

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
docs/development/process/reporting-bugs.md
docs/tremor-script/extractors/cidr.md
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/glob.md
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/datetime.md
	OK	../functions/datetime.md#datetimeparsedatetime-input_format
docs/tremor-script/extractors/base64.md
docs/tremor-script/extractors/json.md
requirements.txt
docs/tremor-script/extractors/kv.md
docs/tremor-script/extractors/regex.md
docs/ConstraintsLimitations.md
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/tremor-script/functions/array.md
docs/FeatureComparison.md
docs/tremor-script/functions/chash.md
docs/internal/LocalMkdocsSetup.md
docs/internal/transform.md
docs/tremor-script/functions/json.md
docs/operations/cli.md
docs/artefacts/postprocessors.md
docs/development/benchmarking.md
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	operations/cli.md
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
docs/tremor-query/functions/win.md
docs/tremor-query/functions.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/tremor-script/functions/math.md
docs/tremor-script/functions/origin.md
	OK	../../artefacts/onramps.md
docs/tremor-script/functions/range.md
docs/tremor-script/functions/random.md
	OK	../index.md#floating-point-numerics
	OK	../index.md#integer-numerics
	OK	../recipes.md#percentage-drops-of-events
docs/tremor-script/functions/re.md
docs/artefacts/operators.md
	OK	../tremor-script/index.md
docs/Glossary.md
docs/tremor-script/functions/string.md
docs/tremor-script/functions/record.md
docs/tremor-script/functions/system.md
docs/tremor-script/functions/type.md
docs/development/process/security-bugs.md
docs/tremor-script/functions.md
docs/development/process/contributions.md
docs/development/process/release.md
docs/development/process/running-tests.md
docs/development/process/patches.md
docs/development/process/rfc.md
docs/tremor-script/recipes.md
	OK	functions/random.md
docs/viewer.html
docs/tremor-script/functions/float.md
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../artefacts/operators.md#genericbatch
	OK	../artefacts/operators.md#grouperbucket
docs/QA.md
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
docs/tremor-script/functions/integer.md
docs/tremor-query/recipes.md
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#gelf-via-udp
docs/development/testing.md
	ERROR	http://0.0.0.0:8000/coyote.html
		Dial tcp4 0.0.0.0:8000: connect: connection refused
	ERROR	https://docs.csnzoo.com/tremor/eqc-api-testing/installation/
		X509: certificate signed by unknown authority
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/artefacts/offramps.md
	OK	codecs.md#json
	OK	http://hdrhistogram.org/
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
docs/artefacts/onramps.md
	OK	../tremor-script/functions/origin.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
docs/development/quick-start.md
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
mkdocs.yml
	OK	https://github.com/wayfair-tremor/tremor-www-docs
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
	ERROR	http://citizencodeofconduct.org/
		Internal Server Error (HTTP error 500)
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	../passthrough/README.md
		Stat docs/workshop/examples/passthrough/README.md: no such file or directory
docs/workshop/examples/02_transform/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	../filter/README.md
		Stat docs/workshop/examples/filter/README.md: no such file or directory
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/README.md
	OK	https://github.com/wayfair-tremor/tremor-language-server
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/quick-start.md
		Not Found (HTTP error 404)
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
docs/tremor-script/functions/datetime.md
	OK	https://www.iso.org/obp/ui#iso:std:iso:8601:-1:ed-1:v1:en
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/0.8.3/log4rs/
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	OK	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-rfcs/blob/master/README.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues/new
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/wayfair-tremor/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/wayfair-tremor/tremor-www-docs
	OK	https://github.com/wayfair-tremor/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	OK	https://join.slack.com/t/tremor-debs/shared_invite/enQtOTMxNzY3NDg0MjI2LTQ4MTU4NjlkZDk0MmJmNmIwYjU0ZDc1OTNjMGRmNzUwZTdlZGVkMWFmNGFkZTAwOWJlYjlkMDZkNGNiMjQ2NzI
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/testing.md
		Not Found (HTTP error 404)
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-runtime.git
	OK	https://github.com/wayfair-tremor/tremor-runtime/actions
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/CHANGELOG.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/tree/master/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/Merge.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/UnaryExpr.png
	OK	diagram/rr-1.60.png
	OK	https://bottlecaps.de/rr/ui
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/Merge.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/rr-1.60.png
	OK	https://bottlecaps.de/rr/ui
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	operations/cli.md
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/functions/chash.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
docs/tremor-script/index.md
	OK	../artefacts/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial

Document how sinks handle batched events.

Currently the behaviour across sinks is different, e.g. the elastic sink is putting batched event elements into a single http request body, the kafka sink is sending a separate message for each element of a batched event.

We should at least document how each sink handles batched events, so people are sure they are sure what they can achieve by batching.

Link Checker Report

Link Checker

Errors were reported while checking the connectivity of links.

CNAME.txt
LICENSE
docs/tremor-query/functions.md
docs/ConstraintsLimitations.md
docs/development/process/contributions.md
docs/development/process/reporting-bugs.md
docs/tremor-query/functions/win.md
requirements.txt
docs/FeatureComparison.md
docs/tremor-query/recipes.md
docs/Glossary.md
docs/QA.md
docs/tremor-script/extractors/base64.md
docs/tremor-query/index.md
	OK	grammar/diagram/CreateOperatorDefn.png
	OK	grammar/diagram/CreateScriptDefn.png
	OK	grammar/diagram/CreateStreamDefn.png
	OK	grammar/diagram/DefineOperatorDefn.png
	OK	grammar/diagram/DefineScriptDefn.png
	OK	grammar/diagram/DefineWindowDefn.png
	OK	grammar/diagram/EachBasedGroup.png
	OK	grammar/diagram/EmbeddedScript.png
	OK	grammar/diagram/FromClause.png
	OK	grammar/diagram/GroupByClause.png
	OK	grammar/diagram/GroupByDimension.png
	OK	grammar/diagram/HavingClause.png
	OK	grammar/diagram/IntoClause.png
	OK	grammar/diagram/Query.png
	OK	grammar/diagram/SelectStmt.png
	OK	grammar/diagram/SetBasedGroup.png
	OK	grammar/diagram/WhereClause.png
	OK	grammar/diagram/WithParams.png
	OK	grammar/diagram/WithPartialParams.png
docs/tremor-script/extractors/cidr.md
docs/tremor-query/walkthrough.md
	OK	tilt-frame-mechanics.png
	OK	tumbling-event-windows.png
docs/tremor-query/pp.md
docs/tremor-script/extractors/glob.md
docs/tremor-query/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/tremor-script/extractors/dissect.md
docs/tremor-script/extractors/datetime.md
	ERROR	../functions/datetime.md#datetimeparsedatetime-input_format
		Stat docs/tremor-script/functions/datetime.md: no such file or directory
docs/tremor-script/extractors/grok.md
docs/tremor-script/extractors/kv.md
docs/artefacts/postprocessors.md
docs/tremor-script/extractors/regex.md
docs/artefacts/operators.md
	OK	../tremor-script/index.md
docs/tremor-script/extractors/json.md
docs/development/benchmarking.md
docs/development/process/running-tests.md
docs/tremor-script/pp.md
docs/tremor-script/extractors.md
	OK	extractors/base64.md
	OK	extractors/cidr.md
	OK	extractors/datetime.md
	OK	extractors/dissect.md
	OK	extractors/glob.md
	OK	extractors/grok.md
	OK	extractors/influx.md
	OK	extractors/json.md
	OK	extractors/kv.md
	OK	extractors/regex.md
docs/development/process/patches.md
docs/development/process/security-bugs.md
docs/tremor-script/functions.md
	OK	grammar/diagram/FnDecl.png
	OK	grammar/diagram/FnDeclArgs.png
	OK	grammar/diagram/FnDeclBody.png
	OK	grammar/diagram/FnDeclCaseClause.png
	OK	grammar/diagram/FnDeclCaseDefault.png
	OK	grammar/diagram/IntrinsicFnDecl.png
	OK	grammar/diagram/MatchingFnDecl.png
	OK	grammar/diagram/SimpleFnDecl.png
docs/development/process/release.md
docs/tremor-script/modules.md
	OK	./grammar/diagram/Module.png
	OK	./grammar/diagram/ModuleExpr.png
docs/development/benchmarks/LogstashBenchmark.md
	OK	./logstash-baseline-log-analysis.csv
	OK	./logstash-baseline-log.txt
	OK	./tremor-baseline-log.txt
	OK	logstash-apache-log.txt
	OK	logstash-l2-log.txt
	OK	logstash-transform-log.txt
	OK	tremor-apache-log.txt
	OK	tremor-l2-log.txt
	OK	tremor-transform-log.txt
docs/tremor-script/recipes.md
	ERROR	stdlib/std/random.md
		Stat docs/tremor-script/stdlib/std/random.md: no such file or directory
docs/internal/LocalMkdocsSetup.md
docs/internal/transform.md
docs/operations/configuration-walkthrough.md
	OK	./configuration.md
docs/operations/cli.md
docs/index.md
	OK	./history.md
	OK	./overview.md
	OK	api.md
	OK	artefacts/codecs.md
	OK	artefacts/offramps.md
	OK	artefacts/onramps.md
	OK	artefacts/postprocessors.md
	OK	artefacts/preprocessors.md
	OK	development/benchmarking.md
	OK	development/debugging.md
	OK	development/quick-start.md
	OK	development/testing.md
	OK	operations/cli.md
	OK	operations/configuration-walkthrough.md
	OK	operations/configuration.md
	OK	operations/monitoring.md
	OK	tremor-query/index.md
	OK	tremor-script/index.md
docs/viewer.html
docs/development/process/rfc.md
docs/workshop/examples/12_postgres_timescaledb/README.md
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/01_pipeline.yaml
	ERROR	http://localhost:8081
		Dial tcp4 127.0.0.1:8081: connect: connection refused
docs/development/testing.md
	ERROR	http://0.0.0.0:8000/coyote.html
		Dial tcp4 0.0.0.0:8000: connect: connection refused
docs/operations/monitoring.md
	OK	../artefacts/codecs.md#influx
	OK	../artefacts/operators.md#genericbatch
	OK	../artefacts/operators.md#grouperbucket
docs/artefacts/preprocessors.md
	OK	https://docs.graylog.org/en/3.0/pages/gelf.html#gelf-via-udp
docs/api.md
	OK	https://semver.org/
	ERROR	http://localhost:9898/
		Dial tcp4 127.0.0.1:9898: connect: connection refused
docs/tremor-script/extractors/influx.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
mkdocs.yml.in
	OK	https://github.com/wayfair-tremor/tremor-www-docs
docs/artefacts/onramps.md
	OK	codecs.md
	OK	codecs.md#json
	OK	codecs.md#pass
	OK	codecs.md#string
	OK	https://en.wikipedia.org/wiki/Year_2038_problem
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
	ERROR	../tremor-script/stdlib/tremor/origin.md
		Stat docs/tremor-script/stdlib/tremor/origin.md: no such file or directory
Makefile
	OK	https://github.com/wayfair-tremor/tremor-runtime
docs/workshop/examples/10_logstash/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
	ERROR	http://localhost:5601
		Dial tcp4 127.0.0.1:5601: connect: connection refused
	ERROR	http://localhost:5601/app/kibana#/management/kibana/indices/
		Dial tcp4 127.0.0.1:5601: connect: connection refused
docs/workshop/examples/03_validate/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/01_filter/README.md
	OK	../00_passthrough/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/02_transform/README.md
	OK	../01_filter/README.md
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/workshop/examples/00_passthrough/README.md
	OK	./etc/tremor/config/01_binding.yaml
	OK	./etc/tremor/config/02_mapping.yaml
	OK	etc/tremor/config/00_ramps.yaml
	OK	etc/tremor/config/example.trickle
	OK	https://github.com/vi/websocat
docs/history.md
	OK	https://arxiv.org/abs/1406.2294
	OK	https://arxiv.org/abs/1902.08318
	OK	operations/cli.md
	OK	overview.md#contraflow
	OK	overview.md#signalflow
	OK	tremor-script/extractors.md
	OK	tremor-script/functions.md
	OK	tremor-script/index.md
	OK	tremor-script/index.md#match
	OK	tremor-script/index.md#performant
	ERROR	tremor-script/stdlib/tremor/chash.md
		Stat docs/tremor-script/stdlib/tremor/chash.md: no such file or directory
docs/artefacts/codecs.md
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	OK	https://json.org
	OK	https://msgpack.org
	OK	https://yaml.org
docs/workshop/README.md
	OK	https://github.com/wayfair-tremor/tremor-language-server
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/quick-start.md
		Not Found (HTTP error 404)
docs/development/profiling.md
	OK	https://github.com/flamegraph-rs/flamegraph#systems-performance-work-guided-by-flamegraphs
docs/operations/configuration.md
	OK	https://docs.rs/log4rs/0.8.3/log4rs/
docs/workshop/examples/11_influx/README.md
	OK	etc/tremor/config/example.trickle
	OK	http://hdrhistogram.org/
	OK	https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
	ERROR	http://localhost:8888
		Dial tcp4 127.0.0.1:8888: connect: connection refused
docs/CII.md
	OK	https://docs.tremor.rs/
	OK	https://docs.tremor.rs/Contributing
	OK	https://docs.tremor.rs/api/
	OK	https://docs.tremor.rs/development/testing
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-runtime.git
	OK	https://github.com/wayfair-tremor/tremor-runtime/actions
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/CHANGELOG.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/tree/master/LICENSE
	OK	https://nvd.nist.gov/products/cpe
	OK	https://semver.org/
	OK	https://www.tremor.rs/
	ERROR	https://docs.tremor.rs/Security
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor
		Not Found (HTTP error 404)
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/tree/master/docs/development/process/release.md
		Not Found (HTTP error 404)
docs/development/debugging.md
	OK	https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
docs/tremor-query/functions/stats.md
	OK	http://www.vldb.org/pvldb/vol12/p2195-masson.pdf
docs/tremor-query/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/CreateOperatorDefn.png
	OK	diagram/CreateScriptDefn.png
	OK	diagram/CreateStreamDefn.png
	OK	diagram/DECIMAL.png
	OK	diagram/DefineOperatorDefn.png
	OK	diagram/DefineScriptDefn.png
	OK	diagram/DefineWindowDefn.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/EachBasedGroup.png
	OK	diagram/Effectors.png
	OK	diagram/EmbeddedScript.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/FromClause.png
	OK	diagram/GroupByClause.png
	OK	diagram/GroupByDimension.png
	OK	diagram/Guard.png
	OK	diagram/HavingClause.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntoClause.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModComment.png
	OK	diagram/ModCommentLine.png
	OK	diagram/ModularId.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/ModuleStmt.png
	OK	diagram/ModuleStmtInner.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Param.png
	OK	diagram/Params.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Query.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SelectStmt.png
	OK	diagram/SetBasedGroup.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/Stmt.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TiltFrames.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/WhereClause.png
	OK	diagram/WindowKind.png
	OK	diagram/WithParams.png
	OK	diagram/WithPartialParams.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/tremor-script/grammar/index.html
	OK	diagram/AddExpr.png
	OK	diagram/AndExpr.png
	OK	diagram/Array.png
	OK	diagram/ArrayCase.png
	OK	diagram/ArrayPattern.png
	OK	diagram/ArrayPatternFilter.png
	OK	diagram/ArraySegment.png
	OK	diagram/BinExpr.png
	OK	diagram/BitAndExpr.png
	OK	diagram/BitOrExpr.png
	OK	diagram/BitXorExpr.png
	OK	diagram/Block.png
	OK	diagram/Bool.png
	OK	diagram/CmpExpr.png
	OK	diagram/Const.png
	OK	diagram/DECIMAL.png
	OK	diagram/DocComment.png
	OK	diagram/DocCommentLine.png
	OK	diagram/EXPONENT.png
	OK	diagram/Effectors.png
	OK	diagram/Emit.png
	OK	diagram/EqExpr.png
	OK	diagram/Expr.png
	OK	diagram/ExprCase.png
	OK	diagram/Exprs.png
	OK	diagram/FLOAT.png
	OK	diagram/Field.png
	OK	diagram/FnCall.png
	OK	diagram/FnDecl.png
	OK	diagram/FnDeclArgs.png
	OK	diagram/FnDeclBody.png
	OK	diagram/FnDeclCaseClause.png
	OK	diagram/FnDeclCaseDefault.png
	OK	diagram/For.png
	OK	diagram/ForCaseClause.png
	OK	diagram/Guard.png
	OK	diagram/INTEGER.png
	OK	diagram/Id.png
	OK	diagram/IntrinsicFnDecl.png
	OK	diagram/Let.png
	OK	diagram/Literal.png
	OK	diagram/Match.png
	OK	diagram/MatchCaseClause.png
	OK	diagram/MatchingFnDecl.png
	OK	diagram/Merge.png
	OK	diagram/ModCommentLine.png
	OK	diagram/Module.png
	OK	diagram/ModuleExpr.png
	OK	diagram/MulExpr.png
	OK	diagram/NotExpr.png
	OK	diagram/OpenTuple.png
	OK	diagram/Patch.png
	OK	diagram/PatchOperation.png
	OK	diagram/Path.png
	OK	diagram/PathSegment.png
	OK	diagram/PresenceExpr.png
	OK	diagram/QualifiedSegments.png
	OK	diagram/Record.png
	OK	diagram/RecordCase.png
	OK	diagram/RecordPattern.png
	OK	diagram/RecordPatternFields.png
	OK	diagram/STRING_ESCAPE.png
	OK	diagram/STRING_LITERAL.png
	OK	diagram/Script.png
	OK	diagram/SimpleExpr.png
	OK	diagram/SimpleFnDecl.png
	OK	diagram/TEST_ESCAPE.png
	OK	diagram/TEST_LITERAL.png
	OK	diagram/TestExpr.png
	OK	diagram/TupleCase.png
	OK	diagram/TuplePattern.png
	OK	diagram/TuplePatternFilter.png
	OK	diagram/UnaryExpr.png
	OK	diagram/XorExpr.png
	OK	diagram/rr-1.62.png
	OK	https://www.bottlecaps.de/rr/ui
docs/artefacts/offramps.md
	OK	codecs.md#json
	OK	https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
	ERROR	http://hdrhistogram.org/
		Bad Gateway (HTTP error 502)
docs/development/quick-start.md
	OK	https://cmake.org/download/
	OK	https://docs.rs/openssl
	OK	https://github.com/microsoft/vcpkg
	OK	https://github.com/sfackler/rust-openssl/pull/1238
	OK	https://releases.llvm.org/download.html
	OK	https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
	OK	https://win.rustup.rs/x86_64
	OK	https://www.rust-lang.org/tools/install
docs/CodeOfConduct.md
	OK	http://blog.izs.me/post/30036893703/policy-on-trolling
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://web.archive.org/web/20200330154000/http://citizencodeofconduct.org/
	OK	https://www.contributor-covenant.org/version/1/3/0/
	OK	https://www.rust-lang.org/conduct.html
	OK	https://www.tremor.rs/community/teams/#moderation-mod
docs/overview.md
	OK	artefacts/offramps.md#ws
	OK	artefacts/onramps.md#ws
	OK	https://github.com/lemire/simdjson
	OK	https://github.com/simd-lite/simdjson-rs
docs/Contributing.md
	OK	http://docs.tremor.rs/development/quick-start/
	OK	https://docs.tremor.rs/CodeOfConduct
	OK	https://docs.tremor.rs/policies/security
	OK	https://github.com/darach
	OK	https://github.com/rust-lang/rust-clippy
	OK	https://github.com/rust-lang/rustfmt
	OK	https://github.com/wayfair-tremor/tremor-rfcs
	OK	https://github.com/wayfair-tremor/tremor-rfcs/blob/master/README.md
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues/new
	OK	https://github.com/wayfair-tremor/tremor-runtime/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
	OK	https://github.com/wayfair-tremor/tremor-runtime/search?q=&type=Issues&utf8=%E2%9C%93
	OK	https://github.com/wayfair-tremor/tremor-www-docs
	OK	https://github.com/wayfair-tremor/tremor-www-docs/issues?q=is%3Aopen%20is%3Aissue%20label%3Adoc
	OK	https://help.github.com/articles/about-collaborative-development-models/
	OK	https://help.github.com/articles/about-pull-requests/
	OK	https://help.github.com/en/articles/closing-issues-using-keywords
	OK	https://join.slack.com/t/tremor-debs/shared_invite/enQtOTMxNzY3NDg0MjI2LTQ4MTU4NjlkZDk0MmJmNmIwYjU0ZDc1OTNjMGRmNzUwZTdlZGVkMWFmNGFkZTAwOWJlYjlkMDZkNGNiMjQ2NzI
	ERROR	https://github.com/wayfair-tremor/tremor-runtime/blob/master/docs/development/testing.md
		Not Found (HTTP error 404)
docs/tremor-script/index.md
	OK	../artefacts/operators.md#runtimetremor
	OK	../tremor-query/walkthrough.md#scripts-and-operators
	OK	grammar/diagram/Array.png
	OK	grammar/diagram/ArrayCase.png
	OK	grammar/diagram/ArrayPattern.png
	OK	grammar/diagram/ArrayPatternFilter.png
	OK	grammar/diagram/ArraySegment.png
	OK	grammar/diagram/Const.png
	OK	grammar/diagram/Emit.png
	OK	grammar/diagram/ExprCase.png
	OK	grammar/diagram/Field.png
	OK	grammar/diagram/For.png
	OK	grammar/diagram/ForCaseClause.png
	OK	grammar/diagram/Guard.png
	OK	grammar/diagram/Let.png
	OK	grammar/diagram/Match.png
	OK	grammar/diagram/MatchCaseClause.png
	OK	grammar/diagram/Merge.png
	OK	grammar/diagram/Patch.png
	OK	grammar/diagram/PatchOperation.png
	OK	grammar/diagram/Path.png
	OK	grammar/diagram/PathSegment.png
	OK	grammar/diagram/QualifiedSegments.png
	OK	grammar/diagram/Record.png
	OK	grammar/diagram/RecordCase.png
	OK	grammar/diagram/RecordPattern.png
	OK	grammar/diagram/RecordPatternFields.png
	OK	grammar/diagram/TEST_ESCAPE.png
	OK	grammar/diagram/TEST_LITERAL.png
	OK	grammar/diagram/TestExpr.png
	OK	https://tools.ietf.org/html/rfc6902
	OK	https://tools.ietf.org/html/rfc7386
docs/development/issue-investigation.md
	OK	http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html
	OK	http://www.brendangregg.com/dtrace.html
	OK	http://www.valgrind.org/docs/manual/quick-start.html
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L336
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L346
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L390
	OK	https://github.com/edenhill/librdkafka/blob/v1.0.0/src/rdkafka_queue.c#L402-L407
	OK	https://github.com/edenhill/librdkafka/issues/2208
	OK	https://github.com/tokio-rs/mio/issues/1076
	OK	https://github.com/vi/websocat
	OK	https://linux.die.net/man/8/netstat
	OK	https://linuxtechlab.com/learn-use-netstat-with-examples/
	OK	https://lldb.llvm.org/use/map.html
	OK	https://perf.wiki.kernel.org/index.php/Tutorial
docs/policies/security.md
	OK	https://keys.openpgp.org/vks/v1/by-fingerprint/71C9D7794FCEAC9D77AC4F6FE21BB9BD3F38481E
	ERROR	https://pgp.mit.edu/pks/lookup?op=get&search=0x962FAC01B6989EBB
		Bad Gateway (HTTP error 502)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.