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

rename params with default operation names in http-logs #499

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 38 additions & 38 deletions http_logs/test_procedures/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,106 +831,106 @@
{
"name": "match-all",
"operation": "default",
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-baseline-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-baseline-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_baseline_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_baseline_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_baseline_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_baseline_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-status-filter-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-status-filter-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_status_filter_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_status_filter_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_status_filter_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_status_filter_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-rename-field-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-rename-field-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_rename_field_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_rename_field_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_rename_field_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_rename_field_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-rename-100-field-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-rename-100-field-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_rename_100_field_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_rename_100_field_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_rename_100_field_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_rename_100_field_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-dummy-scripting-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-dummy-scripting-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_dummy_scripting_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_dummy_scripting_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_dummy_scripting_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_dummy_scripting_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-100-dummy-scripting-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-100-dummy-scripting-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_100_dummy_scripting_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_100_dummy_scripting_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_100_dummy_scripting_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_100_dummy_scripting_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-all-processors-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-all-processors-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_all_processors_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_all_processors_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_all_processors_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_all_processors_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "multi-term-filter",
"operation": "multi-term-filter",
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"warmup-iterations": {{ multi_term_filter_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ multi_term_filter_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ multi_term_filter_target_throughput or target_throughput | default(50) | tojson }},
"clients": {{ multi_term_filter_search_clients or search_clients | default(1) }}
},
{
"name": "term-status-filter-search-pipeline",
"operation": "term",
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"warmup-iterations": {{ term_status_filter_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"request-params": {
"search-pipeline": "http-log-status-filter-search-pipeline"
},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ term_target_throughput or target_throughput | default(50) | tojson }},
"clients": {{ term_search_clients or search_clients | default(1) }}
"iterations": {{ term_status_filter_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ term_status_filter_search_pipeline_target_throughput or target_throughput | default(50) | tojson }},
"clients": {{ term_status_filter_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "range",
Expand Down
Loading