You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This repo contains tools used for interacting with [Cortex](https://github.com/c
4
4
5
5
*[cortextool](#cortextool): Interacts with user-facing Cortex APIs and backend storage components
6
6
*[chunktool](#chunktool): Interacts with chunks stored and indexed in Cortex storage backends.
7
-
*[parselogs](#parselogs): Tool which parses Cortex query-frontend logs and formats them for easy analysis.
7
+
*[logtool](#logtool): Tool which parses Cortex query-frontend logs and formats them for easy analysis.
8
8
9
9
## cortextool
10
10
@@ -105,7 +105,7 @@ The migrate command helps with migrating chunks across cortex clusters. It also
105
105
As of now it only supports `Bigtable` or `GCS` as a source to read chunks from for migration while for writing it supports all the storages that Cortex supports.
106
106
More details about it [here](./pkg/chunk/migrate/README.md)
107
107
108
-
## parselogs
108
+
## logtool
109
109
110
110
A CLI tool to parse Cortex query-frontend logs and formats them for easy analysis.
111
111
@@ -123,7 +123,7 @@ Feed logs into it using [`logcli`](https://github.com/grafana/loki/blob/master/d
0 commit comments