sw-jung / kibana_notification_center

This plugin helps you to use kibana's notifications more usefully.
MIT License
32 stars 4 forks source link

Notification Center have unpredictable behaviour #7

Open jdscardosoVTL opened 7 years ago

jdscardosoVTL commented 7 years ago

I am using v5.4.3. I am using the exposed API with to push notifications. The notification is about 150 characters and the pop-up appear with success. Then 3 possibilities may occur:

Config:

`notification_center: enabled: true index: "notification-%{+YYYY.MM.DD}"

template: name: "notification_center_template" overwrite: false

api:

If false then disable all of REST APIs.

enabled: true
# The maximum size of the notification that user can pull from the server in a single request.
pull.maxSize: 200

`

sw-jung commented 7 years ago

Thanks for your issue! 😄

Notification center is created to check history of notification. Not replace of kibana notification toasts.

When a notification toast occurs, the notification center stores it and remains until it is explicitly cleared.

What parts do you think are unpredictable? Could you tell me more detail?