OpenSearch/docs/plugins
David Pilato 80b142d218 Azure repository: Move to named configurations as we do for S3 repository
We should have the same behavior for Azure repositories as we have for S3 (see #22762).

Instead of:

```yml
cloud:
    azure:
        storage:
            my_account1:
                account: your_azure_storage_account1
                key: your_azure_storage_key1
                default: true
            my_account2:
                account: your_azure_storage_account2
                key: your_azure_storage_key2
```

Support something like:

```
azure.client:
            default:
                account: your_azure_storage_account1
                key: your_azure_storage_key1
            my_account2:
                account: your_azure_storage_account2
                key: your_azure_storage_key2
```

Then instead of:

```
PUT _snapshot/my_backup3
{
    "type": "azure",
    "settings": {
        "account": "my_account2"
    }
}
```

Use:

```
PUT _snapshot/my_backup3
{
    "type": "azure",
    "settings": {
        "config": "my_account2"
    }
}
```

If someone uses:

```
PUT _snapshot/my_backup3
{
    "type": "azure"
}
```

It will use the `default` azure repository settings.

And mark as deprecated old settings.

Closes #22763.
2017-08-08 15:14:47 +02:00
..
alerting.asciidoc Drops any plugins that haven't been updated since 2.0. Updates 5.0 links/verbiage 2016-11-02 06:38:50 -07:00
analysis-icu.asciidoc Update experimental labels in the docs (#25727) 2017-07-18 14:06:22 +02:00
analysis-kuromoji.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
analysis-phonetic.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
analysis-smartcn.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
analysis-stempel.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
analysis-ukrainian.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
analysis.asciidoc Drops any plugins that haven't been updated since 2.0. Updates 5.0 links/verbiage 2016-11-02 06:38:50 -07:00
api.asciidoc Drops any plugins that haven't been updated since 2.0. Updates 5.0 links/verbiage 2016-11-02 06:38:50 -07:00
authors.asciidoc Rewrite the scripting security docs (#23930) 2017-04-07 11:46:41 -04:00
discovery-azure-classic.asciidoc Add compatibility versions to main action response (#25799) 2017-07-20 13:01:41 -07:00
discovery-ec2.asciidoc Docs: Remove docs for aws region and signer type (#26006) 2017-08-01 19:16:15 -04:00
discovery-file.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
discovery-gce.asciidoc Machine Permission update on Google Compute 2017-05-11 07:52:34 +02:00
discovery.asciidoc Drops any plugins that haven't been updated since 2.0. Updates 5.0 links/verbiage 2016-11-02 06:38:50 -07:00
index.asciidoc Centralised doc versions in docs/Versions.asciidoc 2017-02-04 11:16:19 +01:00
ingest-attachment.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
ingest-geoip.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
ingest-user-agent.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
ingest.asciidoc ingest: Renamed from `ingest-useragent` to `ingest-user-agent` and processor from `useragent` to `user_agent` 2016-07-07 09:43:43 +02:00
install_remove.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
integrations.asciidoc [DOCS] Update docs to use shared attribute file (#25403) 2017-06-27 08:33:28 -07:00
management.asciidoc Drops any plugins that haven't been updated since 2.0. Updates 5.0 links/verbiage 2016-11-02 06:38:50 -07:00
mapper-murmur3.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
mapper-size.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
mapper.asciidoc Remove mapper attachments plugin 2016-09-19 09:01:16 +02:00
plugin-script.asciidoc Add purge option to remove plugin CLI 2017-06-01 08:53:39 -04:00
redirects.asciidoc [DOCS] Added note about Elastic Cloud to improve 'elastic aws' SERP results. 2017-04-12 17:57:03 -07:00
repository-azure.asciidoc Azure repository: Move to named configurations as we do for S3 repository 2017-08-08 15:14:47 +02:00
repository-gcs.asciidoc [DOCS] Fixed cross doc xref in plugin docs. 2017-05-16 17:55:47 -07:00
repository-hdfs.asciidoc [DOCS] Clarify expected availability of HDFS for the HDFS Repository (#25220) 2017-06-16 09:47:44 -04:00
repository-s3.asciidoc Docs: Update s3 repository docs with client settings (#26033) 2017-08-04 11:22:49 -07:00
repository.asciidoc Add Google Cloud Storage repository plugin 2016-05-19 13:26:23 +02:00
security.asciidoc Drops any plugins that haven't been updated since 2.0. Updates 5.0 links/verbiage 2016-11-02 06:38:50 -07:00
store-smb.asciidoc Added "release-state" support to plugin docs 2017-04-20 15:04:20 +02:00
store.asciidoc [cloud-azure] Split azure plugin in 3 plugins 2015-09-21 17:55:23 +02:00