View difference between Paste ID: 78LePYUv and P6vdWBGL
SHOW: | | - or go back to the newest paste.
1
{
2
    "elasticsearch": {
3
        "version": "1.1.0",
4-
        "nginx": {
4+
5-
            "users": [{
5+
            "name": "elasticsearch-test"
6-
                    "username": "stuart",
6+
7-
                    "password": "password"
7+
8-
                }],
8+
9-
            "allow_cluster_api": "true",
9+
10-
            "port": 80
10+
11
            "action.discovery.ec2": "TRACE"
12
        },
13-
            "name": "elasticsearch-test-dsi"
13+
14
            "expected_nodes": 2
15
        },
16
        "plugins": {
17
            "elasticsearch/elasticsearch-cloud-aws": {
18
                "version": "2.1.0"
19
            }
20
        },
21
        "cloud": {
22
            "aws": {
23
                "region": "eu-west-1"
24
            }
25
        },
26
        "discovery": {
27
            "type": "ec2",
28
            "zen": {
29
                "minimum_master_nodes": 2,
30
                "ping": {
31
                    "multicast": {
32
                        "enabled": false
33
                    }
34
                }
35
            },
36
            "ec2": {
37
                "tag": {
38
                    "opsworks:stack": "elasticsearch-test"
39
                }
40
            },
41-
                    "opsworks::stack": "elasticsearch-test"
41+
42
                "data": "/mnt/elasticsearch-data"
43
            }
44
        },
45
        "custom_config": {
46
            "cluster.routing.allocation.awareness.attributes": "rack_id"
47-
            "cloud": {
47+
48-
                "aws": {
48+
49-
                    "region": "eu-west-1"
49+