# Kibana dashboard shows different values

**URL:** https://discuss.elastic.co/t/kibana-dashboard-shows-different-values/219506
**Category:** Kibana
**Created:** [February 16, 2020, 6:29am UTC](https://discuss.elastic.co/t/kibana-dashboard-shows-different-values/219506 "2020-02-16T06:29:05Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Vicky\_S](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vicky_s/32/60764_2.png) [@Vicky\_S](https://discuss.elastic.co/u/Vicky_S)
#### Post date: [February 16, 2020, 6:29am UTC](https://discuss.elastic.co/t/kibana-dashboard-shows-different-values/219506/1 "2020-02-16T06:29:05Z")

</div>

Hi, I have created dashboards to monitor customer care details. I have visualizations to show the incoming and outgoing calls. In my computer kibana shows 71 incoming calls and 23 outgoing calls.I accessed the same dashboard in several other computers connected to the same network using ip address(192.168.0.55:5601) and it is working fine but in two computers kibana opens and the dashboard shows 0 incoming calls and 0 outgoing calls. I am unable to fix this issue. Can anybody help?

---

<div class="post-metadata">

### Author: ![flash1293](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flash1293/32/41227_2.png) [@flash1293](https://discuss.elastic.co/u/flash1293)
#### Post date: [February 17, 2020, 10:32am UTC](https://discuss.elastic.co/t/kibana-dashboard-shows-different-values/219506/2 "2020-02-17T10:32:16Z")

</div>

Hi @Vicky_S,

are any errors shown in the browser console or error messages popping up in the bottom right? If not, please click the inspect button in the top nav and copy/paste the request sent to Elasticsearch both on a computer where results are shown as well as on one where they are not shown.  
[https://www.elastic.co/guide/en/kibana/7.6/tutorial-dashboard.html#\_inspect\_the\_data](https://www.elastic.co/guide/en/kibana/7.6/tutorial-dashboard.html#_inspect_the_data)

---

<div class="post-metadata">

### Author: ![Vicky\_S](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vicky_s/32/60764_2.png) [@Vicky\_S](https://discuss.elastic.co/u/Vicky_S)
#### Post date: [February 17, 2020, 1:50pm UTC](https://discuss.elastic.co/t/kibana-dashboard-shows-different-values/219506/3 "2020-02-17T13:50:17Z")

</div>

Hi @flash1293 , Browser console shows some errors.

1. Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”).
2. A single error about an inline script not firing due to content security policy is expected!
3. Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-SbBSU7MfZFnVMq4PuE/jbBz7pPIfXUTYDrdHl7Ckchc='), or a nonce ('nonce-...') is required to enable inline execution.

---

<div class="post-metadata">

### Author: ![flash1293](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flash1293/32/41227_2.png) [@flash1293](https://discuss.elastic.co/u/flash1293)
#### Post date: [February 17, 2020, 2:01pm UTC](https://discuss.elastic.co/t/kibana-dashboard-shows-different-values/219506/4 "2020-02-17T14:01:15Z")

</div>

Those are expected. Could you post the requests being done on the computers where it’s working vs where it’s not working?

---

<div class="post-metadata">

### Author: ![Vicky\_S](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vicky_s/32/60764_2.png) [@Vicky\_S](https://discuss.elastic.co/u/Vicky_S)
#### Post date: [February 17, 2020, 2:20pm UTC](https://discuss.elastic.co/t/kibana-dashboard-shows-different-values/219506/5 "2020-02-17T14:20:55Z")

</div>

Request done on computer which is working fine:  
{  
"aggs": {},  
"size": 0,  
"\_source": {  
"excludes":   
},  
"stored\_fields": [  
"\*"  
],  
"script\_fields": {},  
"docvalue\_fields": [  
{  
"field": "@timestamp",  
"format": "date\_time"  
},  
{  
"field": "call\_date",  
"format": "date\_time"  
},  
{  
"field": "end\_epoch",  
"format": "date\_time"  
},  
{  
"field": "start\_epoch",  
"format": "date\_time"  
}  
],  
"query": {  
"bool": {  
"must": [  
{  
"match\_all": {}  
},  
{  
"match\_all": {}  
}  
],  
"filter": [  
{  
"match\_phrase": {  
"campaign\_id.keyword": {  
"query": "CHENNAIINBOUND"  
}  
}  
},  
{  
"match\_phrase": {  
"@timestamp": {  
"query": "now/d"  
}  
}  
},  
{  
"range": {  
"@timestamp": {  
"format": "strict\_date\_optional\_time",  
"gte": "2020-02-16T18:30:00.000Z",  
"lte": "2020-02-17T18:29:59.999Z"  
}  
}  
}  
],  
"should": ,  
"must\_not":   
}  
}  
}

---

<div class="post-metadata">

### Author: ![Vicky\_S](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vicky_s/32/60764_2.png) [@Vicky\_S](https://discuss.elastic.co/u/Vicky_S)
#### Post date: [February 17, 2020, 2:22pm UTC](https://discuss.elastic.co/t/kibana-dashboard-shows-different-values/219506/6 "2020-02-17T14:22:16Z")

</div>

request done on computer(not working fine):  
{  
"aggs": {},  
"size": 0,  
"\_source": {  
"excludes":   
},  
"stored\_fields": [  
"\*"  
],  
"script\_fields": {},  
"docvalue\_fields": [  
{  
"field": "@timestamp",  
"format": "date\_time"  
},  
{  
"field": "call\_date",  
"format": "date\_time"  
},  
{  
"field": "end\_epoch",  
"format": "date\_time"  
},  
{  
"field": "start\_epoch",  
"format": "date\_time"  
}  
],  
"query": {  
"bool": {  
"must": [  
{  
"match\_all": {}  
},  
{  
"match\_all": {}  
}  
],  
"filter": [  
{  
"match\_phrase": {  
"campaign\_id.keyword": {  
"query": "CHENNAIINBOUND"  
}  
}  
},  
{  
"match\_phrase": {  
"@timestamp": {  
"query": "now/d"  
}  
}  
},  
{  
"range": {  
"@timestamp": {  
"format": "strict\_date\_optional\_time",  
"gte": "2010-03-10T18:30:00.000Z",  
"lte": "2010-03-11T18:29:59.999Z"  
}  
}  
}  
],  
"should": ,  
"must\_not":   
}  
}  
}

---

<div class="post-metadata">

### Author: ![Vicky\_S](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vicky_s/32/60764_2.png) [@Vicky\_S](https://discuss.elastic.co/u/Vicky_S)
#### Post date: [February 17, 2020, 2:25pm UTC](https://discuss.elastic.co/t/kibana-dashboard-shows-different-values/219506/7 "2020-02-17T14:25:36Z")

</div>

@timestamp differs for the requests.I changed the system time and its working fine.Thanks @flash1293

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 16, 2020, 2:25pm UTC](https://discuss.elastic.co/t/kibana-dashboard-shows-different-values/219506/8 "2020-03-16T14:25:46Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
