curl - все отлично ( curl -X POST -H "Content-Type: application/json" -d @4f4978c0-176d-11e9-9ab8-053f966a5c8e.json "http://127.0.0.1:5601/api/kibana/dashboards/import" -H "kbn-xsrf: kibana", но вот с ансиблом не могу понять почему получаю 400
- name: "Import kibana's dashboard"
uri:
url: "http://127.0.0.1:5601/api/kibana/dashboards/import?overwrite=true"
method: POST
body: "{{ item }}"
body_format: json
validate_certs: false
headers:
Content-Type: "application/json"
kbn-xsrf: "kibana"
with_fileglob:
- "{{ kibana_dashboards_dir }}/*.json"
Чуть позже могу на компе глянуть как доберусь
Обсуждают сегодня