From 5f78a333ad0455ad377b1eac0e119fa3594a9d10 Mon Sep 17 00:00:00 2001 From: Caroline1000 Date: Wed, 11 Jul 2018 16:47:03 -0700 Subject: [PATCH] show that flatten will also work with avro extension (#5874) * show that flatten will also work with avro extension * fix url --- docs/content/ingestion/flatten-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/ingestion/flatten-json.md b/docs/content/ingestion/flatten-json.md index 8c76974cc6a..eddfa96acb2 100644 --- a/docs/content/ingestion/flatten-json.md +++ b/docs/content/ingestion/flatten-json.md @@ -9,7 +9,7 @@ layout: doc_page | useFieldDiscovery | Boolean | If true, interpret all fields with singular values (not a map or list) and flat lists (lists of singular values) at the root level as columns. | no (default == true) | | fields | JSON Object array | Specifies the fields of interest and how they are accessed | no (default == []) | -Defining the JSON Flatten Spec allows nested JSON fields to be flattened during ingestion time. Only the JSON ParseSpec supports flattening. +Defining the JSON Flatten Spec allows nested JSON fields to be flattened during ingestion time. Only parseSpecs of types "json" or ["avro"](../development/extensions-core/avro.html) support flattening. 'fields' is a list of JSON Objects, describing the field names and how the fields are accessed: