Sergey
Sergey
The same issue. Also i added this vars: ``` - name: AWS_METADATA_SERVICE_TIMEOUT value: "5" - name: AWS_METADATA_SERVICE_NUM_ATTEMPTS value: "20" ``` But issue still persists (time to time)
@pingles I've set those vars for all my client apps. Also i completely removed limits for now - with no luck. Also i have grafana dash in-place. I observe about...
Guys any thoughts so far? I really stucked for now. Going to fallback to kube2iam in case i can't solve this issue
Same issue. Kibana 6.0.1 Grafana 5.1.2 Plugin tries to execute GET method on /run location. But, as soon as i using AWS ES stack, only POST method allowed.
@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: ```{"error":"Incorrect HTTP method for uri [/api/timelion]...
So i tried to use plugin but looks like it's not works. It returns no datapoints. Here is Grafana's query inspector output: ``` xhrStatus:"complete" request:Object method:"POST" url:"api/datasources/proxy/8/run" data:Object sheet:Array[1] 0:",.es(*)"...
@gbrian I just tried to use new version but with no luck. So my issue is: 1) I added Timelion datasource (got error in validation but trying to work with...
@gbrian Very strange. Just checked again- this bug seems fixed to me but no data on graph again. This is query inspector response: ``` { "xhrStatus": "complete", "request": { "method":...
@gbrian Here it is:
@gbrian Looks like this issues related to AWS ES setup. Let me explain: In AWS ES service has a build-in kibana. All that stuff are available via single port (443),...