-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Error Not Found #9
Comments
Same issue. Plugin tries to execute GET method on /run location. But, as soon as i using AWS ES stack, only POST method allowed. |
HI @Mitrofanov , |
👋 Hi, @repofunding is helping @manni8 on maintaining this repository. We are an open source initiative aiming to help developers on maintain their projects by using crowdfunding. Why using repofunding for this project? Supporting
Important@repofunding status is prototye be patiente 😉 don't hesitate to contact us tags: crowdfunding |
@manni8 |
@gbrian I've just tried to debug the error message and tried to GET the config url. I get the following from AWS ES service:
|
@Mitrofanov , Currently, you can ignore this error and just try the Timelion data source on a dashboard. |
So i tried to use plugin but looks like it's not works. It returns no datapoints. Here is Grafana's query inspector output:
@gbrian Could you help with this? |
Hi @Mitrofanov , |
@gbrian I just tried to use new version but with no luck. So my issue is:
|
@Mitrofanov I have to apologize, bug still there 😔 I'm checking code right now, I'll keep you posted. Sorry again and thanks for your patience |
@Mitrofanov , |
@gbrian Very strange. Just checked again- this bug seems fixed to me but no data on graph again. This is query inspector response:
|
Dammit! |
@gbrian Here it is: |
@Mitrofanov Take care: the port is the Kibana's port 5601 or your specific, do not point to ES port 9200 |
@gbrian Looks like this issues related to AWS ES setup. Let me explain: |
@Mitrofanov ok! So, the best way to know which URL to use is to spy kibana's Timelion page: Copy paste that url and fingers crossed there's no CORS restriction in place 😨 |
@gbrian Another round: i checked URI and it appears to be like follow:
Could be it something not related to CORS, or in another case looks like it's our finish here. |
Never surrender, CORS does not apply in proxy mode and i realized your using this mode 👍 |
Ops. Wrong account above! |
@gbrian Now i got 400 error on |
I set up an ES on amazon but need to know your configuration. (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-ac.html) BTW is grafana running on AWS as well? |
@gbrian So i can tell you my config:
Grafana runs on ECS cluster in docker within the same VPC (so no connectivity issues here). Also we do have a lot of dashboards with ES datasource in this grafana, and they works well. |
Just following up on this. Would be interested in a similar set up - AWS ES cluster running in a VPC with grafana hosted in the same VPC (probably not on ECS though). Any luck getting the queries to run correctly or figuring out the networking issues? |
kibana v6.2.3
grafana v5.0.3
Install cmd :
grafana-cli --pluginUrl https://github.com/gbrian/grafana-timelion-datasource/archive/master.zip plugins install grafana-timelion-datasource
Timelion host-url:
http://localhost:5601/app/timelion (works witch curl and browser)
Grafana UI-Response :
grafana.log:
Some one else with the same issue ?
The text was updated successfully, but these errors were encountered: