Running queries in the web console

Standard SQL has declarative syntax that lets you obtain the data you want without specifying the detailed processing steps. However, standard SQL has many constraints when processing unstructured data and is not well suited for describing streaming operations.

Logpresso inherits the design philosophy of Unix-based operating systems, which maximizes simplicity, cohesion, reusability, and flexibility. A single command performs the smallest and simplest task, but combining multiple commands lets you effectively process complex and unstructured data.

For details on how to run queries in the web console, query keyboard shortcuts, saving and downloading query results, and more, refer to the Analysis > Queries section in the UI documentation.