Skip to content
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

Error in Visualizations pop up shown as soon as you open a dashboard #62510

Closed
rashmivkulkarni opened this issue Apr 3, 2020 · 5 comments
Closed

Comments

@rashmivkulkarni
Copy link
Contributor

I spun BC4 of 7.7.0 on GCP, Azure and AWS environments. Kibana loads up fine . I loaded sample data ( flights) and navigated to Flights dashboard. This is how it looks:

Screen Shot 2020-04-03 at 11 05 30 AM

BC4 commit id is in here:
Screen Shot 2020-04-03 at 11 26 32 AM

Console output .
Screen Shot 2020-04-03 at 11 07 50 AM

Request payload

Request URL: https://82a000ba325a4ef8a357a7ed51c487b0.eastus2.staging.azure.foundit.no:9243/internal/search/es
Request Method: POST
Status Code: 400 
Remote Address: 52.167.186.219:9243
Referrer Policy: no-referrer-when-downgrade
access-control-allow-credentials: true
access-control-allow-headers: Authorization, Content-Type, Origin, Accept, X-Requested-With
access-control-allow-methods: DELETE, GET, HEAD, OPTIONS, POST, PUT
access-control-allow-origin: https://82a000ba325a4ef8a357a7ed51c487b0.eastus2.staging.azure.foundit.no:9243
access-control-max-age: 1728000
cache-control: no-cache
content-length: 101
content-type: application/json; charset=utf-8
date: Fri, 03 Apr 2020 20:07:37 GMT
kbn-license-sig: ea9cff523dcda35ed8eb464c9fe85ee2f733ccd763bdba3c3d5cd1b77ef57b86
kbn-name: 573b533002ed
kbn-xpack-sig: c9893a9493d98498d11ddc4a3d9954fd
set-cookie: sid=Fe26.2**1bb93f58f4327dfebb3fa71875c724d1206fd69d92850bf28cabc8f3506cb769*6Mc72FLmKBShJuJXavvfoQ*xa9D9jWcTTPXvDYEFqsLj9o00N3M0iW5TH89CXU8lfj5wp4Aez2R45YqFSFBHz2TsCUqX0nsRxkX4ioEbE3nqEVL1jMBqjG2E9h_pnX3ZpxEppFLYI4in9yRx0q5CBTKDSDlndi8ieMKfGq6xeKDtrWOS8fI6HysV81URLAYGtW3DHEuMS-Wu1X345onlO9C0sPqFWk2vM2aQhA38fOvaL2X35-S6JLnBqvQdXKuHbdevdSU0d98G4sMIdj0XPXrKc7TOy0N6a2FWasas3KUhA**192e8491e825e67147fd3d53ff3c9ea54cd5007d51db5ef6f562f317ee590a47*_H7nFle4j_NRjkj_Ed9m8W_PAwX99eZ1avFjHGBpZ30; Secure; HttpOnly; Path=/
status: 400
x-cloud-request-id: 6bgWrB_tRIC2-KvMlyGmvQ
x-found-handling-cluster: 82a000ba325a4ef8a357a7ed51c487b0
x-found-handling-instance: instance-0000000001
x-found-handling-server: 10.40.152.15
:authority: 82a000ba325a4ef8a357a7ed51c487b0.eastus2.staging.azure.foundit.no:9243
:method: POST
:path: /internal/search/es
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br
accept-language: en-US,en;q=0.9
cache-control: no-cache
content-length: 770
content-type: application/json
cookie: sid=Fe26.2**c75e34fd9f893c7cc91a9f67d9e7787d24b93b861aae74dde1072b10be443de1*6Z5tfoc8pMDytuiBaDAE_w*5yl_NLBrpJCk9Ndaf5psFnOcBNIBsgu6E9SiHx3rbp73DD38sEytXnxKj2xALuVD2sXrFoZM3ZvOSwK2MEcIzuzyQ5Kb3cV7JP14TOVWi-24KXE5TowVTVbrCXY2irQh5gH9s-9tBHffTVXr2cuAVjH8rajqZuC-hGp_UgRQf4PNO8ZxKZ79ODFzcRwJWsiahSBn_Ts44EPIRlHEpAsxCqQMv9lfRP9_SgSdCcIFXlTVzlUiBkAw_cnwRym6pcmMGsdPKZgUkfZnwQDqh0-RNA**386123f94dfb35a443a5191f4165baabc26dd200a64bef62ec65da1d4be4d4d8*Mpkd8fEX0GMKM_QTnwTx0nOcNbcIBOdD49AViO7ll54
kbn-version: 7.7.0
origin: https://82a000ba325a4ef8a357a7ed51c487b0.eastus2.staging.azure.foundit.no:9243
pragma: no-cache
referer: https://82a000ba325a4ef8a357a7ed51c487b0.eastus2.staging.azure.foundit.no:9243/app/kibana
sec-fetch-dest: empty
sec-fetch-mode: cors
sec-fetch-site: same-origin
user-agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36
{params: {ignoreThrottled: true, preference: 1585939602565, index: "kibana_sample_data_flights",…},…}
params: {ignoreThrottled: true, preference: 1585939602565, index: "kibana_sample_data_flights",…}
serverStrategy: "es"

Response:

{"statusCode":400,"error":"Bad Request","message":"Bad Request","attributes":{"error":"Bad Request"}}

Please Note: This works on local environment .

@rashmivkulkarni
Copy link
Contributor Author

May be related to #61641

@rashmivkulkarni
Copy link
Contributor Author

cc @LeeDr @lukasolson

@rayafratkina
Copy link
Contributor

Are we sure that cloud got the newest build? This is exactly what we were seeing in BC1...

@rashmivkulkarni
Copy link
Contributor Author

The commit hash is same as that of BC4 on local.

@lukasolson
Copy link
Member

Duplicate of #62502

@lukasolson lukasolson marked this as a duplicate of #62502 Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants