Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 699 Bytes

syntax.rst

File metadata and controls

30 lines (20 loc) · 699 Bytes

Syntax

Table of contents

The PPL query started with search command to reference a table search from. All the following command could be in any order. In the following example, search command refer the accounts index as the source, then using fields and where command to do the further processing.

search source=accounts
| where age > 18
| fields firstname, lastname

Required arguments are shown in angle brackets < >.

Optional arguments are enclosed in square brackets [ ].