File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,8 @@ docker compose rm
166166
167167# # Querying your logs through Presto
168168
169- You can query your compressed logs from CLP’s [UI](#querying-from-the-ui) or the [Presto CLI](#querying-from-the-presto-cli).
169+ You can query your compressed logs in your browser from CLP’s [webUI](#querying-from-the-webui), or
170+ from the command line with the [Presto CLI](#querying-from-the-presto-cli).
170171
171172Each dataset in CLP shows up as a table in Presto. To show all available datasets :
172173
@@ -200,14 +201,15 @@ contain the field `foo.bar`, you can query it using:
200201SELECT foo.bar FROM default LIMIT 1;
201202` ` `
202203
203- # ## Querying from the UI
204+ # ## Querying from the webUI
204205
205- The CLP UI is available at [http://localhost:4000](http://localhost:4000) (if you changed
206+ The CLP webUI is available at [http://localhost:4000](http://localhost:4000) (if you changed
206207` webui.host` or `webui.port` in `etc/clp-config.yml`, use the new values).
207208
208209# ## Querying from the Presto CLI
209210
210- To access the Presto CLI, navigate to the `tools/deployment/presto-clp` directory and enter the
211+ To access the Presto CLI, navigate to the `tools/deployment/presto-clp` directory in a new terminal.
212+ Make sure Presto is still running in whichever terminal you originally started it from. Enter the
211213following command to start the CLI :
212214
213215` ` ` bash
You can’t perform that action at this time.
0 commit comments