larryzhu2018 commented on issue #7141: [AIRFLOW-6544] add log_id to end-of-file mark and also add an index config for logs URL: https://github.com/apache/airflow/pull/7141#issuecomment-574451555 > Also regarding adding index my **5c**: > Currently we have something like: > `GET /search?q=user:kimchy` (To search all indices in a cluster, omit the parameter.) > New logic: > `GET /kimchy,elasticsearch/_search?q=user:kimchy` (search in 1 or several incedes), which means all old code won't work. > > I like idea to add index explicitly in search param, but it should be optional than required. I changed the current test cases to cover this case by using the index "test_index" in the test cases through the new parameter to __init()
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
