# Not able to view the index in elastic search and kibana

**URL:** https://discuss.elastic.co/t/not-able-to-view-the-index-in-elastic-search-and-kibana/248157
**Category:** Elasticsearch
**Created:** [September 10, 2020, 11:38am UTC](https://discuss.elastic.co/t/not-able-to-view-the-index-in-elastic-search-and-kibana/248157 "2020-09-10T11:38:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Jaya\_chandra](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jaya_chandra/32/75360_2.png) [@Jaya\_chandra](https://discuss.elastic.co/u/Jaya_chandra)
#### Post date: [September 10, 2020, 11:38am UTC](https://discuss.elastic.co/t/not-able-to-view-the-index-in-elastic-search-and-kibana/248157/1 "2020-09-10T11:38:18Z")

</div>

Hi,

I am trying to import the s3 data from aws to logstash. However, when i look at elastic search/kibana i am not able to find the index. Below is my configuration details of logstash:

input {  
s3 {  
"access\_key\_id" =\> "_**"  
"secret\_access\_key" =\> "**_"  
"region" =\> "eu-central-1"  
"bucket" =\> "logstash"  
"prefix" =\> "Logs"  
"interval" =\> "10"  
"additional\_settings" =\> {  
"force\_path\_style" =\> true  
"follow\_redirects" =\> false  
}  
}  
}

output {  
elasticsearch {  
hosts =\> ["http://\*\*\*\*\*\*:9200"]  
index =\> "logs-%{+YYYY.MM.dd}"  
#user =\> "elastic"  
#password =\> "changeme"  
}

---

<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: [October 8, 2020, 11:38am UTC](https://discuss.elastic.co/t/not-able-to-view-the-index-in-elastic-search-and-kibana/248157/2 "2020-10-08T11:38:20Z")

</div>

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