[DOCS] Minor changes to Advanced Settings and Featured Visualizations (#17778) (#17796)

This commit is contained in:
gchaps 2018-04-19 09:51:06 -07:00 committed by GitHub
parent f7d0db12ed
commit f32206f3bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View file

@ -47,7 +47,7 @@ increase request processing time.
`histogram:barTarget`:: When date histograms use the `auto` interval, Kibana attempts to generate this number of bars.
`histogram:maxBars`:: Date histograms are not generated with more bars than the value of this property, scaling values
when necessary.
`visualize:enableLabs`:: Enables experimental visualizations. Default is `true`. If this is turned off, users will not be able to create visualizations that are considered experimental. They will also not be able to add or view these visualizations on a dashboard.
`visualize:enableLabs`:: Enables experimental visualizations. Default is `true`. If this is turned off, users will not be able to create visualizations that are considered experimental. They will also not be able to add or view these visualizations on a dashboard.
`visualization:tileMap:maxPrecision`:: The maximum geoHash precision displayed on tile maps: 7 is high, 10 is very high,
12 is the maximum. {ref}/search-aggregations-bucket-geohashgrid-aggregation.html#_cell_dimensions_at_the_equator[Explanation of cell dimensions].
`visualization:tileMap:WMSdefaults`:: Default properties for the WMS map server support in the coordinate map.
@ -62,8 +62,6 @@ values are shown.
`shortDots:enable`:: Set this property to `true` to shorten long field names in visualizations. For example, instead of `foo.bar.baz`, show `f.b.baz`.
`truncate:maxHeight`:: This property specifies the maximum height that a cell occupies in a table. A value of 0 disables
truncation.
`indexPattern:fieldMapping:lookBack`:: The value of this property sets the number of recent matching patterns to query the
field mapping for index patterns with names that contain timestamps.
`indexPattern:placeholder`:: The default placeholder value used when adding a new index pattern to Kibana.
`format:defaultTypeMap`:: A map of the default format name for each field type. Field types that are not explicitly
mentioned use "_default_".

View file

@ -61,8 +61,6 @@ image:images/tsvb-gauge.png["Gauge Visualization"]
This visualization allows you to enter Markdown text and embed Mustache
template syntax to customize the Markdown with data based on a set of series.
This visualization also supports HTML markup along with the ability to define
a custom stylesheet.
image:images/tsvb-markdown.png["Markdown Visualization"]
@ -211,4 +209,3 @@ syntax uses the Handlebar.js processor which is an extended version of the Musta
template language.
image:images/tsvb-markdown-tab.png["Markdown Tab"]