-
Notifications
You must be signed in to change notification settings - Fork 444
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
[Citrix ADC] Add Integration Package with System Data Stream #4458
[Citrix ADC] Add Integration Package with System Data Stream #4458
Conversation
/test |
🚀 Benchmarks reportTo see the full report comment with |
🌐 Coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 CLA has been signed |
470d424
to
06cffd2
Compare
06cffd2
to
c9abfda
Compare
- EEE MMM d HH:mm:ss yyyy | ||
- EEE MMM d HH:mm:ss.SSSSSS yyyy | ||
- script: | ||
description: Convert megabyte to byte. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to convert the MB to bytes ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kibana provides functionality to automatically convert bytes into human-readable units, to provide support for this functionality in the dashboard we have converted MB into bytes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am just wondering why are we converting the MB to bytes which adds extra overhead at the ingest pipeline and then showing the values as MB in dashboards ? Is it not possible to show the MB directly in Kibana without any conversion ?
In the dashboards can we remove the time when the application was started. |
The reason behind providing this visualization is, for e.g If a user identifies that CPU/Memory Utilization keeps on increasing, they'll know that this Netscaler instance has been running since it keeps increasing so they can reboot it or something. So all the necessary information would be available on the dashboards themselves, User won't need to go in discover to identify since what date the Netscaler appliance is configured. |
Can you please provide an example where we need to reboot the instance based on utilisation ? |
We don’t have any concrete examples, but this was the thought process we were having while working on this dashboard. If you don’t see any value getting provided to the end user, we can remove it. |
Please remove the visualisation. |
- EEE MMM d HH:mm:ss yyyy | ||
- EEE MMM d HH:mm:ss.SSSSSS yyyy | ||
- script: | ||
description: Convert megabyte to byte. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am just wondering why are we converting the MB to bytes which adds extra overhead at the ingest pipeline and then showing the values as MB in dashboards ? Is it not possible to show the MB directly in Kibana without any conversion ?
As per my understanding, currently, there is no direct way to convert MB to other formats, the current possible approach is to convert Mb to bytes so that the bytes can be automatically converted to human-readable format(KB, MB, TB, ...) using the Kibana visualization itself, let me know if you have any other suggestions on the same. |
For now this is fine. But we may need to look for an option to do it directly instead of applying convertions. |
Package citrix_adc - 0.4.0 containing this change is available at https://epr.elastic.co/search?package=citrix_adc |
What does this PR do?
Checklist
How to test this PR locally
elastic-package test
Related issues
Screenshots