I have indexed accesslogs using logstash into kibana5.0 .It does not show up in discover,graph,visualize anywhere ...but in x-pack with monitoring i find it when i select show system indices as:
.monitoring-es-2-2016.11.17
.monitoring-kibana-2-2016.11.17
please do help
Have you added the index pattern?
Go to Management, select Index Patterns and click Add New.
You will want to provide the index pattern which the logs were indexed to. You can a list of indexes by using the cat API of Elasticsearch. For example: http://localhost:9200/_cat/indices
Logstash defaults to creating index patterns beginning with logstash-, so your index pattern would be logstash-*