api-umbrella icon indicating copy to clipboard operation
api-umbrella copied to clipboard

Missing alias with data analytics when use aws elasticseach 7.1

Open Buminta opened this issue 6 years ago • 0 comments
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!

Screen Shot 2019-08-30 at 4 27 42 PM

What's i can do it?

Buminta avatar Aug 30 '19 09:08 Buminta