geerlingguy / ansible-role-elasticsearch

Ansible Role - Elasticsearch
https://galaxy.ansible.com/geerlingguy/elasticsearch/
MIT License
185 stars 209 forks source link

Older version #65

Closed wiktorpikosz closed 3 years ago

wiktorpikosz commented 4 years ago

Hello,

I have a problem, because my project need Elasticsearch version 6. I have 2 computers. On first I installed role-elasticsearch on January 2020 and there works everything:

{
  "name" : "KpjgCIr",
  "cluster_name" : "elasticsearch",
  "cluster_uuid" : "PUwl9EAdTmeZhtMNmBf2YQ",
  "version" : {
    "number" : "6.8.6",
    "build_flavor" : "default",
    "build_type" : "deb",
    "build_hash" : "3d9f765",
    "build_date" : "2019-12-13T17:11:52.013738Z",
    "build_snapshot" : false,
    "lucene_version" : "7.7.2",
    "minimum_wire_compatibility_version" : "5.6.0",
    "minimum_index_compatibility_version" : "5.0.0"
  },
  "tagline" : "You Know, for Search"
}

On the second computer I installed yesterday. I added in configuration: elasticsearch_version: '6.x' but it didn't help:

{
  "name" : "dsjhf82754",
  "cluster_name" : "elasticsearch",
  "cluster_uuid" : "7Hq6QNnuQQOls_hojmN7Nw",
  "version" : {
    "number" : "7.7.0",
    "build_flavor" : "default",
    "build_type" : "deb",
    "build_hash" : "81a1e9eda8e6183f5237786246f6dced26a10eaf",
    "build_date" : "2020-05-12T02:01:37.602180Z",
    "build_snapshot" : false,
    "lucene_version" : "8.5.1",
    "minimum_wire_compatibility_version" : "6.8.0",
    "minimum_index_compatibility_version" : "6.0.0-beta1"
  },
  "tagline" : "You Know, for Search"
}

Can you tell me, that I'm doing something wrong?

lamasfoker commented 4 years ago

The same for me but with elasticsearch_version: '5.x' I get:

{
  "name" : "zVXlBi3",
  "cluster_name" : "elasticsearch",
  "cluster_uuid" : "YDhzjsObQn-m7nOPu5qjZw",
  "version" : {
    "number" : "6.8.11",
    "build_flavor" : "default",
    "build_type" : "deb",
    "build_hash" : "00bf386",
    "build_date" : "2020-07-09T19:08:08.940669Z",
    "build_snapshot" : false,
    "lucene_version" : "7.7.3",
    "minimum_wire_compatibility_version" : "5.6.0",
    "minimum_index_compatibility_version" : "5.0.0"
  },
  "tagline" : "You Know, for Search"
}
stale[bot] commented 3 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 3 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.