Problem with analytics when using ES OSS
See original GitHub issueDescribe the bug I have deployed DataHub using managed ElasticSearch in AWS and for some reason Analytics is not working (http://localhost:9002/analytics).
To Reproduce Steps to reproduce the behavior:
- Go to ‘https://datahubproject.io/docs/quickstart/’
- Use ‘https://github.com/datahub-project/datahub/blob/master/docker/quickstart/docker-compose-without-neo4j-m1.quickstart.yml’
- Change ES image to ‘https://www.docker.elastic.co/r/elasticsearch/elasticsearch-oss:7.9.3’ + USE_AWS_ELASTICSEARCH=true
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Additional context ES: managed ES OSS in AWS
{
"name" : "123qwe123qwe",
"cluster_name" : "blahblahblah",
"cluster_uuid" : "123we123qwe",
"version" : {
"number" : "7.10.2",
"build_flavor" : "oss",
"build_type" : "tar",
"build_hash" : "unknown",
"build_date" : "2022-02-10T09:41:23.620550Z",
"build_snapshot" : false,
"lucene_version" : "8.7.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
PostgreSQL: PostgreSQL 14.3 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44), 64-bit DataHub: v0.8.40
Logs: tmpnqxgvxye.log
Issue Analytics
- State:
- Created a year ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Frequently Asked Questions - OpenSearch
1.3 Why should I use OpenSearch? ... OpenSearch enables people to easily ingest, secure, search, aggregate, view, and analyze data. These capabilities have...
Read more >Elasticsearch: The Official Distributed Search & Analytics Engine
Elasticsearch is a distributed, RESTful search and analytics engine capable of addressing a growing number of use cases. As the heart of the...
Read more >Analysis and Detection of Information Types of Open Source ...
In this paper, we address this challenge by identifying the information types presented in OSS issue discus- sions. Through qualitative content ...
Read more >The Complete Guide to the ELK Stack - Logz.io
The Logz.io authoritative guide to the ELK Stack that shows the best practices for installation, monitoring, logging and log analysis.
Read more >Amazon OpenSearch Service
Securely unlock real-time search, monitoring, and analysis of business and operational data · Increase operational excellence by using a popular open source ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @murzindima, I have encountered a similar issue. This is my workaround. Please let me know if it helped you. If so, I will submit a possible fix so that the workaround is not needed anymore.
Workaround
@tomas-kubin If you do make a contribution that would be great. Please head to #contribute channel in slack in case you need any help