Show case of Elastic Search Cloud Hosting in a flutter app
- The Kibana data is in in the
kibanadata.txt
file. - Play around with those queries to get familiar.
- All the cloud function code you need is in the
index.js
file.
firebase functions:config:set elasticsearch.username="elastic" elasticsearch.password="your password" elasticsearch.url="your elastic search endpoint"