Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http://172.17.2.91:9200/workflow/_search?pretty&size=100&q=status:(NOT DENIED)

Template laden

Ich musste für die Erweiterung des Workflow Dashboard ein sogenanntes Mapping Template laden. Das ist eine JSON Datei, die die Beschreibung des Worklfow Daten Index beschreibt. 

 

curl -XPUT http://localhost:9200/_template/workflow_template -d @es_workflow-template.json
curl -XPOST http://localhost:9200/_template/workflow_template -d @es_workflow-template.json