Conversation
docker-compose.yml
Outdated
| depends_on: | ||
| - apinf | ||
| elasticsearch: | ||
| image: elasticsearch:1.7.5 |
There was a problem hiding this comment.
Should we also be depending on Elasticsearch 2.x.x?
http://api-umbrella.readthedocs.io/en/latest/server/db-config.html#external-database-usage
There was a problem hiding this comment.
ElasticSearch 2 allowed, but by default api-umbrella use 1.7.5. Because we will migrate on use API instead of direct call to Elasticsearch, I decide keep default version.
But if you see any scenario where it will be useful I can migrate on 2.x.x
|
Well, lets go ahead and migrate to Elastic 2 now. It changes our analytics schema slightly, so we can make the changes sooner, rather than later. |
|
@brylie After migrate to ElasticSearch 2, api-umbrella dashboard works OK (Analytics), but apinf-umbrella-dashboard dose not show data. Tomorrow will check with @marla-singer |
|
OK, thanks @shaliko. We may need to make an update to our dashboard code, to match the Elasticsearch data structure. |
|
Please add the Ready for revies tag once you have spoken with @marla-singer |
|
@brylie In debug session with @marla-singer we found the root case of issue: For work with old releases (docker images) I will add increase "max_result_window" on start ElasticSearch. But I am not sure that we really need 50000 value. |
95b1695 to
bb70262
Compare
bb70262 to
08384bc
Compare
…umbrella to separate container.
08384bc to
92dcc5f
Compare
Closes #1249