You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be no version of the Python `elasticsearch` client that
is compatible to all versions. It's either version 9 or below 9. So for
now we pin the version of the client to one that is compatible to
versions below 9. We need to take care of that when supporting Elastic
Stack 9.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ You will need the following Ansible collections installed
50
50
You will need these packages / libraries installed. Some very basic packages like `openssl` get handled by the collection if needed. The following list contains packages and libraries which only apply to special cases or need for you to decide on the installation method.
51
51
52
52
*`passlib` Python library if you do not disable password hashing for logstash user and you want to use logstash role from this collection. It should be installed with pip on the Ansible controller.
53
+
*`elasticsearch` Python module. Current versions are either compatible to Elasticsearch 9 or versions lower than 9. There seems to be no version that can serve both. So for now we install a version of the client lower than 9 but need to take care to install the right one when we make this collection compatible to Elastic Stack 9
53
54
54
55
You may want the following Ansible roles installed. There other ways to achieve what they are doing but using them is easy and convenient.
0 commit comments