OpenSearch/docs/en
Nik Everett f0be979541 SQL: Mimick Elasticsearch defaults for sql action (elastic/x-pack-elasticsearch#4398)
The SQL action supports several text outputs and used to default to an
output that looked like the SQL CLI. It is a lovely output format but
this changes output selection behavior to mimick Elasticsearch's
standard behavior: it'll now default to the same format as the request.

That means that if you want the pretty text format then you need to ask
for it. The way to do that is:

```
POST /_xpack/sql?format=text/plain
{
    "query": "SELECT * FROM library ORDER BY page_count DESC LIMIT 5"
}
```

Original commit: elastic/x-pack-elasticsearch@4a15a23b18
2018-04-19 15:40:19 -04:00
..
commands [DOCS] Update documentation for SAML metadata signing (elastic/x-pack-elasticsearch#4356) 2018-04-17 14:23:26 +03:00
ml [DOCS] Removed X-Pack installation terminology (elastic/x-pack-elasticsearch#4339) 2018-04-12 10:23:07 -07:00
monitoring [DOCS] Move monitoring security and configuration information to Elasticsearch Reference (elastic/x-pack-elasticsearch#4370) 2018-04-17 10:27:31 -07:00
release-notes [Monitoring] Remove support for setting interval -1 (elastic/x-pack-elasticsearch#4035) 2018-02-26 17:53:09 -08:00
rest-api [DOCS] Update forecast_id to string in response (elastic/x-pack-elasticsearch#4245) 2018-04-19 15:01:17 +01:00
rollup [Docs] Document limitations around rolling up heterogeneous schemas 2018-04-17 19:45:22 +00:00
security [DOCS] Fixes monitor privilege description (elastic/x-pack-elasticsearch#4403) 2018-04-19 09:27:40 -07:00
settings [DOCS] Clarified xpack.monitoring.enabled setting (elastic/x-pack-elasticsearch#4384) 2018-04-16 09:16:29 -07:00
setup [DOCS] Remove X-Pakc installation page (elastic/x-pack-elasticsearch#4416) 2018-04-19 11:40:26 -07:00
sql SQL: Mimick Elasticsearch defaults for sql action (elastic/x-pack-elasticsearch#4398) 2018-04-19 15:40:19 -04:00
watcher [DOCS] Removed X-Pack installation terminology (elastic/x-pack-elasticsearch#4339) 2018-04-12 10:23:07 -07:00
index.asciidoc Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00
node.asciidoc [DOCS] Create X-Pack installation and introduction for Elasticsearch Ref (elastic/x-pack-elasticsearch#1698) 2017-06-19 18:01:52 -07:00