Updated documentation for the 1.1 release

This commit is contained in:
Boaz Leskes 2014-03-12 10:43:38 +01:00
parent 0a5a63d43b
commit f81e2ebb9f
3 changed files with 38 additions and 2 deletions

View file

@ -1,6 +1,29 @@
[[change_list]]
== Change list
=== 1.1.0
- Improved Sense's autocomplete suggestions:
* Added Snapshot & Restore
* Added Aggregations
* Added support for url query string parameters
* Updated for breaking changes in Elasticsearch 1.0
- Updated welcome splash screen.
- Sense now uses the last used server when opened (previously used the hostname used to access it).
- The agent's keep-alive thread is now stopped upon errors to reduce log noise. It will be restarted
upon successful connection.
- Improved error reporting for failures of items in the agent's bulk requests.
- Index Statistics Dashboard: Indexing Rate Primaries chart was based on the wrong field.
- Introduced `marvel.agent.shard_stats.enabled` to control exporting of shard level statistics. Defaults to `false`.
- Changed agent's default sampling rate to 10s (was 5s)
- Added a visual indication for the master node at the Nodes section of the Overview Dashboard
- Node and Indices tables visually indicate stale data
- Added error reporting to nodes and indices tables
- Made the following agent settings changeable in via the Cluster Update Settings API:
* marvel.agent.interval (also supports setting to -1 to disable exporting)
* marvel.agent.exporter.es.hosts
* marvel.agent.exporter.es.timeout
* marvel.agent.shard_stats.enabled
=== 1.0.2
- Kibana uses `window.location.protocol` (http or https) to make ES calls.
- Added support for basic authentication when sending data from agent. See <<configuration>>.

View file

@ -30,7 +30,7 @@ example: `+test*,-test3`. Defaults to `*`
`marvel.agent.interval`::
Controls the interval between data samples. Defaults to `5s`.
Controls the interval between data samples. Defaults to `5s`. Set to `-1` to temporarily disable exporting.
`marvel.agent.exporter.es.index.timeformat`::
@ -43,6 +43,9 @@ http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat
Sets the connection timeout for sending data. Defaults to `6s`.
`marvel.agent.shard_stats.enabled`::
Enables or disable exporting of shard level statistics. Defaults to `false`.
[[marvel-indices]]
=== Marvel indices

View file

@ -109,8 +109,18 @@ allocation] before you restart your nodes to avoid unnecessary shard
reallocation during the install process.
[[previous_versions]]
=== Installing previous versions
Previously released versions of Marvel are available by specifying an exact version. For example:
[source,sh]
----------------
bin/plugin -i elasticsearch/marvel/1.0.2
----------------
[[manual_download]]
==== Manual download
=== Manual download
Elasticsearch's `bin/plugin` script requires direct internet access for downloading
and installing Marvel. If your server doesn't have internet access, you can download