api-umbrella
api-umbrella copied to clipboard
Missing alias with data analytics when use aws elasticseach 7.1
trafficstars
I'm using docker version 0.15.1
And using AWS ES version 7.1
With api-umbrella.yml file:
services:
- general_db
# - log_db
- router
- web
elasticsearch:
hosts:
- "https://vpc-..............es.amazonaws.com"
index_name_prefix: api-umbrella
index_partition: monthly
index_mapping_type: log
api_version: 7
template_version: 2
However i seen it's only write logs to ES, but can't get logs for analytics in here!

What's i can do it?