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/04/20 21:23:46 UTC

[GitHub] [airflow] cccs-seb commented on issue #15613: Airflow2.0.2 --- TypeError: unhashable type: 'AttrDict' while trying to read logs from elasticsearch

cccs-seb commented on issue #15613:
URL: https://github.com/apache/airflow/issues/15613#issuecomment-1104468337

   If anyone else is facing this issue, I found it was caused by using the wrong 'host_field' under https://github.com/apache/airflow/blob/4fa718e4db2daeb89085ea20e8b3ce0c895e415c/airflow/config_templates/default_airflow.cfg#L1107.
   
   When I changed from the default `host` to `host.hostname`, the issue fixed itself. Seems like a Filebeat 7 breaking change https://github.com/apache/airflow/pull/14625


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