Skip to content
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

Notification Center have unpredictable behaviour #7

Open
jdscardosoVTL opened this issue Nov 22, 2017 · 1 comment
Open

Notification Center have unpredictable behaviour #7

jdscardosoVTL opened this issue Nov 22, 2017 · 1 comment

Comments

@jdscardosoVTL
Copy link

jdscardosoVTL commented Nov 22, 2017

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:

  • let the timer run out - notification center may not store the notification
  • click ok - notification center may not store the notification
  • stop the timer of pop-up - notification center will always show the notification

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
Copy link
Owner

sw-jung commented Nov 25, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants