TransportError(500, u'general_script_exception', u'[script] Too many dynamic script compilations within, max: [75/5m]; please use indexed, or scripts with parameters instead; this limit can be changed by the [script.max_compilations_rate] setting')
-------------------- >> begin captured stdout << ---------------------
Using elasticsearch: http://elasticsearch:9200
--------------------- >> end captured stdout << ----------------------
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/go/src/github.com/elastic/beats/filebeat/tests/system/test_pipeline.py", line 70, in test_input_pipeline_config
"value": "test-pipeline",
File "/go/src/github.com/elastic/beats/filebeat/build/python-env/local/lib/python2.7/site-packages/elasticsearch/transport.py", line 318, in perform_request
status, headers_response, data = connection.perform_request(method, url, params, body, headers=headers, ignore=ignore, timeout=timeout)
File "/go/src/github.com/elastic/beats/filebeat/build/python-env/local/lib/python2.7/site-packages/elasticsearch/connection/http_urllib3.py", line 186, in perform_request
self._raise_error(response.status, raw_data)
File "/go/src/github.com/elastic/beats/filebeat/build/python-env/local/lib/python2.7/site-packages/elasticsearch/connection/base.py", line 125, in _raise_error
raise HTTP_EXCEPTIONS.get(status_code, TransportError)(status_code, error_message, additional_info)
TransportError(500, u'general_script_exception', u'[script] Too many dynamic script compilations within, max: [75/5m]; please use indexed, or scripts with parameters instead; this limit can be changed by the [script.max_compilations_rate] setting')
-------------------- >> begin captured stdout << ---------------------
Using elasticsearch: http://elasticsearch:9200
--------------------- >> end captured stdout << ----------------------
Standard Output
Using elasticsearch: http://elasticsearch:9200
Discovered in #9599
This look like a changes in 7.0?