You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/12/07 23:02:14 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #23888: Support restricted index patterns in Elasticsearch log handler

jedcunningham commented on code in PR #23888:
URL: https://github.com/apache/airflow/pull/23888#discussion_r1042764536


##########
airflow/config_templates/config.yml:
##########
@@ -2317,6 +2317,13 @@
       type: string
       example: ~
       default: "offset"
+    - name: index_patterns
+      description: |
+        Comma separated list of index patterns to use when searching for logs (default: `_all`).
+      version_added: 2.5.0

Review Comment:
   ```suggestion
         version_added: 2.6.0
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org