Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/methodology.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,13 +552,13 @@ For memory monitoring, similar to CLP and CLP-S, `clp-bench` uses `ps aux` and c
field.

[CLP]: https://github.com/y-scope/clp
[clp-s]: https://docs.yscope.com/clp/main/user-guide/core-clp-s.html
[core-build]: https://docs.yscope.com/clp/main/dev-guide/components-core/index.html
[glt]: https://docs.yscope.com/clp/main/user-guide/core-unstructured/glt.html
[clp-s]: https://docs.yscope.com/clp/main/user-docs/core-clp-s.html
[core-build]: https://docs.yscope.com/clp/main/dev-docs/components-core/index.html
[glt]: https://docs.yscope.com/clp/main/user-docs/core-unstructured/glt.html
[disabling-xpack]: https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html
[Elasticsearch]: https://www.elastic.co/downloads/elasticsearch
[hadoop-14TB]: https://zenodo.org/records/7114847
[KQL]: https://docs.yscope.com/clp/main/user-guide/reference-json-search-syntax.html
[KQL]: https://docs.yscope.com/clp/main/user-docs/reference-json-search-syntax.html
[LogCLI]: https://grafana.com/docs/loki/latest/query/logcli/
[loki-config]: https://grafana.com/docs/loki/latest/configure/
[Loki]: https://grafana.com/oss/loki/
Expand Down
2 changes: 1 addition & 1 deletion ui/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ function App() {
>
<Link href='https://github.com/y-scope/clp-bench/blob/main/docs/methodology.md'>Methodology</Link>
<Divider orientation="vertical" flexItem />
<Link href='https://docs.yscope.com/clp/main/user-guide/core-unstructured/clp.html'>CLP Documentation</Link>
<Link href='https://docs.yscope.com/clp/main/user-docs/core-unstructured/clp.html'>CLP Documentation</Link>
</Box>
<Box
role="group"
Expand Down