Discussion:
[logstash-users] Kibana 4 - Unable to fetch mapping...
p***@gmail.com
2015-03-31 18:00:19 UTC
Permalink
Hi,

Getting this error "Unable to fetch mapping. Do you have indices matching
the pattern?". Cannot proceed with Kibana setup due to this as the indices
are not getting created at all. Anybody encountered similar issue and knows
how to fix it?

Thanks,
Satish/
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups "logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to logstash-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mark Walkom
2015-03-31 23:57:50 UTC
Permalink
Do the indices you are trying to query exist in ES?
You can confirm by using curl 0:9200/_cat/indices
Post by p***@gmail.com
Hi,
Getting this error "Unable to fetch mapping. Do you have indices matching
the pattern?". Cannot proceed with Kibana setup due to this as the indices
are not getting created at all. Anybody encountered similar issue and knows
how to fix it?
Thanks,
Satish/
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups
"logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups "logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to logstash-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Satish K. Pagare
2015-04-01 09:40:04 UTC
Permalink
Mark,

This is the vanilla setup. I am stuck in the first step itself due to this
issue!
Post by Mark Walkom
Do the indices you are trying to query exist in ES?
You can confirm by using curl 0:9200/_cat/indices
Post by p***@gmail.com
Hi,
Getting this error "Unable to fetch mapping. Do you have indices matching
the pattern?". Cannot proceed with Kibana setup due to this as the indices
are not getting created at all. Anybody encountered similar issue and knows
how to fix it?
Thanks,
Satish/
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups
"logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to a topic in the
Google Groups "logstash-users" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/logstash-users/fRorMhWf4ls/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
For more options, visit https://groups.google.com/d/optout.
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups "logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to logstash-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
c***@elastic.co
2015-04-01 10:31:11 UTC
Permalink
Kibana requires you to have at least one index with data in Elasticsearch,
otherwise it will not be able to find any mappings. Have you created an
index and loaded some data into it so that Kibana has something to
visualise?

As Mark suggested running 'curl localhost:9200/_cat/indices' will list the
indices you have in Elasticsearch together with some statistics.

Best regards,

Christian
Post by p***@gmail.com
Hi,
Getting this error "Unable to fetch mapping. Do you have indices matching
the pattern?". Cannot proceed with Kibana setup due to this as the indices
are not getting created at all. Anybody encountered similar issue and knows
how to fix it?
Thanks,
Satish/
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups "logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to logstash-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Satish K. Pagare
2015-04-06 12:21:39 UTC
Permalink
Thanks got it working just fine!
Post by c***@elastic.co
Kibana requires you to have at least one index with data in Elasticsearch,
otherwise it will not be able to find any mappings. Have you created an
index and loaded some data into it so that Kibana has something to
visualise?
As Mark suggested running 'curl localhost:9200/_cat/indices' will list
the indices you have in Elasticsearch together with some statistics.
Best regards,
Christian
Post by p***@gmail.com
Hi,
Getting this error "Unable to fetch mapping. Do you have indices matching
the pattern?". Cannot proceed with Kibana setup due to this as the indices
are not getting created at all. Anybody encountered similar issue and knows
how to fix it?
Thanks,
Satish/
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups "logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to logstash-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
g***@gmail.com
2015-05-25 14:13:06 UTC
Permalink
Hi I am also facing similar kind of issue. And by suggestion here , I tried
curl localhost:9200/_cat/indices , and it gives this result.
yellow open .kibana 1 1 1 0 2.5kb 2.5kb . Please see , if I any can help me
thru this.

Thanks in avance,
Post by Satish K. Pagare
Thanks got it working just fine!
Post by c***@elastic.co
Kibana requires you to have at least one index with data in
Elasticsearch, otherwise it will not be able to find any mappings. Have you
created an index and loaded some data into it so that Kibana has something
to visualise?
As Mark suggested running 'curl localhost:9200/_cat/indices' will list
the indices you have in Elasticsearch together with some statistics.
Best regards,
Christian
Post by p***@gmail.com
Hi,
Getting this error "Unable to fetch mapping. Do you have indices
matching the pattern?". Cannot proceed with Kibana setup due to this as the
indices are not getting created at all. Anybody encountered similar issue
and knows how to fix it?
Thanks,
Satish/
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups "logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to logstash-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Satish K. Pagare
2015-05-26 04:58:45 UTC
Permalink
This probably means there is no index created in ES matching the regex:
logstashz-*. Do a curl GET on http://ESserver:9200/_cat/indices and see
what all indices you have created. If none, then use logstash to create
your first index in ES.
Post by g***@gmail.com
Hi I am also facing similar kind of issue. And by suggestion here , I
tried curl localhost:9200/_cat/indices , and it gives this result.
yellow open .kibana 1 1 1 0 2.5kb 2.5kb . Please see , if I any can help
me thru this.
Thanks in avance,
Post by Satish K. Pagare
Thanks got it working just fine!
Post by c***@elastic.co
Kibana requires you to have at least one index with data in
Elasticsearch, otherwise it will not be able to find any mappings. Have you
created an index and loaded some data into it so that Kibana has something
to visualise?
As Mark suggested running 'curl localhost:9200/_cat/indices' will list
the indices you have in Elasticsearch together with some statistics.
Best regards,
Christian
Post by p***@gmail.com
Hi,
Getting this error "Unable to fetch mapping. Do you have indices
matching the pattern?". Cannot proceed with Kibana setup due to this as the
indices are not getting created at all. Anybody encountered similar issue
and knows how to fix it?
Thanks,
Satish/
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups "logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to logstash-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
g***@gmail.com
2015-05-26 08:38:21 UTC
Permalink
Hi Thanks for the info , but i checked the ligstasg forwarder log and found
the certificate was properly uploaded.

Thanks for your time
Post by Satish K. Pagare
logstashz-*. Do a curl GET on http://ESserver:9200/_cat/indices and see
what all indices you have created. If none, then use logstash to create
your first index in ES.
Post by g***@gmail.com
Hi I am also facing similar kind of issue. And by suggestion here , I
tried curl localhost:9200/_cat/indices , and it gives this result.
yellow open .kibana 1 1 1 0 2.5kb 2.5kb . Please see , if I any can help
me thru this.
Thanks in avance,
Post by Satish K. Pagare
Thanks got it working just fine!
Post by c***@elastic.co
Kibana requires you to have at least one index with data in
Elasticsearch, otherwise it will not be able to find any mappings. Have you
created an index and loaded some data into it so that Kibana has something
to visualise?
As Mark suggested running 'curl localhost:9200/_cat/indices' will list
the indices you have in Elasticsearch together with some statistics.
Best regards,
Christian
Post by p***@gmail.com
Hi,
Getting this error "Unable to fetch mapping. Do you have indices
matching the pattern?". Cannot proceed with Kibana setup due to this as the
indices are not getting created at all. Anybody encountered similar issue
and knows how to fix it?
Thanks,
Satish/
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups "logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to logstash-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Allan Mitchell
2015-05-26 10:14:35 UTC
Permalink
Your kibana index being yellow is described here

https://www.elastic.co/guide/en/elasticsearch/reference/1.x/cluster-health.html

The cluster health status is: green, yellow or red. On the shard level, a
red status indicates that the specific shard is not allocated in the
cluster, yellow means that the primary shard is allocated but replicas are
not, and green means that all shards are allocated. The index level status
is controlled by the worst shard status. The cluster status is controlled
by the worst index status.
Post by g***@gmail.com
Hi I am also facing similar kind of issue. And by suggestion here , I
tried curl localhost:9200/_cat/indices , and it gives this result.
yellow open .kibana 1 1 1 0 2.5kb 2.5kb . Please see , if I any can help
me thru this.
Thanks in avance,
Post by Satish K. Pagare
Thanks got it working just fine!
Post by c***@elastic.co
Kibana requires you to have at least one index with data in
Elasticsearch, otherwise it will not be able to find any mappings. Have you
created an index and loaded some data into it so that Kibana has something
to visualise?
As Mark suggested running 'curl localhost:9200/_cat/indices' will list
the indices you have in Elasticsearch together with some statistics.
Best regards,
Christian
Post by p***@gmail.com
Hi,
Getting this error "Unable to fetch mapping. Do you have indices
matching the pattern?". Cannot proceed with Kibana setup due to this as the
indices are not getting created at all. Anybody encountered similar issue
and knows how to fix it?
Thanks,
Satish/
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups
"logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
Remember: if a new user has a bad time, it's a bug in logstash.
---
You received this message because you are subscribed to the Google Groups "logstash-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to logstash-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...