Hi,
I just upgraded my four node ES cluster to 1.4.2. After restart I cant
retrieve data using Kibana3 unless I manually creates an alias for each
index? I still have one ES1.3.x left in the cluster where kibana works fine.
If I run "_aliases?pretty " on an ES 1.4. node it returns "{}" only and
kibana cant find any data.
If I run the same from a ES1.3.x node I get the following (same cluster):
{
"logstash-2015.03.17": {
"aliases": {}
},
"logstash-2015.03.18": {
"aliases": {
}
},
"logstash-2015.03.16": {
"aliases": {}
Hi,
I just upgraded my four node ES cluster to 1.4.2. After restart I cant
retrieve data using Kibana3 unless I manually creates an alias for each
index? I still have one ES1.3.x left in the cluster where kibana works fine.
If I run "_aliases?pretty " on an ES 1.4. node it returns "{}" only and
kibana cant find any data.
If I run the same from a ES1.3.x node I get the following (same cluster):
{
"logstash-2015.03.17": {
"aliases": {}
},
"logstash-2015.03.18": {
"aliases": {
}
},
"logstash-2015.03.16": {
"aliases": {}
Hi Mark,
I don't get any errors in the logs.
Froma ES 1.4 node Kibana returns:
"No results There were no results because no indices were found that
match your selected time span"
So for some reason Kibana can't find the index if I don't set an index
alias.
"_aliases?pretty" output from ES1.4 where I manually set alias1,2,3 and
that all I see
{
"logstash-2015.03.20": {
"aliases": {
"alias3": {}
}
},
"logstash-2015.03.19": {
"aliases": {
"alias1": {}
}
},
"logstash-2015.03.18": {
"aliases": {
"alias2": {}
}
}
}
Den fredag 20 mars 2015 kl. 07:04:24 UTC+1 skrev Mark Walkom:
Can you provide the errors you are seeing?
On 19 March 2015 at 17:20, Mathias Adler <mathia...@rebtel.com
<javascript:>> wrote:
Hi,
I just upgraded my four node ES cluster to 1.4.2. After restart I cant
retrieve data using Kibana3 unless I manually creates an alias for each
index? I still have one ES1.3.x left in the cluster where kibana works fine.
If I run "_aliases?pretty " on an ES 1.4. node it returns "{}" only and
kibana cant find any data.
If I run the same from a ES1.3.x node I get the following (same cluster):
{
"logstash-2015.03.17": {
"aliases": {}
},
"logstash-2015.03.18": {
"aliases": {
}
},
"logstash-2015.03.16": {
"aliases": {}
Hi Mark,
I don't get any errors in the logs.
Froma ES 1.4 node Kibana returns:
"No results There were no results because no indices were found that
match your selected time span"
So for some reason Kibana can't find the index if I don't set an index
alias.
"_aliases?pretty" output from ES1.4 where I manually set alias1,2,3 and
that all I see
{
"logstash-2015.03.20": {
"aliases": {
"alias3": {}
}
},
"logstash-2015.03.19": {
"aliases": {
"alias1": {}
}
},
"logstash-2015.03.18": {
"aliases": {
"alias2": {}
}
}
}
Hi,
I just upgraded my four node ES cluster to 1.4.2. After restart I cant
retrieve data using Kibana3 unless I manually creates an alias for each
index? I still have one ES1.3.x left in the cluster where kibana works fine.
If I run "_aliases?pretty " on an ES 1.4. node it returns "{}" only and
kibana cant find any data.
If I run the same from a ES1.3.x node I get the following (same cluster):
{
"logstash-2015.03.17": {
"aliases": {}
},
"logstash-2015.03.18": {
"aliases": {
}
},
"logstash-2015.03.16": {
"aliases": {}
Hi Mark,
I don't get any errors in the logs.
Froma ES 1.4 node Kibana returns:
"No results There were no results because no indices were found that
match your selected time span"
So for some reason Kibana can't find the index if I don't set an index
alias.
"_aliases?pretty" output from ES1.4 where I manually set alias1,2,3 and
that all I see
{
"logstash-2015.03.20": {
"aliases": {
"alias3": {}
}
},
"logstash-2015.03.19": {
"aliases": {
"alias1": {}
}
},
"logstash-2015.03.18": {
"aliases": {
"alias2": {}
}
}
}
Hi,
I just upgraded my four node ES cluster to 1.4.2. After restart I cant
retrieve data using Kibana3 unless I manually creates an alias for each
index? I still have one ES1.3.x left in the cluster where kibana works fine.
If I run "_aliases?pretty " on an ES 1.4. node it returns "{}" only and
kibana cant find any data.
If I run the same from a ES1.3.x node I get the following (same
cluster):
{
"logstash-2015.03.17": {
"aliases": {}
},
"logstash-2015.03.18": {
"aliases": {
}
},
"logstash-2015.03.16": {
"aliases": {}
Ok, a reboot of all cluster hosts fixed the problem, like magic...
//MA
Den fredag 20 mars 2015 kl. 21:12:09 UTC+1 skrev Mathias Adler:
Index pattern is default [logstash-]YYYY.MM.DD, same on all nodes
Thanks for reaching out...!
//MA
2015-03-20 20:34 GMT+01:00 Mark Walkom <markw...@gmail.com <javascript:>>:
What is the index pattern you are using in Kibana? It shouldn't need an
alias unless you explicitly define it as the pattern.
On 20 March 2015 at 03:24, Mathias Adler <mathia...@rebtel.com
<javascript:>> wrote:
Hi Mark,
I don't get any errors in the logs.
Froma ES 1.4 node Kibana returns:
"No results There were no results because no indices were found that
match your selected time span"
So for some reason Kibana can't find the index if I don't set an index
alias.
"_aliases?pretty" output from ES1.4 where I manually set alias1,2,3 and
that all I see
{
"logstash-2015.03.20": {
"aliases": {
"alias3": {}
}
},
"logstash-2015.03.19": {
"aliases": {
"alias1": {}
}
},
"logstash-2015.03.18": {
"aliases": {
"alias2": {}
}
}
}
Hi,
I just upgraded my four node ES cluster to 1.4.2. After restart I cant
retrieve data using Kibana3 unless I manually creates an alias for each
index? I still have one ES1.3.x left in the cluster where kibana works fine.
If I run "_aliases?pretty " on an ES 1.4. node it returns "{}" only
and kibana cant find any data.
If I run the same from a ES1.3.x node I get the following (same
cluster):
{
"logstash-2015.03.17": {
"aliases": {}
},
"logstash-2015.03.18": {
"aliases": {
}
},
"logstash-2015.03.16": {
"aliases": {}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.