alpinegizmo commented on pull request #16: URL: https://github.com/apache/flink-playgrounds/pull/16#issuecomment-707024177
I tried this change, and then the kibana dashboard worked. It seems that this script is rather fragile. @@ -22,7 +22,7 @@ until curl -s http://kibana:5601/login -o /dev/null; do done # The import service may not be ready, sleep 10s more. -sleep 10 +sleep 20 curl -X POST kibana:5601/api/saved_objects/_import -H "kbn-xsrf: true" --form file=@/tmp/load/export.ndjson ---------------------------------------------------------------- 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: [email protected]
