minio/docs
Aditya Manthramurthy a2a8d54bb6 Add access format support for Elasticsearch notification target (#4006)
This change adds `access` format support for notifications to a
Elasticsearch server, and it refactors `namespace` format support.

In the case of `access` format, for each event in Minio, a JSON
document is inserted into Elasticsearch with its timestamp set to the
event's timestamp, and with the ID generated automatically by
elasticsearch. No events are modified or deleted in this mode.

In the case of `namespace` format, for each event in Minio, a JSON
document is keyed together by the bucket and object name is updated in
Elasticsearch. In the case of an object being created or over-written
in Minio, a new document or an existing document is inserted into the
Elasticsearch index. If an object is deleted in Minio, the
corresponding document is deleted from the Elasticsearch index.

Additionally, this change upgrades Elasticsearch support to the 5.x
series. This is a breaking change, and users of previous elasticsearch
versions should upgrade.

Also updates documentation on Elasticsearch notification target usage
and has a link to an elasticsearch upgrade guide.

This is the last patch that finally resolves #3928.
2017-03-31 14:11:27 -07:00
..
admin-api Change query param name to duration in list/clear locks API (#3664) 2017-02-01 11:17:30 -08:00
backend Remove white spaces (#3922) 2017-03-17 09:23:22 -07:00
browser docs:Browser/added storageInfo content to the doc. (#3146) 2016-11-03 01:58:55 -07:00
bucket Add access format support for Elasticsearch notification target (#4006) 2017-03-31 14:11:27 -07:00
caching docs: Fix caching docs to comply with current features. 2017-01-08 11:17:02 -08:00
config Add deliveryMode parameter for AMQP notfication target (#4008) 2017-03-31 03:34:26 -07:00
deployment/kernel-tuning Added kernel tuning docs (#3921) 2017-03-27 11:29:04 -07:00
distributed Added server times note and fix Notes rendering for Doctor. (#3787) 2017-02-22 02:12:03 -08:00
docker Docker guide fix (#3992) 2017-03-28 13:54:19 -07:00
erasure Remove white spaces (#3922) 2017-03-17 09:23:22 -07:00
gateway docs: Update gateway doc with roadmap section. (#3918) 2017-03-16 18:25:01 -07:00
orchestration Update filename (#3995) 2017-03-28 23:14:28 -07:00
screenshots Added documentation for orchestration platforms (#3684) 2017-03-09 14:06:51 -08:00
service Fix the systemd config path to the new URL 2017-02-15 21:28:06 -08:00
shared-backend Remove white spaces (#3922) 2017-03-17 09:23:22 -07:00
tls Docs: Fix for Self signed certificate. (#3957) 2017-03-23 08:20:39 -07:00
FreeBSD.md Remove white spaces (#3922) 2017-03-17 09:23:22 -07:00
minio-limitations.md Remove XL references in public docs to Erasure. (#3725) 2017-02-09 23:26:44 -08:00