This PR aims to fix the PFX error that occurs when running the makelogs application. It does so by implementing a javascript instruction ssl:{ rejectUnauthorized: false, pfx: [] } that bypasses the error and allows the application to run smoothly.
Why is this change necessary?
Currently, when running the makelogs application, some users are facing a PFX error that prevents them from using the application as intended. This change addresses this issue by bypassing the error, and making the application accessible to all users.
How has this change been tested?
This change has been tested by running the makelogs application with the new instruction in place and confirming that the PFX error is no longer present. Additionally, the application was tested to ensure that it runs smoothly and no other issues have been encountered.
What are the relevant issue numbers?
This PR is related to issue #53
Screenshots (if appropriate)
N/A
Notes for reviewers
Please review the code changes and ensure that they are implemented correctly and do not cause any other issues. Additionally, please test the application with the new instruction in place to ensure that the PFX error is successfully bypassed.
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
[x] I have performed a self-review of my own code
[x] I have commented on my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
Please let me know if you have any questions or concerns.
What does this PR do?
This PR aims to fix the PFX error that occurs when running the makelogs application. It does so by implementing a javascript instruction
ssl:{ rejectUnauthorized: false, pfx: [] }
that bypasses the error and allows the application to run smoothly.Why is this change necessary?
Currently, when running the makelogs application, some users are facing a PFX error that prevents them from using the application as intended. This change addresses this issue by bypassing the error, and making the application accessible to all users.
How has this change been tested?
This change has been tested by running the makelogs application with the new instruction in place and confirming that the PFX error is no longer present. Additionally, the application was tested to ensure that it runs smoothly and no other issues have been encountered.
What are the relevant issue numbers?
This PR is related to issue #53
Screenshots (if appropriate)
N/A
Notes for reviewers
Please review the code changes and ensure that they are implemented correctly and do not cause any other issues. Additionally, please test the application with the new instruction in place to ensure that the PFX error is successfully bypassed.
Types of changes
Checklist
Please let me know if you have any questions or concerns.
Ref: https://www.gooksu.com/2022/01/generate-test-data-using-elastics-makelogs/
Signed-off-by: Rafael Zago rafaelvzago@gmail.com