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-574446137
 
 
   > 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 just set the default index "*" so that by default you do not need to set 
an index name.
    I am not sure I understand the queries above but to search in a specific 
index, you just need to run <index name>/_search?q=user:kimchy, instead of 
/_search?q=user:kimchy

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to