-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elasticsearch version #2207
Comments
We're planning for a migration to Elasticsearch 8.x during Q2, but cannot say when this will be completed. |
I have a temporary script to allow the use of elastic 7.x until we complete the migration to elastic 8. I wanted to add support for creating the templates automatically however this is not possible with the java client. |
@xushuangs or @tanviash can you review |
#2207 script to manually create alarm msg templates (temporary patch)
I tryed to create the new index template through es7_mapping_definitions.sh. Then I can query the alarm data through curl and kibana. |
Great!! thanks for testing @xushuangs |
Yes. Thanks for you script! |
To clarify, we now support ES 6 as well as ES 7, right?
Not at this time. |
Hi all. I built a new linux test cluster, and the operating system was changed from Centos7 to Debian11. Debian11 no longer supports Elasticsearch6.x. Can Alarm Logging be used with elasticsearch 8.x?
I am using phoebus 4.6.5.
The text was updated successfully, but these errors were encountered: