# Unable to see indexes in Logstash

**URL:** https://discuss.elastic.co/t/unable-to-see-indexes-in-logstash/134389
**Category:** Logstash
**Created:** [June 4, 2018, 8:44am UTC](https://discuss.elastic.co/t/unable-to-see-indexes-in-logstash/134389 "2018-06-04T08:44:56Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![PanneerSelvam](https://avatars.discourse-cdn.com/v4/letter/p/e47774/32.png) [@PanneerSelvam](https://discuss.elastic.co/u/PanneerSelvam)
#### Post date: [June 4, 2018, 8:44am UTC](https://discuss.elastic.co/t/unable-to-see-indexes-in-logstash/134389/1 "2018-06-04T08:44:56Z")

</div>

Hi Team,

I am able to execute the following code and get the below output as follows but there is no indexes creation happening in logstash. I request you to kindly assist me and let me know, in case if I miss anything else here.

And, also share the link to execute the \*.gz file

input {  
s3 {  
access\_key\_id =\> "AccessKey"  
secret\_access\_key =\> "SecretKey"  
bucket =\> "gtologstash"  
prefix =\> "test/"  
interval =\> 60  
codec =\> "plain"  
region =\> "us-east-1"  
}  
}

filter {  
csv {  
columns =\> ["id","name","age","money"]  
#separator =\> "\t"  
}  
}

output {  
elasticsearch {  
hosts =\> ["localhost:9200"]  
index =\> "dummy"  
document\_id =\> "%{id}"  
codec =\> rubydebug {  
metadata =\> true  
}  
}  
}

Output:  
[root@elkserver conf.d]# /usr/share/logstash/bin/logstash -f s3.conf  
WARNING: Could not find logstash.yml which is typically located in $LS\_HOME/confe defaults  
Could not find log4j2 configuration at path /usr/share/logstash/config/log4j2.pr  
[INFO] 2018-06-04 07:23:59.711 [main] scaffold - Initializing module {:module\_n  
[INFO] 2018-06-04 07:23:59.718 [main] scaffold - Initializing module {:module\_n  
[WARN] 2018-06-04 07:24:00.278 [LogStash::Runner] multilocal - Ignoring the 'pi  
[INFO] 2018-06-04 07:24:00.568 [LogStash::Runner] runner - Starting Logstash {"  
[INFO] 2018-06-04 07:24:00.750 [Api Webserver] agent - Successfully started Log  
[INFO] 2018-06-04 07:24:13.670 [Ruby-0-Thread-1: /usr/share/logstash/vendor/buneline\_id=\>"main", "pipeline.workers"=\>2, "pipeline.batch.size"=\>125, "pipeline.b  
[INFO] 2018-06-04 07:24:14.068 [[main]-pipeline-manager] elasticsearch - [Elastimpute-1.amazonaws.com:9200/](http://Elastimpute-1.amazonaws.com:9200/)]}}  
[INFO] 2018-06-04 07:24:14.071 [[main]-pipeline-manager] elasticsearch - Runnin//ec2-52-104-156-9.compute-1.amazonaws.com:9200/, :path=\>"/"}  
[WARN] 2018-06-04 07:24:14.206 [[main]-pipeline-manager] elasticsearch - Restor00/"}  
[INFO] 2018-06-04 07:24:14.449 [[main]-pipeline-manager] elasticsearch - ES Out  
[WARN] 2018-06-04 07:24:14.450 [[main]-pipeline-manager] elasticsearch - Detectnt \_type {:es\_version=\>6}  
[INFO] 2018-06-04 07:24:14.464 [[main]-pipeline-manager] elasticsearch - Using  
[INFO] 2018-06-04 07:24:14.467 [[main]-pipeline-manager] elasticsearch - Attemp "settings"=\>{"index.refresh\_interval"=\>"5s"}, "mappings"=\>{"_default_"=\>{"dynamg", "mapping"=\>{"type"=\>"text", "norms"=\>false}}}, {"string\_fields"=\>{"match"=\>"=\>{"keyword"=\>{"type"=\>"keyword", "ignore\_above"=\>256}}}}}], "properties"=\>{"@ti"properties"=\>{"ip"=\>{"type"=\>"ip"}, "location"=\>{"type"=\>"geo\_point"}, "latitud  
[INFO] 2018-06-04 07:24:14.483 [[main]-pipeline-manager] elasticsearch - New [El46-92.compute-1.amazonaws.com:9200](http://El46-92.compute-1.amazonaws.com:9200)"]}  
[INFO] 2018-06-04 07:24:14.498 [[main]-pipeline-manager] s3 - Registering s3 in  
[INFO] 2018-06-04 07:24:14.591 [Ruby-0-Thread-1: /usr/share/logstash/vendor/bunsfully {:pipeline\_id=\>"main", :thread=\>"#\<Thread:0x183f614b@/usr/share/logstash/  
[INFO] 2018-06-04 07:24:14.627 [Ruby-0-Thread-1: /usr/share/logstash/vendor/bun\>1, :pipelines=\>["main"]}

---

<div class="post-metadata">

### Author: ![magnusbaeck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/magnusbaeck/32/44943_2.png) [@magnusbaeck](https://discuss.elastic.co/u/magnusbaeck)
#### Post date: [June 4, 2018, 9:39am UTC](https://discuss.elastic.co/t/unable-to-see-indexes-in-logstash/134389/2 "2018-06-04T09:39:04Z")

</div>

Remove the codec setting from your elasticsearch output.

---

<div class="post-metadata">

### Author: ![PanneerSelvam](https://avatars.discourse-cdn.com/v4/letter/p/e47774/32.png) [@PanneerSelvam](https://discuss.elastic.co/u/PanneerSelvam)
#### Post date: [June 4, 2018, 9:53am UTC](https://discuss.elastic.co/t/unable-to-see-indexes-in-logstash/134389/3 "2018-06-04T09:53:30Z")

</div>

Hi Magnus,

Thanks for your reply. I have removed the codec setting from ES output and executed but, still I am facing the same issues.

Regards,  
Panneer S

---

<div class="post-metadata">

### Author: ![PanneerSelvam](https://avatars.discourse-cdn.com/v4/letter/p/e47774/32.png) [@PanneerSelvam](https://discuss.elastic.co/u/PanneerSelvam)
#### Post date: [June 5, 2018, 3:29am UTC](https://discuss.elastic.co/t/unable-to-see-indexes-in-logstash/134389/4 "2018-06-05T03:29:16Z")

</div>

Hi,

Can anyone please help me on this issue.

Regards,  
Panneer S

---

<div class="post-metadata">

### Author: ![Vishal\_Sharma1](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vishal_sharma1/32/20207_2.png) [@Vishal\_Sharma1](https://discuss.elastic.co/u/Vishal_Sharma1)
#### Post date: [June 5, 2018, 10:34am UTC](https://discuss.elastic.co/t/unable-to-see-indexes-in-logstash/134389/5 "2018-06-05T10:34:18Z")

</div>

show me logstash.log and elasticsearch.log.

---

<div class="post-metadata">

### Author: ![PanneerSelvam](https://avatars.discourse-cdn.com/v4/letter/p/e47774/32.png) [@PanneerSelvam](https://discuss.elastic.co/u/PanneerSelvam)
#### Post date: [June 6, 2018, 4:25am UTC](https://discuss.elastic.co/t/unable-to-see-indexes-in-logstash/134389/6 "2018-06-06T04:25:20Z")

</div>

Hi Vishal,

Thanks for your reply. Please find attached the link for logs in below, for your reference.

[https://s3.amazonaws.com/gtologs/Logs.7z](https://s3.amazonaws.com/gtologs/Logs.7z)

Please note, I was able to create an indexes in kibana when I having the \*.csv file in local machine but it is not happening when I have them in S3. Hope, it will help you to understand the current issue and provide a resolution

Regards,  
Panneer S

---

<div class="post-metadata">

### Author: ![PanneerSelvam](https://avatars.discourse-cdn.com/v4/letter/p/e47774/32.png) [@PanneerSelvam](https://discuss.elastic.co/u/PanneerSelvam)
#### Post date: [June 7, 2018, 5:26am UTC](https://discuss.elastic.co/t/unable-to-see-indexes-in-logstash/134389/7 "2018-06-07T05:26:45Z")

</div>

Hi Team,

Can anyone please help me on this issue.

Regards,  
Panneer S

---

<div class="post-metadata">

### Author: ![PanneerSelvam](https://avatars.discourse-cdn.com/v4/letter/p/e47774/32.png) [@PanneerSelvam](https://discuss.elastic.co/u/PanneerSelvam)
#### Post date: [June 8, 2018, 3:30am UTC](https://discuss.elastic.co/t/unable-to-see-indexes-in-logstash/134389/8 "2018-06-08T03:30:02Z")

</div>

Hi Vishal,

It would be thankful and help me to move further, if you could please provide details once done analyzing the given logs file.

Thanks for your ongoing support

Regards,  
Panneer S

---

<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: [July 6, 2018, 3:30am UTC](https://discuss.elastic.co/t/unable-to-see-indexes-in-logstash/134389/9 "2018-07-06T03:30:13Z")

</div>

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