How to use search analytics

Hello,

I'm running an instance of elastic search and I was wondering how can I start doing real-time search analytics or any search analytics to see what users are searching?

Is there a non command-line interface that I can use to view and display this data?

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

No. Only slow queries could be logged by now. You have to manage that on client side. Let's say collect request and index it in your own ES index.

My 2 cents

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 6 juin 2013 à 09:05, irfan mir theirf@gmail.com a écrit :

Hello,

I'm running an instance of Elasticsearch and I was wondering how can I start doing real-time search analytics or any search analytics to see what users are searching?

Is there a non command-line interface that I can use to view and display this data?

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Ah, okay. Then why are real-time analytics 'advertised' on the overview
page? I think it is Elasticsearch Platform — Find real-time answers at scale | Elastic
On Jun 6, 2013 2:42 AM, "David Pilato" david@pilato.fr wrote:

No. Only slow queries could be logged by now. You have to manage that on
client side. Let's say collect request and index it in your own ES index.

My 2 cents

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 6 juin 2013 à 09:05, irfan mir theirf@gmail.com a écrit :

Hello,

I'm running an instance of Elasticsearch and I was wondering how can I
start doing real-time search analytics or any search analytics to see what
users are searching?

Is there a non command-line interface that I can use to view and display
this data?

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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/knbtJuk5s0k/unsubscribe?hl=en-US
.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Yeah! You can build analytics with Elasticsearch based on what YOU have indexed.
I.e. index tweets and build analytics on tweets. Index logs and build analytics on logs…

We don't index queries sent by users. So if you need to build analytics on queries, YOU have to index queries first.

Did I answer to your question?

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr | @scrutmydocs

Le 6 juin 2013 à 09:44, irfan mir theirf@gmail.com a écrit :

Ah, okay. Then why are real-time analytics 'advertised' on the overview page? I think it is Elasticsearch Platform — Find real-time answers at scale | Elastic

On Jun 6, 2013 2:42 AM, "David Pilato" david@pilato.fr wrote:
No. Only slow queries could be logged by now. You have to manage that on client side. Let's say collect request and index it in your own ES index.

My 2 cents

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 6 juin 2013 à 09:05, irfan mir theirf@gmail.com a écrit :

Hello,

I'm running an instance of Elasticsearch and I was wondering how can I start doing real-time search analytics or any search analytics to see what users are searching?

Is there a non command-line interface that I can use to view and display this data?

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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/knbtJuk5s0k/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Ah, okay. So after I build an index of them I can search that index And do
my own analytics?
On Jun 6, 2013 2:55 AM, "David Pilato" david@pilato.fr wrote:

Yeah! You can build analytics with Elasticsearch based on what YOU have
indexed.
I.e. index tweets and build analytics on tweets. Index logs and build
analytics on logs…

We don't index queries sent by users. So if you need to build analytics on
queries, YOU have to index queries first.

Did I answer to your question?

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr
| @scrutmydocs https://twitter.com/scrutmydocs

Le 6 juin 2013 à 09:44, irfan mir theirf@gmail.com a écrit :

Ah, okay. Then why are real-time analytics 'advertised' on the overview
page? I think it is Elasticsearch Platform — Find real-time answers at scale | Elastic
On Jun 6, 2013 2:42 AM, "David Pilato" david@pilato.fr wrote:

No. Only slow queries could be logged by now. You have to manage that on
client side. Let's say collect request and index it in your own ES index.

My 2 cents

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 6 juin 2013 à 09:05, irfan mir theirf@gmail.com a écrit :

Hello,

I'm running an instance of Elasticsearch and I was wondering how can I
start doing real-time search analytics or any search analytics to see what
users are searching?

Is there a non command-line interface that I can use to view and
display this data?

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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/knbtJuk5s0k/unsubscribe?hl=en-US
.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Exactly. Have a look at http://three.kibana.org/

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr | @scrutmydocs

Le 6 juin 2013 à 10:11, irfan mir theirf@gmail.com a écrit :

Ah, okay. So after I build an index of them I can search that index And do my own analytics?

On Jun 6, 2013 2:55 AM, "David Pilato" david@pilato.fr wrote:
Yeah! You can build analytics with Elasticsearch based on what YOU have indexed.
I.e. index tweets and build analytics on tweets. Index logs and build analytics on logs…

We don't index queries sent by users. So if you need to build analytics on queries, YOU have to index queries first.

Did I answer to your question?

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr | @scrutmydocs

Le 6 juin 2013 à 09:44, irfan mir theirf@gmail.com a écrit :

Ah, okay. Then why are real-time analytics 'advertised' on the overview page? I think it is Elasticsearch Platform — Find real-time answers at scale | Elastic

On Jun 6, 2013 2:42 AM, "David Pilato" david@pilato.fr wrote:
No. Only slow queries could be logged by now. You have to manage that on client side. Let's say collect request and index it in your own ES index.

My 2 cents

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 6 juin 2013 à 09:05, irfan mir theirf@gmail.com a écrit :

Hello,

I'm running an instance of Elasticsearch and I was wondering how can I start doing real-time search analytics or any search analytics to see what users are searching?

Is there a non command-line interface that I can use to view and display this data?

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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/knbtJuk5s0k/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Okay, I will take a look at that. Thank you!
On Jun 6, 2013 3:26 AM, "David Pilato" david@pilato.fr wrote:

Exactly. Have a look at http://three.kibana.org/

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr
| @scrutmydocs https://twitter.com/scrutmydocs

Le 6 juin 2013 à 10:11, irfan mir theirf@gmail.com a écrit :

Ah, okay. So after I build an index of them I can search that index And do
my own analytics?
On Jun 6, 2013 2:55 AM, "David Pilato" david@pilato.fr wrote:

Yeah! You can build analytics with Elasticsearch based on what YOU have
indexed.
I.e. index tweets and build analytics on tweets. Index logs and build
analytics on logs…

We don't index queries sent by users. So if you need to build analytics
on queries, YOU have to index queries first.

Did I answer to your question?

--
David Pilato | Technical Advocate | *Elasticsearch.comhttp://elasticsearch.com/
*
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr
| @scrutmydocs https://twitter.com/scrutmydocs

Le 6 juin 2013 à 09:44, irfan mir theirf@gmail.com a écrit :

Ah, okay. Then why are real-time analytics 'advertised' on the overview
page? I think it is Elasticsearch Platform — Find real-time answers at scale | Elastic
On Jun 6, 2013 2:42 AM, "David Pilato" david@pilato.fr wrote:

No. Only slow queries could be logged by now. You have to manage that on
client side. Let's say collect request and index it in your own ES index.

My 2 cents

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 6 juin 2013 à 09:05, irfan mir theirf@gmail.com a écrit :

Hello,

I'm running an instance of Elasticsearch and I was wondering how can
I start doing real-time search analytics or any search analytics to see
what users are searching?

Is there a non command-line interface that I can use to view and
display this data?

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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/knbtJuk5s0k/unsubscribe?hl=en-US
.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Irfan,

Look at Cloud Monitoring Tools & Services | Sematext - it's free and
gives you a bunch of reports around users' search experience in real-time
and over time.

Otis

ELASTICSEARCH Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service

On Thursday, June 6, 2013 3:05:09 AM UTC-4, irfan mir wrote:

Hello,

I'm running an instance of Elasticsearch and I was wondering how can I
start doing real-time search analytics or any search analytics to see what
users are searching?

Is there a non command-line interface that I can use to view and display
this data?

--
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.
For more options, visit https://groups.google.com/groups/opt_out.