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
I created multiple alarm-server, including alarm-config-logger, and everything except the alarm-logger works fine.
I use the Topic VacuumAlarm as an example.
Kafka lists 3 related topics for this Alarmserver Config (VaccumAlarm, VaccumAlarmCommand, VaccumAlarmTalk).
In Elasticsearch 8.19.0 (elastic:9200/_cat/indices/): there are no vacuumalarm indicies found.
Only olog, cf (channelfinder) and .internal.alerts ... indicies are listed.
Found this es7 template creation script (src/main/recources/es7_...), but it was never mentioned in any documentation. Neither for Esalticsearch 8.x nor for older versions. After reading the logs i think the currently used templates in the latest snapshot are not supported any more, but not sure if this is my main issue.
WARNING: request [POST http://elastic:9200/vacuumalarm*_2025-08-01/_search?typed_keys=true] returned 2 warnings: [299 Elasticsearch-8.19.0-93788a8c2882eb5b606510680fac214cff1c7a22 "Deprecated field [from] used, this field is unused and will be removed entirely"],[299 Elasticsearch-8.19.0-93788a8c2882eb5b606510680fac214cff1c7a22 "Deprecated field [to] used, this field is unused and will be removed entirely"]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I think I'm missing an important step.
I created multiple alarm-server, including alarm-config-logger, and everything except the alarm-logger works fine.
I use the Topic
VacuumAlarm
as an example.Kafka lists 3 related topics for this Alarmserver Config (VaccumAlarm, VaccumAlarmCommand, VaccumAlarmTalk).
In Elasticsearch 8.19.0 (elastic:9200/_cat/indices/): there are no vacuumalarm indicies found.
Only olog, cf (channelfinder) and .internal.alerts ... indicies are listed.
Found this es7 template creation script (src/main/recources/es7_...), but it was never mentioned in any documentation. Neither for Esalticsearch 8.x nor for older versions. After reading the logs i think the currently used templates in the latest snapshot are not supported any more, but not sure if this is my main issue.
Any guesses what is missing?
Query response (logger:8080/search/alarm?pv=*)
Service Status response (http://logger:8080)
Internal logs (alarmlogger)
Beta Was this translation helpful? Give feedback.
All reactions