|
40 | 40 | "index": "elasticlogs-2999-01-01-throughput-test"
|
41 | 41 | }
|
42 | 42 | },
|
| 43 | + { |
| 44 | + "operation": { |
| 45 | + "operation-type": "fieldstats", |
| 46 | + "index_pattern": "elasticlogs-*" |
| 47 | + }, |
| 48 | + "iterations": 1, |
| 49 | + {# this needs to be available for all clients, and we issue three concurrent queries #} |
| 50 | + "clients": {{ p_bulk_indexing_clients + 3}} |
| 51 | + }, |
43 | 52 | {% set comma = joiner() %}
|
44 | 53 | {% for day in range(p_number_of_days) %}
|
45 | 54 | {% set utilization = (day + 1) / p_number_of_days %}
|
|
73 | 82 | }
|
74 | 83 | },
|
75 | 84 | {
|
76 |
| - "name": "current-kibana-traffic-country-dashboard_60m-querying-{{utilization_task_suffix}}", |
77 |
| - "operation": "current-kibana-traffic-country-dashboard_60m", |
| 85 | + "name": "traffic-dashboard-50%-{{utilization_task_suffix}}", |
| 86 | + "operation": { |
| 87 | + "operation-type": "kibana", |
| 88 | + "param-source": "elasticlogs_kibana", |
| 89 | + "debug": {{p_verbose}}, |
| 90 | + "dashboard": "traffic", |
| 91 | + "index_pattern": "elasticlogs-*", |
| 92 | + "query_string": "query_string_lists/country_code_query_strings.json", |
| 93 | + "window_end": "END", |
| 94 | + "window_length": "50%" |
| 95 | + }, |
78 | 96 | "clients": 1,
|
79 | 97 | "target-interval": {{ query1_target_interval | default(30) | int }},
|
80 | 98 | "meta": {
|
81 | 99 | "querying": "yes",
|
82 |
| - "query_type": "current", |
| 100 | + "query_type": "relative", |
83 | 101 | "utilization": {{ utilization }}
|
84 | 102 | },
|
85 | 103 | "schedule": "poisson"
|
86 | 104 | },
|
87 | 105 | {
|
88 |
| - "name": "current-kibana-discover_30m-querying-{{utilization_task_suffix}}", |
89 |
| - "operation": "current-kibana-discover_30m", |
90 |
| - "clients": 1, |
91 |
| - "target-interval": {{ query2_target_interval | default(30) | int }}, |
92 |
| - "meta": { |
93 |
| - "querying": "yes", |
94 |
| - "query_type": "current", |
95 |
| - "utilization": {{ utilization }} |
| 106 | + "name": "discover-30m-{{utilization_task_suffix}}", |
| 107 | + "operation": { |
| 108 | + "operation-type": "kibana", |
| 109 | + "param-source": "elasticlogs_kibana", |
| 110 | + "debug": {{p_verbose}}, |
| 111 | + "dashboard": "discover", |
| 112 | + "index_pattern": "elasticlogs-*", |
| 113 | + "query_string": ["*"], |
| 114 | + "window_end": "END", |
| 115 | + "window_length": "30m" |
96 | 116 | },
|
97 |
| - "schedule": "poisson" |
98 |
| - }, |
99 |
| - { |
100 |
| - "name": "current-kibana-traffic-dashboard_30m-querying-{{utilization_task_suffix}}", |
101 |
| - "operation": "current-kibana-traffic-dashboard_30m", |
102 | 117 | "clients": 1,
|
103 |
| - "target-interval": {{ query3_target_interval | default(30) | int }}, |
| 118 | + "target-interval": {{ query2_target_interval | default(30) | int }}, |
104 | 119 | "meta": {
|
105 | 120 | "querying": "yes",
|
106 |
| - "query_type": "current", |
| 121 | + "query_type": "relative", |
107 | 122 | "utilization": {{ utilization }}
|
108 | 123 | },
|
109 | 124 | "schedule": "poisson"
|
110 | 125 | },
|
111 | 126 | {
|
112 |
| - "name": "current-kibana-content_issues-dashboard_30m-querying-{{utilization_task_suffix}}", |
| 127 | + "name": "content_issues-dashboard-50%-{{utilization_task_suffix}}", |
113 | 128 | "#COMMENT": "Looks only for 404s about 1-1.5% of data",
|
114 |
| - "operation": "current-kibana-content_issues-dashboard_30m", |
| 129 | + "operation": { |
| 130 | + "operation-type": "kibana", |
| 131 | + "param-source": "elasticlogs_kibana", |
| 132 | + "debug": {{p_verbose}}, |
| 133 | + "dashboard": "content_issues", |
| 134 | + "index_pattern": "elasticlogs-*", |
| 135 | + "query_string": ["*"], |
| 136 | + "window_end": "END", |
| 137 | + "window_length": "50%" |
| 138 | + }, |
115 | 139 | "clients": 1,
|
116 |
| - "target-interval": {{ query4_target_interval | default(30) | int }}, |
| 140 | + "target-interval": {{ query3_target_interval | default(30) | int }}, |
117 | 141 | "meta": {
|
118 | 142 | "querying": "yes",
|
119 |
| - "query_type": "current", |
| 143 | + "query_type": "relative", |
120 | 144 | "utilization": {{ utilization }}
|
121 | 145 | },
|
122 | 146 | "schedule": "poisson"
|
|
0 commit comments