403 from kibana when searching closed indices

Hi all,

Am using the standard ELK stack and am having an issue with kibana
currently.

I close one of my indices (e.g. logstash-2015.03.30). When i do a search in
kibana for data involving that index, i get a 403 (IndexClosedException).
I would have expected Kibana/Elasticsearch to know the index is closed and
not to use in in search.

Is there anyway to tell kibana to ignore that index in search? Would
deleting the index be an alternative?

Derry

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/2f6f60d5-fbf0-4ad6-be8e-d4769e62c618%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

This is dangerous as it can lead to you not knowing that data isn't
available.

If you have it closed and are considering deleting it to resolve this, then
why even bother closing it in the first place, just delete it.

On 2 April 2015 at 00:37, Derry O' Sullivan derryos@gmail.com wrote:

Hi all,

Am using the standard ELK stack and am having an issue with kibana
currently.

I close one of my indices (e.g. logstash-2015.03.30). When i do a search
in kibana for data involving that index, i get a 403
(IndexClosedException). I would have expected Kibana/Elasticsearch to know
the index is closed and not to use in in search.

Is there anyway to tell kibana to ignore that index in search? Would
deleting the index be an alternative?

Derry

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/2f6f60d5-fbf0-4ad6-be8e-d4769e62c618%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/2f6f60d5-fbf0-4ad6-be8e-d4769e62c618%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEYi1X9xgzJmS%2B8dWSvLMZcHP0ymvgu%3DtapTqniZg-Z6Zse_sQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Hi Mark,

The reason i asked was that i closed the index due to the fact that i
didn't want people to query that data temporarily (vs
deleting/permanently). I thought that Kibana would have handled the closed
index vs throwing a 403 exception. Without looking at the developer tools
though, you don't get any errors from kibana - just blank widgets.

Derry

On 1 April 2015 at 22:36, Mark Walkom markwalkom@gmail.com wrote:

This is dangerous as it can lead to you not knowing that data isn't
available.

If you have it closed and are considering deleting it to resolve this,
then why even bother closing it in the first place, just delete it.

On 2 April 2015 at 00:37, Derry O' Sullivan derryos@gmail.com wrote:

Hi all,

Am using the standard ELK stack and am having an issue with kibana
currently.

I close one of my indices (e.g. logstash-2015.03.30). When i do a search
in kibana for data involving that index, i get a 403
(IndexClosedException). I would have expected Kibana/Elasticsearch to know
the index is closed and not to use in in search.

Is there anyway to tell kibana to ignore that index in search? Would
deleting the index be an alternative?

Derry

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/2f6f60d5-fbf0-4ad6-be8e-d4769e62c618%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/2f6f60d5-fbf0-4ad6-be8e-d4769e62c618%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/K7Xg4ZqnpZA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAEYi1X9xgzJmS%2B8dWSvLMZcHP0ymvgu%3DtapTqniZg-Z6Zse_sQ%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAEYi1X9xgzJmS%2B8dWSvLMZcHP0ymvgu%3DtapTqniZg-Z6Zse_sQ%40mail.gmail.com?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAOGQnJr%2B_0m3P1UxfWdD8oKhZ%3DH%3DwJ-4CuJPFw-t%2BiLYb1C58g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

You might want to raise an issue on Github for a feature request then as
it's possible to just ignore.

On 2 April 2015 at 09:15, Derry O' Sullivan derryos@gmail.com wrote:

Hi Mark,

The reason i asked was that i closed the index due to the fact that i
didn't want people to query that data temporarily (vs
deleting/permanently). I thought that Kibana would have handled the closed
index vs throwing a 403 exception. Without looking at the developer tools
though, you don't get any errors from kibana - just blank widgets.

Derry

On 1 April 2015 at 22:36, Mark Walkom markwalkom@gmail.com wrote:

This is dangerous as it can lead to you not knowing that data isn't
available.

If you have it closed and are considering deleting it to resolve this,
then why even bother closing it in the first place, just delete it.

On 2 April 2015 at 00:37, Derry O' Sullivan derryos@gmail.com wrote:

Hi all,

Am using the standard ELK stack and am having an issue with kibana
currently.

I close one of my indices (e.g. logstash-2015.03.30). When i do a search
in kibana for data involving that index, i get a 403
(IndexClosedException). I would have expected Kibana/Elasticsearch to know
the index is closed and not to use in in search.

Is there anyway to tell kibana to ignore that index in search? Would
deleting the index be an alternative?

Derry

--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/2f6f60d5-fbf0-4ad6-be8e-d4769e62c618%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/2f6f60d5-fbf0-4ad6-be8e-d4769e62c618%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/K7Xg4ZqnpZA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAEYi1X9xgzJmS%2B8dWSvLMZcHP0ymvgu%3DtapTqniZg-Z6Zse_sQ%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAEYi1X9xgzJmS%2B8dWSvLMZcHP0ymvgu%3DtapTqniZg-Z6Zse_sQ%40mail.gmail.com?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAOGQnJr%2B_0m3P1UxfWdD8oKhZ%3DH%3DwJ-4CuJPFw-t%2BiLYb1C58g%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAOGQnJr%2B_0m3P1UxfWdD8oKhZ%3DH%3DwJ-4CuJPFw-t%2BiLYb1C58g%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEYi1X_gwoLb3tyf8tQCsN3BJGfTEgz5XXc1rOeCyUMrgBKRKA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.