From 1ffacdef44fe78d8899a5fd3f6af18f7257ae396 Mon Sep 17 00:00:00 2001 From: ashwinkumar12345 Date: Tue, 10 Nov 2020 10:48:44 -0800 Subject: [PATCH 1/2] changed name --- docs/ppl/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ppl/index.md b/docs/ppl/index.md index e3d90a69..e811053a 100644 --- a/docs/ppl/index.md +++ b/docs/ppl/index.md @@ -1,14 +1,14 @@ --- layout: default -title: Pipe Processing Language +title: Piped Processing Language nav_order: 33 has_children: true has_toc: false --- -# Pipe Processing Language +# Piped Processing Language -Pipe Processing Language (PPL) is a query language that lets you use pipe (`|`) syntax to explore, discover, and query data stored in Elasticsearch. +Piped Processing Language (PPL) is a query language that lets you use pipe (`|`) syntax to explore, discover, and query data stored in Elasticsearch. To quickly get up and running with PPL, use **Query Workbench** in Kibana. To learn more, see [Workbench](../sql/workbench/). From ab951c50ab665354c376673575b25a0b146b7b76 Mon Sep 17 00:00:00 2001 From: ashwinkumar12345 Date: Tue, 10 Nov 2020 19:54:59 -0800 Subject: [PATCH 2/2] fixed name error --- docs/ppl/commands.md | 2 +- docs/ppl/endpoint.md | 2 +- docs/ppl/functions.md | 2 +- docs/ppl/protocol.md | 2 +- docs/ppl/settings.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ppl/commands.md b/docs/ppl/commands.md index 70cd16a3..bb9893ae 100644 --- a/docs/ppl/commands.md +++ b/docs/ppl/commands.md @@ -1,7 +1,7 @@ --- layout: default title: Commands -parent: PPL +parent: Pipe Processing Language nav_order: 4 --- diff --git a/docs/ppl/endpoint.md b/docs/ppl/endpoint.md index 033f7db7..462e916c 100644 --- a/docs/ppl/endpoint.md +++ b/docs/ppl/endpoint.md @@ -1,7 +1,7 @@ --- layout: default title: Endpoint -parent: PPL +parent: Pipe Processing Language nav_order: 1 --- diff --git a/docs/ppl/functions.md b/docs/ppl/functions.md index 4f3be715..fd23e47f 100644 --- a/docs/ppl/functions.md +++ b/docs/ppl/functions.md @@ -1,7 +1,7 @@ --- layout: default title: Functions -parent: PPL +parent: Pipe Processing Language nav_order: 10 --- diff --git a/docs/ppl/protocol.md b/docs/ppl/protocol.md index 0b41ae1b..15a3c0c5 100644 --- a/docs/ppl/protocol.md +++ b/docs/ppl/protocol.md @@ -1,7 +1,7 @@ --- layout: default title: Protocol -parent: PPL +parent: Pipe Processing Language nav_order: 2 --- diff --git a/docs/ppl/settings.md b/docs/ppl/settings.md index 07fcf7bf..5de75315 100644 --- a/docs/ppl/settings.md +++ b/docs/ppl/settings.md @@ -1,7 +1,7 @@ --- layout: default title: Settings -parent: PPL +parent: Pipe Processing Language nav_order: 3 ---