-
Notifications
You must be signed in to change notification settings - Fork 202
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
Enable Gatling HTTPS support and path configuration #3308
Labels
enhancement
New feature or request
maintenance
Issues to help maintain the project, such as improving builds, testing, etc.
Milestone
Comments
dlvenable
added
enhancement
New feature or request
maintenance
Issues to help maintain the project, such as improving builds, testing, etc.
and removed
untriaged
labels
Sep 6, 2023
dlvenable
added a commit
to dlvenable/data-prepper
that referenced
this issue
Sep 6, 2023
…arget path. Resolves opensearch-project#3308 Signed-off-by: David Venable <[email protected]>
dlvenable
added a commit
to dlvenable/data-prepper
that referenced
this issue
Sep 7, 2023
…he Gatling setup into constructors rather than static initializers. Resolves opensearch-project#3308. Signed-off-by: David Venable <[email protected]>
4 tasks
dlvenable
added a commit
that referenced
this issue
Sep 7, 2023
…S SigV4 (#3312) Adds Gatling configurations for using HTTPS and for configuring the target path. Resolves #3308. Increase the maximum response time for the SingleRequestSimulation to 1 second. This is in line with other tests. Adds AWS SigV4 signing in the Gatling performance tests. Also moves the Gatling setup into constructors rather than static initializers. Resolves #3308. Signed-off-by: David Venable <[email protected]>
github-project-automation
bot
moved this from In progress
to Done
in Data Prepper Tracking Board
Sep 7, 2023
asifsmohammed
pushed a commit
to asifsmohammed/data-prepper
that referenced
this issue
Sep 27, 2023
…S SigV4 (opensearch-project#3312) Adds Gatling configurations for using HTTPS and for configuring the target path. Resolves opensearch-project#3308. Increase the maximum response time for the SingleRequestSimulation to 1 second. This is in line with other tests. Adds AWS SigV4 signing in the Gatling performance tests. Also moves the Gatling setup into constructors rather than static initializers. Resolves opensearch-project#3308. Signed-off-by: David Venable <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
maintenance
Issues to help maintain the project, such as improving builds, testing, etc.
Is your feature request related to a problem? Please describe.
The Gatling performance tests do not run against an HTTPS endpoint. And it always uses the
/log/ingest
endpoint, but this is now configurable.Describe the solution you'd like
Continue the current pattern of using Java system properties to configure these values.
-Dprotocol=https
-Dpath=/my/path
The text was updated successfully, but these errors were encountered: