# Elastic Cloud trial version setup

**URL:** https://discuss.elastic.co/t/elastic-cloud-trial-version-setup/141233
**Category:** Kibana
**Created:** [July 23, 2018, 5:45pm UTC](https://discuss.elastic.co/t/elastic-cloud-trial-version-setup/141233 "2018-07-23T17:45:43Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ice11-84](https://avatars.discourse-cdn.com/v4/letter/i/d78d45/32.png) [@ice11-84](https://discuss.elastic.co/u/ice11-84)
#### Post date: [July 23, 2018, 5:45pm UTC](https://discuss.elastic.co/t/elastic-cloud-trial-version-setup/141233/1 "2018-07-23T17:45:43Z")

</div>

Hi,

I did the setup of elastic cloud with the setup provided and able to ingest a nested JSON using filebeat to elastic search and kibana.The sample JSON is as below:  
{"name":"AAAA","time":1168167,"etime":1168167,"tnorm":0,"lt1":{"val1":[0.759,-1.406,313.839],"val2":[0.759,-1.406.639]},  
{ "name":"AAAA","time":1168167,"etime":1168167,"tnorm":0,"lt1":{"val1":[0.759,-1.406,313.839],"val2":[0.759,-1.406,307.639]},  
{ "name":"AAAA","time":1168167,"etime":1168167,"tnorm":0,"lt1":{"val1":[0.759,-1.406,313.839],"val2":[0.759,-1.406.639]}

The Data sits in a variable called message in kibana and i am unable to visualize dashboard for each variable present in this JSON.For Eg: I want to view for val1 in lt1 how many datas are flowing in for 10 mins.

1. Is there a way to build dashboard by querying the data present in kibana.
2. or i need to write processor or analyser for parsing this data in elastic search and send data to kibana.  
Any help would be appreciated.

---

<div class="post-metadata">

### Author: ![ice11-84](https://avatars.discourse-cdn.com/v4/letter/i/d78d45/32.png) [@ice11-84](https://discuss.elastic.co/u/ice11-84)
#### Post date: [July 24, 2018, 9:14pm UTC](https://discuss.elastic.co/t/elastic-cloud-trial-version-setup/141233/2 "2018-07-24T21:14:59Z")

</div>

Tried couple of options to solve the issue but cannot see data for each field in kibana.I am able to see data all data under message field in Kibana.

---

<div class="post-metadata">

### Author: ![lukas](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/lukas/32/6812_2.png) [@lukas](https://discuss.elastic.co/u/lukas)
#### Post date: [July 24, 2018, 11:03pm UTC](https://discuss.elastic.co/t/elastic-cloud-trial-version-setup/141233/3 "2018-07-24T23:03:17Z")

</div>

Unfortunately data inside arrays does not work very well with Kibana. Could you index a document for each value that you want to visualize instead of one document that contains multiple values inside a field?

---

<div class="post-metadata">

### Author: ![ice11-84](https://avatars.discourse-cdn.com/v4/letter/i/d78d45/32.png) [@ice11-84](https://discuss.elastic.co/u/ice11-84)
#### Post date: [July 25, 2018, 1:40pm UTC](https://discuss.elastic.co/t/elastic-cloud-trial-version-setup/141233/4 "2018-07-25T13:40:13Z")

</div>

Can you please provide me a sample of how to do that as I tried working with JSON processor in elastic search but didnt get the proper answer.If i need to index each value in the document then my input should also be in that way am i correct with understanding.

---

<div class="post-metadata">

### Author: ![ice11-84](https://avatars.discourse-cdn.com/v4/letter/i/d78d45/32.png) [@ice11-84](https://discuss.elastic.co/u/ice11-84)
#### Post date: [July 25, 2018, 1:50pm UTC](https://discuss.elastic.co/t/elastic-cloud-trial-version-setup/141233/5 "2018-07-25T13:50:31Z")

</div>

Tried even creating Pipeline in elastic search and that too didnt work.Trying to figure out is there a way to achieve this as i have to use filebeat for shipping logs as i need to process all these logs everyday.

---

<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: [August 22, 2018, 1:50pm UTC](https://discuss.elastic.co/t/elastic-cloud-trial-version-setup/141233/6 "2018-08-22T13:50:32Z")

</div>

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