-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
HAProxy Module improvements #2485
Comments
(content moved to comment above) |
@andrewkroh I took your TODO's and also put them on the top so we have all in one place. |
@andrewkroh Regarding most of the errors regarding the HAProxy fields, I believe it's because some of the fields aren't present in each |
@hartfordfive For the fields that are optional, you can use the |
* HAProxy status module has many fields which are not populated before values are set. These fields were marked Optional to not throw errors. * Add data tests to haproxy module to generate data.json * Cleanup config to be similar to the other configs Part of elastic#2485 Closes elastic#2574
@hartfordfive I did a first step of the cleanup here including making some fields optional: #2720 |
^ I noticed this on the bottom nav. |
* Fix duplicated info name * Change ruby to log docs * Document supported versions See elastic#2485
@andrewkroh @Chadwiki I addressed this in #2929 |
@ruflin Thanks for making those changes. I haven't had much time to work on the haproxy or php-fpm module since my last commit. Hopefully I'll be able to continue working on the php-fpm module soon. |
@hartfordfive No worries. Looking forward to your future contributions. |
* Fix duplicated info name * Change ruby to log docs * Document supported versions See #2485
* Fix duplicated info name * Change ruby to log docs * Document supported versions See elastic#2485 (cherry picked from commit 2d776fa)
I think we are now mostly done with the cleanup. Only open point is creating dashboards and I kind of assuming during creating dashboards we will find some issues in the fields. @monicasarbu Interested to do the dashboards? ;-) |
Closing this even though we don't have the dashboards yet. |
* Fix duplicated info name * Change ruby to log docs * Document supported versions See elastic#2485 (cherry picked from commit d58edcf)
make collect
to make sure all files are up-to-date Update HAProxy module #2486data.json
files HAProxy module cleanup part one #2720-configtest
to catch invalid URLs.)haproxy.Stat
fields were typed properly I think this would address the problem. HAProxy Module improvements #2485The text was updated successfully, but these errors were encountered: