Running Kibana 4 on index

Hi,
I've Elastic with 2 simple indexes (chatmessages and sessions).
I tried to run Kibana but although it can see the indexes I get the
following message:

Indices and aliases that were found, but did not match the pattern:
.kibana
chatmessages
sessions

Let me know what need to be done in order to solve it.

Thank you,
Moshe

--
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/43a38a2b-cb98-44ae-a107-873074cbc9e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Are you using Kibana 4 with the latest Elasticsearch?

Basically, in Kibana 4 you need to make sure you uncheck "Index contains
time-based events", then type the name of the index and click Create

--

Itamar Syn-Hershko
http://code972.com | @synhershko https://twitter.com/synhershko
Freelance Developer & Consultant
Lucene.NET committer and PMC member

On Mon, Mar 16, 2015 at 6:31 PM, Moshe Recanati re.moshe@gmail.com wrote:

Hi,
I've Elastic with 2 simple indexes (chatmessages and sessions).
I tried to run Kibana but although it can see the indexes I get the
following message:

Indices and aliases that were found, but did not match the pattern:
.kibana
chatmessages
sessions

Let me know what need to be done in order to solve it.

Thank you,
Moshe

--
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/43a38a2b-cb98-44ae-a107-873074cbc9e3%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/43a38a2b-cb98-44ae-a107-873074cbc9e3%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/CAHTr4ZvmfouaDEYHmHrqeZZ3p7Li%3D3yY5WAr7%3D5A9wVagpfhgA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Yes latest ES.
How I make sure it's timebased events?
On Mar 16, 2015 6:37 PM, "Itamar Syn-Hershko" itamar@code972.com wrote:

Are you using Kibana 4 with the latest Elasticsearch?

Basically, in Kibana 4 you need to make sure you uncheck "Index contains
time-based events", then type the name of the index and click Create

--

Itamar Syn-Hershko
http://code972.com | @synhershko https://twitter.com/synhershko
Freelance Developer & Consultant
Lucene.NET committer and PMC member

On Mon, Mar 16, 2015 at 6:31 PM, Moshe Recanati re.moshe@gmail.com
wrote:

Hi,
I've Elastic with 2 simple indexes (chatmessages and sessions).
I tried to run Kibana but although it can see the indexes I get the
following message:

Indices and aliases that were found, but did not match the pattern:
.kibana
chatmessages
sessions

Let me know what need to be done in order to solve it.

Thank you,
Moshe

--
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/43a38a2b-cb98-44ae-a107-873074cbc9e3%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/43a38a2b-cb98-44ae-a107-873074cbc9e3%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/jKDqXRQyYDs/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/CAHTr4ZvmfouaDEYHmHrqeZZ3p7Li%3D3yY5WAr7%3D5A9wVagpfhgA%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAHTr4ZvmfouaDEYHmHrqeZZ3p7Li%3D3yY5WAr7%3D5A9wVagpfhgA%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/CA%2BhKCHO4G_GY4FXnvB9KFRUm4URxqVHtEgBzYa4Q4C%3D7v6FJBw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

If there is a @timestamp field, Kibana will use it to work with the
documents as timebased. Either way, you need to type the name of the index
explicitly and override the logstash-* pattern that is suggested by default.

--

Itamar Syn-Hershko
http://code972.com | @synhershko https://twitter.com/synhershko
Freelance Developer & Consultant
Lucene.NET committer and PMC member

On Mon, Mar 16, 2015 at 6:44 PM, Moshe Recanati re.moshe@gmail.com wrote:

Yes latest ES.
How I make sure it's timebased events?
On Mar 16, 2015 6:37 PM, "Itamar Syn-Hershko" itamar@code972.com wrote:

Are you using Kibana 4 with the latest Elasticsearch?

Basically, in Kibana 4 you need to make sure you uncheck "Index contains
time-based events", then type the name of the index and click Create

--

Itamar Syn-Hershko
http://code972.com | @synhershko https://twitter.com/synhershko
Freelance Developer & Consultant
Lucene.NET committer and PMC member

On Mon, Mar 16, 2015 at 6:31 PM, Moshe Recanati re.moshe@gmail.com
wrote:

Hi,
I've Elastic with 2 simple indexes (chatmessages and sessions).
I tried to run Kibana but although it can see the indexes I get the
following message:

Indices and aliases that were found, but did not match the pattern:
.kibana
chatmessages
sessions

Let me know what need to be done in order to solve it.

Thank you,
Moshe

--
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/43a38a2b-cb98-44ae-a107-873074cbc9e3%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/43a38a2b-cb98-44ae-a107-873074cbc9e3%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/jKDqXRQyYDs/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/CAHTr4ZvmfouaDEYHmHrqeZZ3p7Li%3D3yY5WAr7%3D5A9wVagpfhgA%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAHTr4ZvmfouaDEYHmHrqeZZ3p7Li%3D3yY5WAr7%3D5A9wVagpfhgA%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/CA%2BhKCHO4G_GY4FXnvB9KFRUm4URxqVHtEgBzYa4Q4C%3D7v6FJBw%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CA%2BhKCHO4G_GY4FXnvB9KFRUm4URxqVHtEgBzYa4Q4C%3D7v6FJBw%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/CAHTr4Zus-f7d9OSU%2BKfYvKtQuy5eYRQJr%3DkUokJdFW9MRzD9KA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Hi,
I've timestamp field in my java object. Attached my data.zip.

Regards,
Moshe

On Mon, Mar 16, 2015 at 6:47 PM, Itamar Syn-Hershko itamar@code972.com
wrote:

If there is a @timestamp field, Kibana will use it to work with the
documents as timebased. Either way, you need to type the name of the index
explicitly and override the logstash-* pattern that is suggested by default.

--

Itamar Syn-Hershko
http://code972.com | @synhershko https://twitter.com/synhershko
Freelance Developer & Consultant
Lucene.NET committer and PMC member

On Mon, Mar 16, 2015 at 6:44 PM, Moshe Recanati re.moshe@gmail.com
wrote:

Yes latest ES.
How I make sure it's timebased events?
On Mar 16, 2015 6:37 PM, "Itamar Syn-Hershko" itamar@code972.com wrote:

Are you using Kibana 4 with the latest Elasticsearch?

Basically, in Kibana 4 you need to make sure you uncheck "Index contains
time-based events", then type the name of the index and click Create

--

Itamar Syn-Hershko
http://code972.com | @synhershko https://twitter.com/synhershko
Freelance Developer & Consultant
Lucene.NET committer and PMC member

On Mon, Mar 16, 2015 at 6:31 PM, Moshe Recanati re.moshe@gmail.com
wrote:

Hi,
I've Elastic with 2 simple indexes (chatmessages and sessions).
I tried to run Kibana but although it can see the indexes I get the
following message:

Indices and aliases that were found, but did not match the pattern:
.kibana
chatmessages
sessions

Let me know what need to be done in order to solve it.

Thank you,
Moshe

--
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/43a38a2b-cb98-44ae-a107-873074cbc9e3%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/43a38a2b-cb98-44ae-a107-873074cbc9e3%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/jKDqXRQyYDs/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/CAHTr4ZvmfouaDEYHmHrqeZZ3p7Li%3D3yY5WAr7%3D5A9wVagpfhgA%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAHTr4ZvmfouaDEYHmHrqeZZ3p7Li%3D3yY5WAr7%3D5A9wVagpfhgA%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/CA%2BhKCHO4G_GY4FXnvB9KFRUm4URxqVHtEgBzYa4Q4C%3D7v6FJBw%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CA%2BhKCHO4G_GY4FXnvB9KFRUm4URxqVHtEgBzYa4Q4C%3D7v6FJBw%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 a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/jKDqXRQyYDs/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/CAHTr4Zus-f7d9OSU%2BKfYvKtQuy5eYRQJr%3DkUokJdFW9MRzD9KA%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAHTr4Zus-f7d9OSU%2BKfYvKtQuy5eYRQJr%3DkUokJdFW9MRzD9KA%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/CA%2BhKCHNybOMS%2BF46xaoiNKpbA%3DX0-f1UrTA9NXNRQSLkEpMVVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.