Kibana

I think I found the problem and it was to do with use of AWS internal ip
instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops!
IndexMissingException[[NOINDEX]
missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohitanchlia@gmail.comwrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I am
seeing no data being returned from the search even though elasticsearch
returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia mohitanchlia@gmail.comwrote:

It worked but I get same results as the first time. Screen shot is
attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato david@pilato.fr wrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato david@pilato.fr wrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/

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

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

Installed it as a site plugin and seems to have installed but it
can't find it

[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato david@pilato.fr wrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

I am not familar with what site plugin is. Is this something that
gets installed in Chrome? Or is this something I need to deploy it on a web
server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato david@pilato.fr wrote:

Try to install it under /plugins/kibana3/_site and open it with
http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato david@pilato.frwrote:

Yes. Click on the small arrow (or something like that) near title.
It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

I tried that and I just get a blank page with black border on the
top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato david@pilato.frwrote:

Just download kibana3 and open index.html in your browser.****


Then, you have to define rows and panels in rows.****

You need at least a timepicker that point to a date field in your
docs.****


Sadly, documentation is not yet ready but I know that Rashid will
add it somedays.****




De : elasticsearch@googlegroups.com [mailto:
elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasticsearch@googlegroups.com
Objet : Re: Kibana****


I am having trouble running kibana3. I started ./scripts/server.js
and then launched it in the browser. When I run search no results are
returned. I also ran ./load.sh from scripts and I do see results when I
query directly against elasticsearch****

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato david@pilato.fr
wrote:****

Kibana3 runs in your browser. No need to setup any node.js.****



De : elasticsearch@googlegroups.com [mailto:
elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasticsearch@googlegroups.com
Objet : Re: Kibana****


I installed node.js on the machine where I am runnin kibana3. Are
there any specific instructions for installation or can I just copy the
entire dir in httpd? I tried running server.js but there doesn't seem to be
a way to make it run on a given ip.****


Also, since this may not be the right group, is there a different
email I can send my questions to?****


Thanks****

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato david@pilato.fr
wrote:****

Kibana3 is full Javascript.****


--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohitanchlia@gmail.com a
écrit :****

Thanks for the link. What are the differences between kibna and
kbana3?****

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato david@pilato.fr
wrote:****

Yes I did but using Kibana3:
GitHub - elastic/kibana: Your window into the Elastic Stack****



--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohitanchlia@gmail.com a
écrit :****

I am trying to setup kibana with elasticsearch without logstash.
Even though it's not directly related to elasticsearch I wanted to know if
anyone has successfully used Kibana with elasticsearch but without
logstash? I have everything installed and hooked but query doesn't seem to
be working. ****

--
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.


--
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.



--
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.

--
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.

<kb.docx>

--
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.

--
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.

--
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 need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I think I found the problem and it was to do with use of AWS internal ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX] missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohitanchlia@gmail.com wrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I am seeing no data being returned from the search even though elasticsearch returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia mohitanchlia@gmail.com wrote:

It worked but I get same results as the first time. Screen shot is attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato david@pilato.fr wrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohitanchlia@gmail.com a écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato david@pilato.fr wrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/
--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Installed it as a site plugin and seems to have installed but it can't find it

[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato david@pilato.fr wrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I am not familar with what site plugin is. Is this something that gets installed in Chrome? Or is this something I need to deploy it on a web server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato david@pilato.fr wrote:

Try to install it under /plugins/kibana3/_site and open it with http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohitanchlia@gmail.com a écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato david@pilato.fr wrote:

Yes. Click on the small arrow (or something like that) near title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I tried that and I just get a blank page with black border on the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato david@pilato.fr wrote:

Just download kibana3 and open index.html in your browser.

Then, you have to define rows and panels in rows.

You need at least a timepicker that point to a date field in your docs.

Sadly, documentation is not yet ready but I know that Rashid will add it somedays.

De : elasticsearch@googlegroups.com [mailto:elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasticsearch@googlegroups.com
Objet : Re: Kibana

I am having trouble running kibana3. I started ./scripts/server.js and then launched it in the browser. When I run search no results are returned. I also ran ./load.sh from scripts and I do see results when I query directly against elasticsearch

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato david@pilato.fr wrote:

Kibana3 runs in your browser. No need to setup any node.js.

De : elasticsearch@googlegroups.com [mailto:elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasticsearch@googlegroups.com
Objet : Re: Kibana

I installed node.js on the machine where I am runnin kibana3. Are there any specific instructions for installation or can I just copy the entire dir in httpd? I tried running server.js but there doesn't seem to be a way to make it run on a given ip.

Also, since this may not be the right group, is there a different email I can send my questions to?

Thanks

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato david@pilato.fr wrote:

Kibana3 is full Javascript.

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Thanks for the link. What are the differences between kibna and kbana3?

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato david@pilato.fr wrote:

Yes I did but using Kibana3: GitHub - elastic/kibana: Your window into the Elastic Stack

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I am trying to setup kibana with elasticsearch without logstash. Even though it's not directly related to elasticsearch I wanted to know if anyone has successfully used Kibana with elasticsearch but without logstash? I have everything installed and hooked but query doesn't seem to be working.

--
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.

--
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.

--
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.

--
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.

<kb.docx>

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.

--
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.

--
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.

Just found this excellent blog post that will help you: Real time analytics with Elasticsearch and Kibana3 – thoughts.each{ blog it }

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

Le 30 avr. 2013 à 03:46, David Pilato david@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I think I found the problem and it was to do with use of AWS internal ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX] missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohitanchlia@gmail.com wrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I am seeing no data being returned from the search even though elasticsearch returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia mohitanchlia@gmail.com wrote:

It worked but I get same results as the first time. Screen shot is attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato david@pilato.fr wrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohitanchlia@gmail.com a écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato david@pilato.fr wrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/
--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Installed it as a site plugin and seems to have installed but it can't find it

[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato david@pilato.fr wrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I am not familar with what site plugin is. Is this something that gets installed in Chrome? Or is this something I need to deploy it on a web server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato david@pilato.fr wrote:

Try to install it under /plugins/kibana3/_site and open it with http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohitanchlia@gmail.com a écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato david@pilato.fr wrote:

Yes. Click on the small arrow (or something like that) near title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I tried that and I just get a blank page with black border on the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato david@pilato.fr wrote:

Just download kibana3 and open index.html in your browser.

Then, you have to define rows and panels in rows.

You need at least a timepicker that point to a date field in your docs.

Sadly, documentation is not yet ready but I know that Rashid will add it somedays.

De : elasticsearch@googlegroups.com [mailto:elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasticsearch@googlegroups.com
Objet : Re: Kibana

I am having trouble running kibana3. I started ./scripts/server.js and then launched it in the browser. When I run search no results are returned. I also ran ./load.sh from scripts and I do see results when I query directly against elasticsearch

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato david@pilato.fr wrote:

Kibana3 runs in your browser. No need to setup any node.js.

De : elasticsearch@googlegroups.com [mailto:elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasticsearch@googlegroups.com
Objet : Re: Kibana

I installed node.js on the machine where I am runnin kibana3. Are there any specific instructions for installation or can I just copy the entire dir in httpd? I tried running server.js but there doesn't seem to be a way to make it run on a given ip.

Also, since this may not be the right group, is there a different email I can send my questions to?

Thanks

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato david@pilato.fr wrote:

Kibana3 is full Javascript.

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Thanks for the link. What are the differences between kibna and kbana3?

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato david@pilato.fr wrote:

Yes I did but using Kibana3: GitHub - elastic/kibana: Your window into the Elastic Stack

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I am trying to setup kibana with elasticsearch without logstash. Even though it's not directly related to elasticsearch I wanted to know if anyone has successfully used Kibana with elasticsearch but without logstash? I have everything installed and hooked but query doesn't seem to be working.

--
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.

--
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.

--
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.

--
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.

<kb.docx>

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.

--
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.

--
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.

--
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.

Thanks for the link. in my json I have timestamp but that is a unix
timestamp. Do you have any suggestion on how I can use timepicker? Should I
add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato david@pilato.fr wrote:

Just found this excellent blog post that will help you:
Real time analytics with Elasticsearch and Kibana3 – thoughts.each{ blog it }

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

Le 30 avr. 2013 à 03:46, David Pilato david@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I think I found the problem and it was to do with use of AWS internal ip
instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX]
missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohitanchlia@gmail.comwrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I am
seeing no data being returned from the search even though elasticsearch
returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia mohitanchlia@gmail.comwrote:

It worked but I get same results as the first time. Screen shot is
attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato david@pilato.fr wrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato david@pilato.fr wrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/

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

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

Installed it as a site plugin and seems to have installed but it
can't find it

[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato david@pilato.frwrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

I am not familar with what site plugin is. Is this something that
gets installed in Chrome? Or is this something I need to deploy it on a web
server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato david@pilato.frwrote:

Try to install it under /plugins/kibana3/_site and open it with
http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato david@pilato.frwrote:

Yes. Click on the small arrow (or something like that) near
title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

I tried that and I just get a blank page with black border on
the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato david@pilato.frwrote:

Just download kibana3 and open index.html in your browser.****


Then, you have to define rows and panels in rows.****

You need at least a timepicker that point to a date field in your
docs.****


Sadly, documentation is not yet ready but I know that Rashid will
add it somedays.****




De : elasticsearch@googlegroups.com [mailto:
elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasticsearch@googlegroups.com
Objet : Re: Kibana****


I am having trouble running kibana3. I started ./scripts/server.js
and then launched it in the browser. When I run search no results are
returned. I also ran ./load.sh from scripts and I do see results when I
query directly against elasticsearch****

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato david@pilato.fr
wrote:****

Kibana3 runs in your browser. No need to setup any node.js.****



De : elasticsearch@googlegroups.com [mailto:
elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasticsearch@googlegroups.com
Objet : Re: Kibana****


I installed node.js on the machine where I am runnin kibana3. Are
there any specific instructions for installation or can I just copy the
entire dir in httpd? I tried running server.js but there doesn't seem to be
a way to make it run on a given ip.****


Also, since this may not be the right group, is there a different
email I can send my questions to?****


Thanks****

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato david@pilato.fr
wrote:****

Kibana3 is full Javascript.****


--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohitanchlia@gmail.com a
écrit :****

Thanks for the link. What are the differences between kibna and
kbana3?****

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato david@pilato.fr
wrote:****

Yes I did but using Kibana3:
GitHub - elastic/kibana: Your window into the Elastic Stack****



--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohitanchlia@gmail.com a
écrit :****

I am trying to setup kibana with elasticsearch without logstash.
Even though it's not directly related to elasticsearch I wanted to know if
anyone has successfully used Kibana with elasticsearch but without
logstash? I have everything installed and hooked but query doesn't seem to
be working. ****

--
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.


--
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.



--
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.

--
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.

<kb.docx>

--
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.

--
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.

--
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.

--
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 need a date (date type in your elasticsearch mapping).

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

Le 30 avr. 2013 à 06:30, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Thanks for the link. in my json I have timestamp but that is a unix timestamp. Do you have any suggestion on how I can use timepicker? Should I add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato david@pilato.fr wrote:
Just found this excellent blog post that will help you: Real time analytics with Elasticsearch and Kibana3 – thoughts.each{ blog it }

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

Le 30 avr. 2013 à 03:46, David Pilato david@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I think I found the problem and it was to do with use of AWS internal ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX] missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohitanchlia@gmail.com wrote:
I fixed that error by upgrading the jquery.flot.time.js. But still I am seeing no data being returned from the search even though elasticsearch returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia mohitanchlia@gmail.com wrote:
It worked but I get same results as the first time. Screen shot is attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato david@pilato.fr wrote:
Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohitanchlia@gmail.com a écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato david@pilato.fr wrote:
Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/
--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Installed it as a site plugin and seems to have installed but it can't find it

[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato david@pilato.fr wrote:
It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I am not familar with what site plugin is. Is this something that gets installed in Chrome? Or is this something I need to deploy it on a web server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato david@pilato.fr wrote:
Try to install it under /plugins/kibana3/_site and open it with http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohitanchlia@gmail.com a écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato david@pilato.fr wrote:
Yes. Click on the small arrow (or something like that) near title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I tried that and I just get a blank page with black border on the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato david@pilato.fr wrote:
Just download kibana3 and open index.html in your browser.

Then, you have to define rows and panels in rows.

You need at least a timepicker that point to a date field in your docs.

Sadly, documentation is not yet ready but I know that Rashid will add it somedays.

De : elasticsearch@googlegroups.com [mailto:elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasticsearch@googlegroups.com
Objet : Re: Kibana

I am having trouble running kibana3. I started ./scripts/server.js and then launched it in the browser. When I run search no results are returned. I also ran ./load.sh from scripts and I do see results when I query directly against elasticsearch

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato david@pilato.fr wrote:

Kibana3 runs in your browser. No need to setup any node.js.

De : elasticsearch@googlegroups.com [mailto:elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasticsearch@googlegroups.com
Objet : Re: Kibana

I installed node.js on the machine where I am runnin kibana3. Are there any specific instructions for installation or can I just copy the entire dir in httpd? I tried running server.js but there doesn't seem to be a way to make it run on a given ip.

Also, since this may not be the right group, is there a different email I can send my questions to?

Thanks

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato david@pilato.fr wrote:

Kibana3 is full Javascript.

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Thanks for the link. What are the differences between kibna and kbana3?

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato david@pilato.fr wrote:

Yes I did but using Kibana3: GitHub - elastic/kibana: Your window into the Elastic Stack

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I am trying to setup kibana with elasticsearch without logstash. Even though it's not directly related to elasticsearch I wanted to know if anyone has successfully used Kibana with elasticsearch but without logstash? I have everything installed and hooked but query doesn't seem to be working.

--
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.

--
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.

--
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.

--
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.

<kb.docx>

--
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.

--
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.

--
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.

--
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.

Thanks I think I got it working except that when I index in UTC it shows up
in current view. Could you help me understand if it's timezone specific?

On Tue, Apr 30, 2013 at 12:45 AM, David Pilato david@pilato.fr wrote:

You need a date (date type in your elasticsearch mapping).

--

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

Le 30 avr. 2013 à 06:30, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Thanks for the link. in my json I have timestamp but that is a unix
timestamp. Do you have any suggestion on how I can use timepicker? Should I
add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato david@pilato.fr wrote:

Just found this excellent blog post that will help you:
Real time analytics with Elasticsearch and Kibana3 – thoughts.each{ blog it }

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

Le 30 avr. 2013 à 03:46, David Pilato david@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I think I found the problem and it was to do with use of AWS internal
ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX]
missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohitanchlia@gmail.comwrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I am
seeing no data being returned from the search even though elasticsearch
returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia mohitanchlia@gmail.comwrote:

It worked but I get same results as the first time. Screen shot is
attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato david@pilato.fr wrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato david@pilato.frwrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/

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

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

Installed it as a site plugin and seems to have installed but it
can't find it

[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato david@pilato.frwrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

I am not familar with what site plugin is. Is this something that
gets installed in Chrome? Or is this something I need to deploy it on a web
server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato david@pilato.frwrote:

Try to install it under /plugins/kibana3/_site and open it with
http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato david@pilato.frwrote:

Yes. Click on the small arrow (or something like that) near
title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

I tried that and I just get a blank page with black border on
the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato david@pilato.frwrote:

Just download kibana3 and open index.html in your browser.****


Then, you have to define rows and panels in rows.****

You need at least a timepicker that point to a date field in your
docs.****


Sadly, documentation is not yet ready but I know that Rashid will
add it somedays.****




De : elasticsearch@googlegroups.com [mailto:
elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasticsearch@googlegroups.com
Objet : Re: Kibana****


I am having trouble running kibana3. I started
./scripts/server.js and then launched it in the browser. When I run search
no results are returned. I also ran ./load.sh from scripts and I do see
results when I query directly against elasticsearch****

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato david@pilato.fr
wrote:****

Kibana3 runs in your browser. No need to setup any node.js.****



De : elasticsearch@googlegroups.com [mailto:
elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasticsearch@googlegroups.com
Objet : Re: Kibana****


I installed node.js on the machine where I am runnin kibana3. Are
there any specific instructions for installation or can I just copy the
entire dir in httpd? I tried running server.js but there doesn't seem to be
a way to make it run on a given ip.****


Also, since this may not be the right group, is there a different
email I can send my questions to?****


Thanks****

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato david@pilato.fr
wrote:****

Kibana3 is full Javascript.****


--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohitanchlia@gmail.com
a écrit :****

Thanks for the link. What are the differences between kibna and
kbana3?****

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato david@pilato.fr
wrote:****

Yes I did but using Kibana3:
GitHub - elastic/kibana: Your window into the Elastic Stack****



--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohitanchlia@gmail.com
a écrit :****

I am trying to setup kibana with elasticsearch without
logstash. Even though it's not directly related to elasticsearch I wanted
to know if anyone has successfully used Kibana with elasticsearch but
without logstash? I have everything installed and hooked but query doesn't
seem to be working. ****

--
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.


--
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.



--
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.

--
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.

<kb.docx>

--
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.

--
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.

--
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.

--
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.

If you need to render dates regarding timezone, I think you should ask for it in an issue: Issues · elastic/kibana · GitHub

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

Le 1 mai 2013 à 02:42, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Thanks I think I got it working except that when I index in UTC it shows up in current view. Could you help me understand if it's timezone specific?

On Tue, Apr 30, 2013 at 12:45 AM, David Pilato david@pilato.fr wrote:
You need a date (date type in your elasticsearch mapping).

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

Le 30 avr. 2013 à 06:30, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Thanks for the link. in my json I have timestamp but that is a unix timestamp. Do you have any suggestion on how I can use timepicker? Should I add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato david@pilato.fr wrote:
Just found this excellent blog post that will help you: Real time analytics with Elasticsearch and Kibana3 – thoughts.each{ blog it }

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

Le 30 avr. 2013 à 03:46, David Pilato david@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I think I found the problem and it was to do with use of AWS internal ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX] missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohitanchlia@gmail.com wrote:
I fixed that error by upgrading the jquery.flot.time.js. But still I am seeing no data being returned from the search even though elasticsearch returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia mohitanchlia@gmail.com wrote:
It worked but I get same results as the first time. Screen shot is attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato david@pilato.fr wrote:
Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohitanchlia@gmail.com a écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato david@pilato.fr wrote:
Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/
--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Installed it as a site plugin and seems to have installed but it can't find it

[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato david@pilato.fr wrote:
It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I am not familar with what site plugin is. Is this something that gets installed in Chrome? Or is this something I need to deploy it on a web server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato david@pilato.fr wrote:
Try to install it under /plugins/kibana3/_site and open it with http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohitanchlia@gmail.com a écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato david@pilato.fr wrote:
Yes. Click on the small arrow (or something like that) near title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I tried that and I just get a blank page with black border on the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato david@pilato.fr wrote:
Just download kibana3 and open index.html in your browser.

Then, you have to define rows and panels in rows.

You need at least a timepicker that point to a date field in your docs.

Sadly, documentation is not yet ready but I know that Rashid will add it somedays.

De : elasticsearch@googlegroups.com [mailto:elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasticsearch@googlegroups.com
Objet : Re: Kibana

I am having trouble running kibana3. I started ./scripts/server.js and then launched it in the browser. When I run search no results are returned. I also ran ./load.sh from scripts and I do see results when I query directly against elasticsearch

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato david@pilato.fr wrote:

Kibana3 runs in your browser. No need to setup any node.js.

De : elasticsearch@googlegroups.com [mailto:elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasticsearch@googlegroups.com
Objet : Re: Kibana

I installed node.js on the machine where I am runnin kibana3. Are there any specific instructions for installation or can I just copy the entire dir in httpd? I tried running server.js but there doesn't seem to be a way to make it run on a given ip.

Also, since this may not be the right group, is there a different email I can send my questions to?

Thanks

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato david@pilato.fr wrote:

Kibana3 is full Javascript.

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Thanks for the link. What are the differences between kibna and kbana3?

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato david@pilato.fr wrote:

Yes I did but using Kibana3: GitHub - elastic/kibana: Your window into the Elastic Stack

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohitanchlia@gmail.com a écrit :

I am trying to setup kibana with elasticsearch without logstash. Even though it's not directly related to elasticsearch I wanted to know if anyone has successfully used Kibana with elasticsearch but without logstash? I have everything installed and hooked but query doesn't seem to be working.

--
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.

--
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.

--
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.

--
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.

<kb.docx>

--
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.

--
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.

--
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.

--
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.

Thanks I'll do that.

btw: Kibana is really awesome!!

On Thu, May 2, 2013 at 1:04 AM, David Pilato david@pilato.fr wrote:

If you need to render dates regarding timezone, I think you should ask for
it in an issue: Issues · elastic/kibana · GitHub

--

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

Le 1 mai 2013 à 02:42, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Thanks I think I got it working except that when I index in UTC it shows
up in current view. Could you help me understand if it's timezone specific?

On Tue, Apr 30, 2013 at 12:45 AM, David Pilato david@pilato.fr wrote:

You need a date (date type in your elasticsearch mapping).

--

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

Le 30 avr. 2013 à 06:30, Mohit Anchlia mohitanchlia@gmail.com a écrit
:

Thanks for the link. in my json I have timestamp but that is a unix
timestamp. Do you have any suggestion on how I can use timepicker? Should I
add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato david@pilato.fr wrote:

Just found this excellent blog post that will help you:
Real time analytics with Elasticsearch and Kibana3 – thoughts.each{ blog it }

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

Le 30 avr. 2013 à 03:46, David Pilato david@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

I think I found the problem and it was to do with use of AWS internal
ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX]
missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohitanchlia@gmail.comwrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I am
seeing no data being returned from the search even though elasticsearch
returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia <mohitanchlia@gmail.com

wrote:

It worked but I get same results as the first time. Screen shot is
attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato david@pilato.frwrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato david@pilato.frwrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/

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

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

Installed it as a site plugin and seems to have installed but it
can't find it

[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato david@pilato.frwrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

I am not familar with what site plugin is. Is this something that
gets installed in Chrome? Or is this something I need to deploy it on a web
server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato david@pilato.frwrote:

Try to install it under /plugins/kibana3/_site and open it with
http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato david@pilato.frwrote:

Yes. Click on the small arrow (or something like that) near
title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohitanchlia@gmail.com
a écrit :

I tried that and I just get a blank page with black border on
the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato david@pilato.frwrote:

Just download kibana3 and open index.html in your browser.****


Then, you have to define rows and panels in rows.****

You need at least a timepicker that point to a date field in
your docs.****


Sadly, documentation is not yet ready but I know that Rashid
will add it somedays.****




De : elasticsearch@googlegroups.com [mailto:
elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasticsearch@googlegroups.com
Objet : Re: Kibana****


I am having trouble running kibana3. I started
./scripts/server.js and then launched it in the browser. When I run search
no results are returned. I also ran ./load.sh from scripts and I do see
results when I query directly against elasticsearch****

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato david@pilato.fr
wrote:****

Kibana3 runs in your browser. No need to setup any node.js.****



De : elasticsearch@googlegroups.com [mailto:
elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasticsearch@googlegroups.com
Objet : Re: Kibana****


I installed node.js on the machine where I am runnin kibana3.
Are there any specific instructions for installation or can I just copy the
entire dir in httpd? I tried running server.js but there doesn't seem to be
a way to make it run on a given ip.****


Also, since this may not be the right group, is there a
different email I can send my questions to?****


Thanks****

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato david@pilato.fr
wrote:****

Kibana3 is full Javascript.****


--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohitanchlia@gmail.com
a écrit :****

Thanks for the link. What are the differences between kibna
and kbana3?****

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato david@pilato.fr
wrote:****

Yes I did but using Kibana3:
GitHub - elastic/kibana: Your window into the Elastic Stack****



--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohitanchlia@gmail.com
a écrit :****

I am trying to setup kibana with elasticsearch without
logstash. Even though it's not directly related to elasticsearch I wanted
to know if anyone has successfully used Kibana with elasticsearch but
without logstash? I have everything installed and hooked but query doesn't
seem to be working. ****

--
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
.


--
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
.



--
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.

--
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.

<kb.docx>

--
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.

--
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.

--
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.

--
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.

--
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.

Hello @David ,

While using Kibana , i am facing this issue.
The request is going from Kibana as
{"range":{"TimeStamp":{"from":"2013-05-03T02
:12:24.043Z","to":"2013-05-03T08:12:24.044Z"}}}

But timestamp in ES is in another format as told in index meta (dd-MM-yyyy
HH:mm:ss)

Due to this am getting a

× http://localhost/kibana3/#/dashboard
*Oops!*TransportSerializationException[Failed to deserialize exception
response
from stream]

Can you tell me how to edit the timestamp behavior here.

Thanks
Vineeth

On Thu, May 2, 2013 at 9:59 PM, Mohit Anchlia mohitanchlia@gmail.comwrote:

Thanks I'll do that.

btw: Kibana is really awesome!!

On Thu, May 2, 2013 at 1:04 AM, David Pilato david@pilato.fr wrote:

If you need to render dates regarding timezone, I think you should ask
for it in an issue: Issues · elastic/kibana · GitHub

--

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

Le 1 mai 2013 à 02:42, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Thanks I think I got it working except that when I index in UTC it shows
up in current view. Could you help me understand if it's timezone specific?

On Tue, Apr 30, 2013 at 12:45 AM, David Pilato david@pilato.fr wrote:

You need a date (date type in your elasticsearch mapping).

--

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

Le 30 avr. 2013 à 06:30, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

Thanks for the link. in my json I have timestamp but that is a unix
timestamp. Do you have any suggestion on how I can use timepicker? Should I
add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato david@pilato.fr wrote:

Just found this excellent blog post that will help you:
Real time analytics with Elasticsearch and Kibana3 – thoughts.each{ blog it }

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

Le 30 avr. 2013 à 03:46, David Pilato david@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

I think I found the problem and it was to do with use of AWS internal
ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX]
missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohitanchlia@gmail.comwrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I
am seeing no data being returned from the search even though elasticsearch
returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia <
mohitanchlia@gmail.com> wrote:

It worked but I get same results as the first time. Screen shot is
attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato david@pilato.frwrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato david@pilato.frwrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/

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

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

Installed it as a site plugin and seems to have installed but it
can't find it

[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com...
10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato david@pilato.frwrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohitanchlia@gmail.com a
écrit :

I am not familar with what site plugin is. Is this something
that gets installed in Chrome? Or is this something I need to deploy it on
a web server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato david@pilato.frwrote:

Try to install it under /plugins/kibana3/_site and open it with
http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohitanchlia@gmail.com
a écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato david@pilato.frwrote:

Yes. Click on the small arrow (or something like that) near
title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohitanchlia@gmail.com
a écrit :

I tried that and I just get a blank page with black border on
the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato david@pilato.frwrote:

Just download kibana3 and open index.html in your browser.****


Then, you have to define rows and panels in rows.****

You need at least a timepicker that point to a date field in
your docs.****


Sadly, documentation is not yet ready but I know that Rashid
will add it somedays.****




De : elasticsearch@googlegroups.com [mailto:
elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasticsearch@googlegroups.com
Objet : Re: Kibana****


I am having trouble running kibana3. I started
./scripts/server.js and then launched it in the browser. When I run search
no results are returned. I also ran ./load.sh from scripts and I do see
results when I query directly against elasticsearch****

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato david@pilato.fr
wrote:****

Kibana3 runs in your browser. No need to setup any node.js.****



De : elasticsearch@googlegroups.com [mailto:
elasticsearch@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasticsearch@googlegroups.com
Objet : Re: Kibana****


I installed node.js on the machine where I am runnin kibana3.
Are there any specific instructions for installation or can I just copy the
entire dir in httpd? I tried running server.js but there doesn't seem to be
a way to make it run on a given ip.****


Also, since this may not be the right group, is there a
different email I can send my questions to?****


Thanks****

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato david@pilato.fr
wrote:****

Kibana3 is full Javascript.****


--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohitanchlia@gmail.com
a écrit :****

Thanks for the link. What are the differences between kibna
and kbana3?****

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato david@pilato.fr
wrote:****

Yes I did but using Kibana3:
GitHub - elastic/kibana: Your window into the Elastic Stack****



--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohitanchlia@gmail.com
a écrit :****

I am trying to setup kibana with elasticsearch without
logstash. Even though it's not directly related to elasticsearch I wanted
to know if anyone has successfully used Kibana with elasticsearch but
without logstash? I have everything installed and hooked but query doesn't
seem to be working. ****

--
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.


--
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.



--
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
.

--
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.

<kb.docx>

--
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.

--
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.

--
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.

--
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.

--
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.

TransportSerializationException[Failed to deserialize exception response
from stream]
Make sure that:

  • you are running the same version of elasticsearch on client and sever
  • both client and server are running the exact same patch level of the JVM

That exception probably has nothing to do with the timestamp.

On Friday, May 3, 2013 1:15:38 AM UTC-7, Vineeth Mohan wrote:

Hello @David ,

While using Kibana , i am facing this issue.
The request is going from Kibana as
{"range":{"TimeStamp":{"from":"2013-05-03T02
:12:24.043Z","to":"2013-05-03T08:12:24.044Z"}}}

But timestamp in ES is in another format as told in index meta (dd-MM-yyyy
HH:mm:ss)

Due to this am getting a

× http://localhost/kibana3/#/dashboard *Oops!*TransportSerializationException[Failed to deserialize exception response
from stream]

Can you tell me how to edit the timestamp behavior here.

Thanks
Vineeth

On Thu, May 2, 2013 at 9:59 PM, Mohit Anchlia <mohita...@gmail.com<javascript:>

wrote:

Thanks I'll do that.

btw: Kibana is really awesome!!

On Thu, May 2, 2013 at 1:04 AM, David Pilato <da...@pilato.fr<javascript:>

wrote:

If you need to render dates regarding timezone, I think you should ask
for it in an issue: Issues · elastic/kibana · GitHub

-- 

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

Le 1 mai 2013 à 02:42, Mohit Anchlia <mohita...@gmail.com <javascript:>>
a écrit :

Thanks I think I got it working except that when I index in UTC it shows
up in current view. Could you help me understand if it's timezone specific?

On Tue, Apr 30, 2013 at 12:45 AM, David Pilato <da...@pilato.fr<javascript:>

wrote:

You need a date (date type in your elasticsearch mapping).

-- 

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

Le 30 avr. 2013 à 06:30, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

Thanks for the link. in my json I have timestamp but that is a unix
timestamp. Do you have any suggestion on how I can use timepicker? Should I
add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato <da...@pilato.fr<javascript:>

wrote:

Just found this excellent blog post that will help you:
Real time analytics with Elasticsearch and Kibana3 – thoughts.each{ blog it }

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

Le 30 avr. 2013 à 03:46, David Pilato <da...@pilato.fr <javascript:>>
a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

I think I found the problem and it was to do with use of AWS
internal ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX]
missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia <mohita...@gmail.com<javascript:>

wrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I
am seeing no data being returned from the search even though elasticsearch
returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia <mohita...@gmail.com<javascript:>

wrote:

It worked but I get same results as the first time. Screen shot is
attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato <da...@pilato.fr<javascript:>

wrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com...
10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato <da...@pilato.fr<javascript:>

wrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/

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

Le 29 avr. 2013 à 20:10, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

Installed it as a site plugin and seems to have installed but
it can't find it

[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com...
10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato <da...@pilato.fr<javascript:>

wrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

I am not familar with what site plugin is. Is this something
that gets installed in Chrome? Or is this something I need to deploy it on
a web server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato <da...@pilato.fr<javascript:>

wrote:

Try to install it under /plugins/kibana3/_site and open it
with http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato <da...@pilato.fr<javascript:>

wrote:

Yes. Click on the small arrow (or something like that) near
title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

I tried that and I just get a blank page with black border
on the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato <da...@pilato.fr<javascript:>

wrote:

Just download kibana3 and open index.html in your browser.***
*


Then, you have to define rows and panels in rows.****

You need at least a timepicker that point to a date field in
your docs.****


Sadly, documentation is not yet ready but I know that Rashid
will add it somedays.****




De : elasti...@googlegroups.com <javascript:> [mailto:
elasti...@googlegroups.com <javascript:>] De la part deMohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasti...@googlegroups.com <javascript:>
Objet : Re: Kibana****


I am having trouble running kibana3. I started
./scripts/server.js and then launched it in the browser. When I run search
no results are returned. I also ran ./load.sh from scripts and I do see
results when I query directly against elasticsearch****

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato <da...@pilato.fr<javascript:>>
wrote:****

Kibana3 runs in your browser. No need to setup any node.js.***
*



De : elasti...@googlegroups.com <javascript:> [mailto:
elasti...@googlegroups.com <javascript:>] De la part deMohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasti...@googlegroups.com <javascript:>
Objet : Re: Kibana****


I installed node.js on the machine where I am runnin kibana3.
Are there any specific instructions for installation or can I just copy the
entire dir in httpd? I tried running server.js but there doesn't seem to be
a way to make it run on a given ip.****


Also, since this may not be the right group, is there a
different email I can send my questions to?****


Thanks****

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato <da...@pilato.fr<javascript:>>
wrote:****

Kibana3 is full Javascript.****


--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 16:51, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :****

Thanks for the link. What are the differences between kibna
and kbana3?****

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato <
da...@pilato.fr <javascript:>> wrote:****

Yes I did but using Kibana3:
GitHub - elastic/kibana: Your window into the Elastic Stack****



--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 08:21, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :****

I am trying to setup kibana with elasticsearch without
logstash. Even though it's not directly related to elasticsearch I wanted
to know if anyone has successfully used Kibana with elasticsearch but
without logstash? I have everything installed and hooked but query doesn't
seem to be working. ****

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

<kb.docx>

--
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 elasticsearc...@googlegroups.com<javascript:>
.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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.

@Edward: Kibana3 does not use a Java client, but only REST API.

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

Le 6 mai 2013 à 17:34, Edward Sargisson ejsarge@gmail.com a écrit :

TransportSerializationException[Failed to deserialize exception response from stream]
Make sure that:

  • you are running the same version of elasticsearch on client and sever
  • both client and server are running the exact same patch level of the JVM

That exception probably has nothing to do with the timestamp.

On Friday, May 3, 2013 1:15:38 AM UTC-7, Vineeth Mohan wrote:

Hello @David ,

While using Kibana , i am facing this issue.
The request is going from Kibana as
{"range":{"TimeStamp":{"from":"2013-05-03T02:12:24.043Z","to":"2013-05-03T08:12:24.044Z"}}}

But timestamp in ES is in another format as told in index meta (dd-MM-yyyy HH:mm:ss)

Due to this am getting a

× Oops! TransportSerializationException[Failed to deserialize exception response from stream]

Can you tell me how to edit the timestamp behavior here.

Thanks
Vineeth

On Thu, May 2, 2013 at 9:59 PM, Mohit Anchlia mohita...@gmail.com wrote:

Thanks I'll do that.

btw: Kibana is really awesome!!

On Thu, May 2, 2013 at 1:04 AM, David Pilato da...@pilato.fr wrote:

If you need to render dates regarding timezone, I think you should ask for it in an issue: Issues · elastic/kibana · GitHub

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

Le 1 mai 2013 à 02:42, Mohit Anchlia mohita...@gmail.com a écrit :

Thanks I think I got it working except that when I index in UTC it shows up in current view. Could you help me understand if it's timezone specific?

On Tue, Apr 30, 2013 at 12:45 AM, David Pilato da...@pilato.fr wrote:

You need a date (date type in your elasticsearch mapping).

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

Le 30 avr. 2013 à 06:30, Mohit Anchlia mohita...@gmail.com a écrit :

Thanks for the link. in my json I have timestamp but that is a unix timestamp. Do you have any suggestion on how I can use timepicker? Should I add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato da...@pilato.fr wrote:

Just found this excellent blog post that will help you: Real time analytics with Elasticsearch and Kibana3 – thoughts.each{ blog it }

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

Le 30 avr. 2013 à 03:46, David Pilato da...@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohita...@gmail.com a écrit :

I think I found the problem and it was to do with use of AWS internal ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX] missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohita...@gmail.com wrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I am seeing no data being returned from the search even though elasticsearch returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia mohita...@gmail.com wrote:

It worked but I get same results as the first time. Screen shot is attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato da...@pilato.fr wrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohita...@gmail.com a écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato da...@pilato.fr wrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/
--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohita...@gmail.com a écrit :

Installed it as a site plugin and seems to have installed but it can't find it

[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato da...@pilato.fr wrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohita...@gmail.com a écrit :

I am not familar with what site plugin is. Is this something that gets installed in Chrome? Or is this something I need to deploy it on a web server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato da...@pilato.fr wrote:

Try to install it under /plugins/kibana3/_site and open it with http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohita...@gmail.com a écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato da...@pilato.fr wrote:

Yes. Click on the small arrow (or something like that) near title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohita...@gmail.com a écrit :

I tried that and I just get a blank page with black border on the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato da...@pilato.fr wrote:

Just download kibana3 and open index.html in your browser.

Then, you have to define rows and panels in rows.

You need at least a timepicker that point to a date field in your docs.

Sadly, documentation is not yet ready but I know that Rashid will add it somedays.

De : elasti...@googlegroups.com [mailto:elasti...@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasti...@googlegroups.com
Objet : Re: Kibana

I am having trouble running kibana3. I started ./scripts/server.js and then launched it in the browser. When I run search no results are returned. I also ran ./load.sh from scripts and I do see results when I query directly against elasticsearch

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato da...@pilato.fr wrote:

Kibana3 runs in your browser. No need to setup any node.js.

De : elasti...@googlegroups.com [mailto:elasti...@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasti...@googlegroups.com
Objet : Re: Kibana

I installed node.js on the machine where I am runnin kibana3. Are there any specific instructions for installation or can I just copy the entire dir in httpd? I tried running server.js but there doesn't seem to be a way to make it run on a given ip.

Also, since this may not be the right group, is there a different email I can send my questions to?

Thanks

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato da...@pilato.fr wrote:

Kibana3 is full Javascript.

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohita...@gmail.com a écrit :

Thanks for the link. What are the differences between kibna and kbana3?

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato da...@pilato.fr wrote:

Yes I did but using Kibana3: GitHub - elastic/kibana: Your window into the Elastic Stack

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohita...@gmail.com a écrit :

I am trying to setup kibana with elasticsearch without logstash. Even though it's not directly related to elasticsearch I wanted to know if anyone has successfully used Kibana with elasticsearch but without logstash? I have everything installed and hooked but query doesn't seem to be working.

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

<kb.docx>

--
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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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.

Hi ,

This talk is moved to - https://github.com/elasticsearch/kibana3/issues/66

Thanks
Vineeth

On Mon, May 6, 2013 at 10:01 PM, David Pilato david@pilato.fr wrote:

@Edward: Kibana3 does not use a Java client, but only REST API.

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

Le 6 mai 2013 à 17:34, Edward Sargisson ejsarge@gmail.com a écrit :

TransportSerializationException[Failed to deserialize exception response
from stream]
Make sure that:

  • you are running the same version of elasticsearch on client and sever
  • both client and server are running the exact same patch level of the JVM

That exception probably has nothing to do with the timestamp.

On Friday, May 3, 2013 1:15:38 AM UTC-7, Vineeth Mohan wrote:

Hello @David ,

While using Kibana , i am facing this issue.
The request is going from Kibana as
{"range":{"TimeStamp":{"from":"2013-05-03T02:12:24.043Z","
to":"2013-05-03T08:12:24.044Z"**}}}

But timestamp in ES is in another format as told in index meta (dd-MM-yyyy
HH:mm:ss)

Due to this am getting a

× http://localhost/kibana3/#/dashboard *Oops!*TransportSerializationExceptio
**n[Failed to deserialize exception response from stream]

Can you tell me how to edit the timestamp behavior here.

Thanks
Vineeth

On Thu, May 2, 2013 at 9:59 PM, Mohit Anchlia mohita...@gmail.comwrote:

Thanks I'll do that.

btw: Kibana is really awesome!!

On Thu, May 2, 2013 at 1:04 AM, David Pilato da...@pilato.fr wrote:

If you need to render dates regarding timezone, I think you should ask
for it in an issue: https://github.com/**elasticsearch/kibana3/issueshttps://github.com/elasticsearch/kibana3/issues

--

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

Le 1 mai 2013 à 02:42, Mohit Anchlia mohita...@gmail.com a écrit :

Thanks I think I got it working except that when I index in UTC it
shows up in current view. Could you help me understand if it's timezone
specific?

On Tue, Apr 30, 2013 at 12:45 AM, David Pilato da...@pilato.fr wrote:

You need a date (date type in your elasticsearch mapping).

--

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

Le 30 avr. 2013 à 06:30, Mohit Anchlia mohita...@gmail.com a écrit
:

Thanks for the link. in my json I have timestamp but that is a unix
timestamp. Do you have any suggestion on how I can use timepicker? Should I
add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato da...@pilato.fr wrote:

Just found this excellent blog post that will help you:
http://lbroudoux.wordpress.com/2013/04/30/real-
time-analytics-with-**elasticsearch-and-kibana3/http://lbroudoux.wordpress.com/2013/04/30/real-time-analytics-with-elasticsearch-and-kibana3/

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

Le 30 avr. 2013 à 03:46, David Pilato da...@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohita...@gmail.com a
écrit :

I think I found the problem and it was to do with use of AWS
internal ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops!
IndexMissingException[[**NOINDEX] missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohita...@gmail.comwrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I
am seeing no data being returned from the search even though elasticsearch
returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia <mohita...@gmail.com

wrote:

It worked but I get same results as the first time. Screen shot is
attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato da...@pilato.frwrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohita...@gmail.com a
écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.**
compute-1.amazonaws.com:9200/_**plugin/kibana3/http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38-- http://ec2-107-21-79-178.**
compute-1.amazonaws.com:9200/_**plugin/kibana3/http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/...
10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/
|10.188.21.112|:**9200... connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato da...@pilato.frwrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/**kibana3/http://localhost:9200/_plugin/kibana3/

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

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohita...@gmail.com a
écrit :

Installed it as a site plugin and seems to have installed but
it can't find it

[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/*
kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/

*kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.**
compute-1.amazonaws.com:9200/plugin/kibana3http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14-- http://ec2-107-21-79-178.

compute-1.amazonaws.com:9200/
**plugin/kibana3http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/...
10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/
|10.188.21.112|:**9200... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato da...@pilato.frwrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic**
plugins/http://www.elasticsearch.org/guide/reference/modules/plugins/

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohita...@gmail.com a
écrit :

I am not familar with what site plugin is. Is this something
that gets installed in Chrome? Or is this something I need to deploy it on
a web server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato da...@pilato.frwrote:

Try to install it under /plugins/kibana3/_site and open it
with http://localhost:9200/_plugin/**kibana3/http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohita...@gmail.com a
écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato da...@pilato.frwrote:

Yes. Click on the small arrow (or something like that) near
title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohita...@gmail.com
a écrit :

I tried that and I just get a blank page with black border
on the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato <
da...@pilato.fr> wrote:

Just download kibana3 and open index.html in your browser.**
**


Then, you have to define rows and panels in rows.****

You need at least a timepicker that point to a date field in
your docs.****


Sadly, documentation is not yet ready but I know that Rashid
will add it somedays.****




De : elasti...@googlegroups.com [mailto:elasti...@**
googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasti...@googlegroups.com
Objet : Re: Kibana****


I am having trouble running kibana3. I started
./scripts/server.js and then launched it in the browser. When I run search
no results are returned. I also ran ./load.sh from scripts and I do see
results when I query directly against elasticsearch****

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato <
da...@pilato.fr> wrote:****

Kibana3 runs in your browser. No need to setup any node.js.**
**



De : elasti...@googlegroups.com [mailto:elasti...@**
googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasti...@googlegroups.com
Objet : Re: Kibana****


I installed node.js on the machine where I am runnin kibana3.
Are there any specific instructions for installation or can I just copy the
entire dir in httpd? I tried running server.js but there doesn't seem to be
a way to make it run on a given ip.****


Also, since this may not be the right group, is there a
different email I can send my questions to?****


Thanks****

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato <
da...@pilato.fr> wrote:****

Kibana3 is full Javascript.****


--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohita...@gmail.com
a écrit :****

Thanks for the link. What are the differences between kibna
and kbana3?****

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato <
da...@pilato.fr> wrote:****

Yes I did but using Kibana3: https://github.com/**
elasticsearch/kibana3https://github.com/elasticsearch/kibana3




--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohita...@gmail.com
a écrit :****

I am trying to setup kibana with elasticsearch without
logstash. Even though it's not directly related to elasticsearch I wanted
to know if anyone has successfully used Kibana with elasticsearch but
without logstash? I have everything installed and hooked but query doesn't
seem to be working. ****

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

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

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

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

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

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

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

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

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

groups/opt_out https://groups.google.com/groups/opt_out.

<kb.docx>

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

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

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

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

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

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

Is there a way to use multiple indexes in the same dashboard? Currently I
am creating multiple dashboards for each index. It would be good if there
is any way to use multiple indexes and index types in one dashboard.

On Mon, May 6, 2013 at 7:07 PM, Vineeth Mohan vineethmohan@algotree.comwrote:

Hi ,

This talk is moved to - https://github.com/elasticsearch/kibana3/issues/66

Thanks
Vineeth

On Mon, May 6, 2013 at 10:01 PM, David Pilato david@pilato.fr wrote:

@Edward: Kibana3 does not use a Java client, but only REST API.

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

Le 6 mai 2013 à 17:34, Edward Sargisson ejsarge@gmail.com a écrit :

TransportSerializationException[Failed to deserialize exception
response from stream]
Make sure that:

  • you are running the same version of elasticsearch on client and sever
  • both client and server are running the exact same patch level of the JVM

That exception probably has nothing to do with the timestamp.

On Friday, May 3, 2013 1:15:38 AM UTC-7, Vineeth Mohan wrote:

Hello @David ,

While using Kibana , i am facing this issue.
The request is going from Kibana as
{"range":{"TimeStamp":{"from":"2013-05-03T02:12:24.043Z","
to":"2013-05-03T08:12:24.044Z"**}}}

But timestamp in ES is in another format as told in index meta (dd-MM-yyyy
HH:mm:ss)

Due to this am getting a

× http://localhost/kibana3/#/dashboard *Oops!*TransportSerializationExceptio
**n[Failed to deserialize exception response from stream]

Can you tell me how to edit the timestamp behavior here.

Thanks
Vineeth

On Thu, May 2, 2013 at 9:59 PM, Mohit Anchlia mohita...@gmail.comwrote:

Thanks I'll do that.

btw: Kibana is really awesome!!

On Thu, May 2, 2013 at 1:04 AM, David Pilato da...@pilato.fr wrote:

If you need to render dates regarding timezone, I think you should ask
for it in an issue: https://github.com/**elasticsearch/kibana3/issueshttps://github.com/elasticsearch/kibana3/issues

--

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

Le 1 mai 2013 à 02:42, Mohit Anchlia mohita...@gmail.com a écrit :

Thanks I think I got it working except that when I index in UTC it
shows up in current view. Could you help me understand if it's timezone
specific?

On Tue, Apr 30, 2013 at 12:45 AM, David Pilato da...@pilato.frwrote:

You need a date (date type in your elasticsearch mapping).

--

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

Le 30 avr. 2013 à 06:30, Mohit Anchlia mohita...@gmail.com a
écrit :

Thanks for the link. in my json I have timestamp but that is a unix
timestamp. Do you have any suggestion on how I can use timepicker? Should I
add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato da...@pilato.frwrote:

Just found this excellent blog post that will help you:
http://lbroudoux.wordpress.com/2013/04/30/real-
time-analytics-with-**elasticsearch-and-kibana3/http://lbroudoux.wordpress.com/2013/04/30/real-time-analytics-with-elasticsearch-and-kibana3/

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

Le 30 avr. 2013 à 03:46, David Pilato da...@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohita...@gmail.com a
écrit :

I think I found the problem and it was to do with use of AWS
internal ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "*Oops!

  • IndexMissingException[[**NOINDEX] missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohita...@gmail.comwrote:

I fixed that error by upgrading the jquery.flot.time.js. But still
I am seeing no data being returned from the search even though
elasticsearch returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia <
mohita...@gmail.com> wrote:

It worked but I get same results as the first time. Screen shot is
attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato da...@pilato.frwrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohita...@gmail.com a
écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.**
compute-1.amazonaws.com:9200/_**plugin/kibana3/http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38-- http://ec2-107-21-79-178.**
compute-1.amazonaws.com:9200/_**plugin/kibana3/http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/...
10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/
|10.188.21.112|:**9200... connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato da...@pilato.frwrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/**kibana3/http://localhost:9200/_plugin/kibana3/

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

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohita...@gmail.com a
écrit :

Installed it as a site plugin and seems to have installed but
it can't find it

[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/
**kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/
**kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.**
compute-1.amazonaws.com:9200/plugin/kibana3http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14-- http://ec2-107-21-79-178.

compute-1.amazonaws.com:9200/
**plugin/kibana3http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/...
10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/
|10.188.21.112|:**9200... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato da...@pilato.frwrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic**
plugins/http://www.elasticsearch.org/guide/reference/modules/plugins/

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohita...@gmail.com a
écrit :

I am not familar with what site plugin is. Is this something
that gets installed in Chrome? Or is this something I need to deploy it on
a web server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato da...@pilato.frwrote:

Try to install it under /plugins/kibana3/_site and open it
with http://localhost:9200/_plugin/**kibana3/http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohita...@gmail.com
a écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato <da...@pilato.fr

wrote:

Yes. Click on the small arrow (or something like that) near
title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohita...@gmail.com
a écrit :

I tried that and I just get a blank page with black border
on the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato <
da...@pilato.fr> wrote:

Just download kibana3 and open index.html in your browser.*



Then, you have to define rows and panels in rows.****

You need at least a timepicker that point to a date field in
your docs.****


Sadly, documentation is not yet ready but I know that Rashid
will add it somedays.****




De : elasti...@googlegroups.com [mailto:elasti...@**
googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasti...@googlegroups.com
Objet : Re: Kibana****


I am having trouble running kibana3. I started
./scripts/server.js and then launched it in the browser. When I run search
no results are returned. I also ran ./load.sh from scripts and I do see
results when I query directly against elasticsearch****

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato <
da...@pilato.fr> wrote:****

Kibana3 runs in your browser. No need to setup any node.js.*




De : elasti...@googlegroups.com [mailto:elasti...@**
googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasti...@googlegroups.com
Objet : Re: Kibana****


I installed node.js on the machine where I am runnin
kibana3. Are there any specific instructions for installation or can I just
copy the entire dir in httpd? I tried running server.js but there doesn't
seem to be a way to make it run on a given ip.****


Also, since this may not be the right group, is there a
different email I can send my questions to?****


Thanks****

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato <
da...@pilato.fr> wrote:****

Kibana3 is full Javascript.****


--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohita...@gmail.com
a écrit :****

Thanks for the link. What are the differences between
kibna and kbana3?****

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato <
da...@pilato.fr> wrote:****

Yes I did but using Kibana3: https://github.com/**
elasticsearch/kibana3https://github.com/elasticsearch/kibana3




--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohita...@gmail.com
a écrit :****

I am trying to setup kibana with elasticsearch without
logstash. Even though it's not directly related to elasticsearch I wanted
to know if anyone has successfully used Kibana with elasticsearch but
without logstash? I have everything installed and hooked but query doesn't
seem to be working. ****

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

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

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

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

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

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

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

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

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

groups/opt_out https://groups.google.com/groups/opt_out.

<kb.docx>

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

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

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

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

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

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

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

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

--
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.

As far as I remember, you can use wildcards for indexname in timepicker.

HTH

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

Le 7 mai 2013 à 19:59, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Is there a way to use multiple indexes in the same dashboard? Currently I am creating multiple dashboards for each index. It would be good if there is any way to use multiple indexes and index types in one dashboard.

On Mon, May 6, 2013 at 7:07 PM, Vineeth Mohan vineethmohan@algotree.com wrote:

Hi ,

This talk is moved to - https://github.com/elasticsearch/kibana3/issues/66

Thanks
Vineeth

On Mon, May 6, 2013 at 10:01 PM, David Pilato david@pilato.fr wrote:

@Edward: Kibana3 does not use a Java client, but only REST API.

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

Le 6 mai 2013 à 17:34, Edward Sargisson ejsarge@gmail.com a écrit :

TransportSerializationException[Failed to deserialize exception response from stream]
Make sure that:

  • you are running the same version of elasticsearch on client and sever
  • both client and server are running the exact same patch level of the JVM

That exception probably has nothing to do with the timestamp.

On Friday, May 3, 2013 1:15:38 AM UTC-7, Vineeth Mohan wrote:

Hello @David ,

While using Kibana , i am facing this issue.
The request is going from Kibana as
{"range":{"TimeStamp":{"from":"2013-05-03T02:12:24.043Z","to":"2013-05-03T08:12:24.044Z"}}}

But timestamp in ES is in another format as told in index meta (dd-MM-yyyy HH:mm:ss)

Due to this am getting a

× Oops! TransportSerializationException[Failed to deserialize exception response from stream]

Can you tell me how to edit the timestamp behavior here.

Thanks
Vineeth

On Thu, May 2, 2013 at 9:59 PM, Mohit Anchlia mohita...@gmail.com wrote:

Thanks I'll do that.

btw: Kibana is really awesome!!

On Thu, May 2, 2013 at 1:04 AM, David Pilato da...@pilato.fr wrote:

If you need to render dates regarding timezone, I think you should ask for it in an issue: Issues · elastic/kibana · GitHub

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

Le 1 mai 2013 à 02:42, Mohit Anchlia mohita...@gmail.com a écrit :

Thanks I think I got it working except that when I index in UTC it shows up in current view. Could you help me understand if it's timezone specific?

On Tue, Apr 30, 2013 at 12:45 AM, David Pilato da...@pilato.fr wrote:

You need a date (date type in your elasticsearch mapping).

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

Le 30 avr. 2013 à 06:30, Mohit Anchlia mohita...@gmail.com a écrit :

Thanks for the link. in my json I have timestamp but that is a unix timestamp. Do you have any suggestion on how I can use timepicker? Should I add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato da...@pilato.fr wrote:

Just found this excellent blog post that will help you: Real time analytics with Elasticsearch and Kibana3 – thoughts.each{ blog it }

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

Le 30 avr. 2013 à 03:46, David Pilato da...@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohita...@gmail.com a écrit :

I think I found the problem and it was to do with use of AWS internal ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX] missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia mohita...@gmail.com wrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I am seeing no data being returned from the search even though elasticsearch returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia mohita...@gmail.com wrote:

It worked but I get same results as the first time. Screen shot is attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato da...@pilato.fr wrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohita...@gmail.com a écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato da...@pilato.fr wrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/
--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohita...@gmail.com a écrit :

Installed it as a site plugin and seems to have installed but it can't find it

[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14-- http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato da...@pilato.fr wrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohita...@gmail.com a écrit :

I am not familar with what site plugin is. Is this something that gets installed in Chrome? Or is this something I need to deploy it on a web server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato da...@pilato.fr wrote:

Try to install it under /plugins/kibana3/_site and open it with http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohita...@gmail.com a écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato da...@pilato.fr wrote:

Yes. Click on the small arrow (or something like that) near title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohita...@gmail.com a écrit :

I tried that and I just get a blank page with black border on the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato da...@pilato.fr wrote:

Just download kibana3 and open index.html in your browser.

Then, you have to define rows and panels in rows.

You need at least a timepicker that point to a date field in your docs.

Sadly, documentation is not yet ready but I know that Rashid will add it somedays.

De : elasti...@googlegroups.com [mailto:elasti...@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasti...@googlegroups.com
Objet : Re: Kibana

I am having trouble running kibana3. I started ./scripts/server.js and then launched it in the browser. When I run search no results are returned. I also ran ./load.sh from scripts and I do see results when I query directly against elasticsearch

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato da...@pilato.fr wrote:

Kibana3 runs in your browser. No need to setup any node.js.

De : elasti...@googlegroups.com [mailto:elasti...@googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasti...@googlegroups.com
Objet : Re: Kibana

I installed node.js on the machine where I am runnin kibana3. Are there any specific instructions for installation or can I just copy the entire dir in httpd? I tried running server.js but there doesn't seem to be a way to make it run on a given ip.

Also, since this may not be the right group, is there a different email I can send my questions to?

Thanks

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato da...@pilato.fr wrote:

Kibana3 is full Javascript.

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohita...@gmail.com a écrit :

Thanks for the link. What are the differences between kibna and kbana3?

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato da...@pilato.fr wrote:

Yes I did but using Kibana3: GitHub - elastic/kibana: Your window into the Elastic Stack

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohita...@gmail.com a écrit :

I am trying to setup kibana with elasticsearch without logstash. Even though it's not directly related to elasticsearch I wanted to know if anyone has successfully used Kibana with elasticsearch but without logstash? I have everything installed and hooked but query doesn't seem to be working.

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

<kb.docx>

--
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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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 elasticsearc...@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.

--
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.

What's the purpose of "Groups, comma seprated" I see that as a field in lot
of graphs?

On Tue, May 7, 2013 at 12:47 PM, David Pilato david@pilato.fr wrote:

As far as I remember, you can use wildcards for indexname in timepicker.

HTH

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

Le 7 mai 2013 à 19:59, Mohit Anchlia mohitanchlia@gmail.com a écrit :

Is there a way to use multiple indexes in the same dashboard? Currently
I am creating multiple dashboards for each index. It would be good if there
is any way to use multiple indexes and index types in one dashboard.

On Mon, May 6, 2013 at 7:07 PM, Vineeth Mohan vineethmohan@algotree.comwrote:

Hi ,

This talk is moved to -
https://github.com/elasticsearch/kibana3/issues/66

Thanks
Vineeth

On Mon, May 6, 2013 at 10:01 PM, David Pilato david@pilato.fr wrote:

@Edward: Kibana3 does not use a Java client, but only REST API.

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

Le 6 mai 2013 à 17:34, Edward Sargisson ejsarge@gmail.com a écrit :

TransportSerializationException[Failed to deserialize exception
response from stream]
Make sure that:

  • you are running the same version of elasticsearch on client and sever
  • both client and server are running the exact same patch level of the
    JVM

That exception probably has nothing to do with the timestamp.

On Friday, May 3, 2013 1:15:38 AM UTC-7, Vineeth Mohan wrote:

Hello @David ,

While using Kibana , i am facing this issue.
The request is going from Kibana as
{"range":{"TimeStamp":{"from":"2013-05-03T02:12:24.043Z","
to":"2013-05-03T08:12:24.044Z"**}}}

But timestamp in ES is in another format as told in index meta (dd-MM-yyyy
HH:mm:ss)

Due to this am getting a

× http://localhost/kibana3/#/dashboard *Oops!*TransportSerializationExceptio
**n[Failed to deserialize exception response from stream]

Can you tell me how to edit the timestamp behavior here.

Thanks
Vineeth

On Thu, May 2, 2013 at 9:59 PM, Mohit Anchlia mohita...@gmail.comwrote:

Thanks I'll do that.

btw: Kibana is really awesome!!

On Thu, May 2, 2013 at 1:04 AM, David Pilato da...@pilato.fr wrote:

If you need to render dates regarding timezone, I think you should
ask for it in an issue: https://github.com/**
elasticsearch/kibana3/issueshttps://github.com/elasticsearch/kibana3/issues

--

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

Le 1 mai 2013 à 02:42, Mohit Anchlia mohita...@gmail.com a écrit :

Thanks I think I got it working except that when I index in UTC it
shows up in current view. Could you help me understand if it's timezone
specific?

On Tue, Apr 30, 2013 at 12:45 AM, David Pilato da...@pilato.frwrote:

You need a date (date type in your elasticsearch mapping).

--

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

Le 30 avr. 2013 à 06:30, Mohit Anchlia mohita...@gmail.com a
écrit :

Thanks for the link. in my json I have timestamp but that is a unix
timestamp. Do you have any suggestion on how I can use timepicker? Should I
add a new date field?

On Mon, Apr 29, 2013 at 6:53 PM, David Pilato da...@pilato.frwrote:

Just found this excellent blog post that will help you:
http://lbroudoux.wordpress.com/2013/04/30/real-
time-analytics-with-**elasticsearch-and-kibana3/http://lbroudoux.wordpress.com/2013/04/30/real-time-analytics-with-elasticsearch-and-kibana3/

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

Le 30 avr. 2013 à 03:46, David Pilato da...@pilato.fr a écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia mohita...@gmail.com a
écrit :

I think I found the problem and it was to do with use of AWS
internal ip instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "*
Oops!* IndexMissingException[[**NOINDEX] missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia <mohita...@gmail.com

wrote:

I fixed that error by upgrading the jquery.flot.time.js. But still
I am seeing no data being returned from the search even though
elasticsearch returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia <
mohita...@gmail.com> wrote:

It worked but I get same results as the first time. Screen shot
is attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato da...@pilato.frwrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia mohita...@gmail.com a
écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.**
compute-1.amazonaws.com:9200/_**plugin/kibana3/http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38-- http://ec2-107-21-79-178.**
compute-1.amazonaws.com:9200/_**plugin/kibana3/http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/...
10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/
|10.188.21.112|:**9200... connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato da...@pilato.frwrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/**kibana3/http://localhost:9200/_plugin/kibana3/

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

Le 29 avr. 2013 à 20:10, Mohit Anchlia mohita...@gmail.com a
écrit :

Installed it as a site plugin and seems to have installed
but it can't find it

[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/**kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/**kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget http://ec2-107-21-79-178.**
compute-1.amazonaws.com:9200/plugin/kibana3http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14-- http://ec2-107-21-79-178.

compute-1.amazonaws.com:9200/
**plugin/kibana3http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/...
10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.**amazonaws.comhttp://ec2-107-21-79-178.compute-1.amazonaws.com/
|10.188.21.112|:**9200... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato <da...@pilato.fr

wrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic**
plugins/http://www.elasticsearch.org/guide/reference/modules/plugins/

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia mohita...@gmail.com
a écrit :

I am not familar with what site plugin is. Is this something
that gets installed in Chrome? Or is this something I need to deploy it on
a web server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato <da...@pilato.fr

wrote:

Try to install it under /plugins/kibana3/_site and open it
with http://localhost:9200/_plugin/**kibana3/http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia mohita...@gmail.com
a écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato <
da...@pilato.fr> wrote:

Yes. Click on the small arrow (or something like that)
near title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia mohita...@gmail.com
a écrit :

I tried that and I just get a blank page with black
border on the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato <
da...@pilato.fr> wrote:

Just download kibana3 and open index.html in your browser.



Then, you have to define rows and panels in rows.****

You need at least a timepicker that point to a date field
in your docs.****


Sadly, documentation is not yet ready but I know that
Rashid will add it somedays.****




De : elasti...@googlegroups.com [mailto:elasti...@**
googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasti...@googlegroups.com
Objet : Re: Kibana****


I am having trouble running kibana3. I started
./scripts/server.js and then launched it in the browser. When I run search
no results are returned. I also ran ./load.sh from scripts and I do see
results when I query directly against elasticsearch****

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato <
da...@pilato.fr> wrote:****

Kibana3 runs in your browser. No need to setup any node.js.




De : elasti...@googlegroups.com [mailto:elasti...@**
googlegroups.com] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasti...@googlegroups.com
Objet : Re: Kibana****


I installed node.js on the machine where I am runnin
kibana3. Are there any specific instructions for installation or can I just
copy the entire dir in httpd? I tried running server.js but there doesn't
seem to be a way to make it run on a given ip.****


Also, since this may not be the right group, is there a
different email I can send my questions to?****


Thanks****

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato <
da...@pilato.fr> wrote:****

Kibana3 is full Javascript.****


--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 16:51, Mohit Anchlia mohita...@gmail.com
a écrit :****

Thanks for the link. What are the differences between
kibna and kbana3?****

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato <
da...@pilato.fr> wrote:****

Yes I did but using Kibana3: https://github.com/**
elasticsearch/kibana3https://github.com/elasticsearch/kibana3




--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 08:21, Mohit Anchlia mohita...@gmail.com
a écrit :****

I am trying to setup kibana with elasticsearch without
logstash. Even though it's not directly related to elasticsearch I wanted
to know if anyone has successfully used Kibana with elasticsearch but
without logstash? I have everything installed and hooked but query doesn't
seem to be working. ****

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

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

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

groups/opt_out https://groups.google.com/groups/opt_out.

<kb.docx>

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

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

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

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

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

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

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

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

--
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.

Hi, i would like to create a PIE panel. But the field that I chosen
contains value that has whitespace. How can I createa a pie for this?
Thanks.

--
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.

I think you need to chose a different analyzer for this field or set it to
not_analyzed. This needs to be done in elasticsearch

On Thu, May 16, 2013 at 7:43 AM, Paul paul.tanhl@gmail.com wrote:

Hi, i would like to create a PIE panel. But the field that I chosen
contains value that has whitespace. How can I createa a pie for this?
Thanks.

--
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.

Hey David,

The blog looks amazing. Thanks for sharing the link. I too have similar
problems, but after reading through it, I think I will be better off.
Thanks a lot!

BTW, do you work on ES or Kibana or logstash?

On Monday, April 29, 2013 6:53:58 PM UTC-7, David Pilato wrote:

Just found this excellent blog post that will help you:
Real time analytics with Elasticsearch and Kibana3 – thoughts.each{ blog it }

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

Le 30 avr. 2013 à 03:46, David Pilato <da...@pilato.fr <javascript:>> a
écrit :

You need to create a row and then add a Timepicker.
In Timepicker you will be able to define index name.

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

Le 30 avr. 2013 à 03:06, Mohit Anchlia <mohita...@gmail.com <javascript:>>
a écrit :

I think I found the problem and it was to do with use of AWS internal ip
instead of internet ip in config.js.

However, now I think it's trying to get the data but getting "Oops! IndexMissingException[[NOINDEX]
missing]"

On Mon, Apr 29, 2013 at 6:01 PM, Mohit Anchlia <mohita...@gmail.com<javascript:>

wrote:

I fixed that error by upgrading the jquery.flot.time.js. But still I am
seeing no data being returned from the search even though elasticsearch
returns data when I query it directly.

On Mon, Apr 29, 2013 at 12:34 PM, Mohit Anchlia <mohita...@gmail.com<javascript:>

wrote:

It worked but I get same results as the first time. Screen shot is
attached

On Mon, Apr 29, 2013 at 12:30 PM, David Pilato <da...@pilato.fr<javascript:>

wrote:

Content under kibana3-master/ should be in _site/

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

Le 29 avr. 2013 à 21:25, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

same issue:

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

--2013-04-29 19:23:38--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3/

Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112

Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.

HTTP request sent, awaiting response... 404 Not Found

2013-04-29 19:23:38 ERROR 404: Not Found.

On Mon, Apr 29, 2013 at 11:35 AM, David Pilato <da...@pilato.fr<javascript:>

wrote:

Don't forget the slash at the end.

http://localhost:9200/_plugin/kibana3/

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

Le 29 avr. 2013 à 20:10, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

Installed it as a site plugin and seems to have installed but it
can't find it

[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/
total 4
drwxr-xr-x. 8 root root 4096 Apr 29 17:56 kibana3-master
[root@ip-10-188-21-112 ~]# ls -ltr
elasticsearch-0.20.6/plugins/kibana3/_site/kibana3-master/
total 40
-rw-r--r--. 1 root root 800 Apr 29 17:56 README.md
-rw-r--r--. 1 root root 562 Apr 29 17:56 LICENSE.md
drwxr-xr-x. 6 root root 4096 Apr 29 17:56 common
-rw-r--r--. 1 root root 2353 Apr 29 17:56 index.html
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 dashboards
-rw-r--r--. 1 root root 786 Apr 29 17:56 config.js
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 js
drwxr-xr-x. 17 root root 4096 Apr 29 17:56 panels
drwxr-xr-x. 2 root root 4096 Apr 29 17:56 partials
drwxr-xr-x. 3 root root 4096 Apr 29 17:56 scripts
[root@ip-10-188-21-112 ~]#

[root@ip-10-188-21-112 ~]# wget
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
--2013-04-29 18:06:14--
http://ec2-107-21-79-178.compute-1.amazonaws.com:9200/_plugin/kibana3
Resolving ec2-107-21-79-178.compute-1.amazonaws.com... 10.188.21.112
Connecting to ec2-107-21-79-178.compute-1.amazonaws.com|10.188.21.112|:9200...
connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-29 18:06:14 ERROR 404: Not Found.

On Sun, Apr 28, 2013 at 10:19 PM, David Pilato <da...@pilato.fr<javascript:>

wrote:

It's an Elasticsearch plugin.
Elasticsearch Platform — Find real-time answers at scale | Elastic

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

Le 29 avr. 2013 à 00:47, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

I am not familar with what site plugin is. Is this something that
gets installed in Chrome? Or is this something I need to deploy it on a web
server?

On Sun, Apr 28, 2013 at 2:38 PM, David Pilato <da...@pilato.fr<javascript:>

wrote:

Try to install it under /plugins/kibana3/_site and open it with
http://localhost:9200/_plugin/kibana3/

It should work as a site plugin.

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

Le 28 avr. 2013 à 22:54, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

This is what I see (in attachment)

On Sun, Apr 28, 2013 at 1:00 PM, David Pilato <da...@pilato.fr<javascript:>

wrote:

Yes. Click on the small arrow (or something like that) near
title. It should open a dialog box.

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

Le 28 avr. 2013 à 21:42, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :

I tried that and I just get a blank page with black border on
the top

On Sun, Apr 28, 2013 at 12:38 PM, David Pilato <da...@pilato.fr<javascript:>

wrote:

Just download kibana3 and open index.html in your browser.****


Then, you have to define rows and panels in rows.****

You need at least a timepicker that point to a date field in your
docs.****


Sadly, documentation is not yet ready but I know that Rashid will
add it somedays.****




De : elasti...@googlegroups.com <javascript:> [mailto:
elasti...@googlegroups.com <javascript:>] De la part de Mohit
Anchlia
Envoyé : dimanche 28 avril 2013 21:13

À : elasti...@googlegroups.com <javascript:>
Objet : Re: Kibana****


I am having trouble running kibana3. I started ./scripts/server.js
and then launched it in the browser. When I run search no results are
returned. I also ran ./load.sh from scripts and I do see results when I
query directly against elasticsearch****

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato <da...@pilato.fr<javascript:>>
wrote:****

Kibana3 runs in your browser. No need to setup any node.js.****



De : elasti...@googlegroups.com <javascript:> [mailto:
elasti...@googlegroups.com <javascript:>] De la part de Mohit
Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasti...@googlegroups.com <javascript:>
Objet : Re: Kibana****


I installed node.js on the machine where I am runnin kibana3. Are
there any specific instructions for installation or can I just copy the
entire dir in httpd? I tried running server.js but there doesn't seem to be
a way to make it run on a given ip.****


Also, since this may not be the right group, is there a different
email I can send my questions to?****


Thanks****

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato <da...@pilato.fr<javascript:>>
wrote:****

Kibana3 is full Javascript.****


--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 16:51, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :****

Thanks for the link. What are the differences between kibna and
kbana3?****

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato <da...@pilato.fr<javascript:>>
wrote:****

Yes I did but using Kibana3:
GitHub - elastic/kibana: Your window into the Elastic Stack****



--****

David :wink: ****

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs****

Le 28 avr. 2013 à 08:21, Mohit Anchlia <mohita...@gmail.com<javascript:>>
a écrit :****

I am trying to setup kibana with elasticsearch without logstash.
Even though it's not directly related to elasticsearch I wanted to know if
anyone has successfully used Kibana with elasticsearch but without
logstash? I have everything installed and hooked but query doesn't seem to
be working. ****

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

<kb.docx>

--
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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.

I downloaded kibana3 and opened index.html and it works fine. But now I
want to view my logs from a different machine, so I need a URL to be given
to my client. Is this possible with kibana 3??

On Monday, 29 April 2013 01:08:01 UTC+5:30, David Pilato wrote:

Just download kibana3 and open index.html in your browser.

Then, you have to define rows and panels in rows.

You need at least a timepicker that point to a date field in your docs.

Sadly, documentation is not yet ready but I know that Rashid will add it
somedays.

De : elasti...@googlegroups.com <javascript:> [mailto:
elasti...@googlegroups.com <javascript:>] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 21:13
À : elasti...@googlegroups.com <javascript:>
Objet : Re: Kibana

I am having trouble running kibana3. I started ./scripts/server.js and
then launched it in the browser. When I run search no results are returned.
I also ran ./load.sh from scripts and I do see results when I query
directly against elasticsearch

On Sun, Apr 28, 2013 at 9:13 AM, David Pilato <da...@pilato.fr<javascript:>>
wrote:

Kibana3 runs in your browser. No need to setup any node.js.

De : elasti...@googlegroups.com <javascript:> [mailto:
elasti...@googlegroups.com <javascript:>] De la part de Mohit Anchlia
Envoyé : dimanche 28 avril 2013 17:15
À : elasti...@googlegroups.com <javascript:>
Objet : Re: Kibana

I installed node.js on the machine where I am runnin kibana3. Are there
any specific instructions for installation or can I just copy the entire
dir in httpd? I tried running server.js but there doesn't seem to be a way
to make it run on a given ip.

Also, since this may not be the right group, is there a different email I
can send my questions to?

Thanks

On Sun, Apr 28, 2013 at 8:05 AM, David Pilato <da...@pilato.fr<javascript:>>
wrote:

Kibana3 is full Javascript.

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 16:51, Mohit Anchlia <mohita...@gmail.com <javascript:>>
a écrit :

Thanks for the link. What are the differences between kibna and kbana3?

On Sat, Apr 27, 2013 at 11:46 PM, David Pilato <da...@pilato.fr<javascript:>>
wrote:

Yes I did but using Kibana3: GitHub - elastic/kibana: Your window into the Elastic Stack

--

David :wink:

Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 avr. 2013 à 08:21, Mohit Anchlia <mohita...@gmail.com <javascript:>>
a écrit :

I am trying to setup kibana with elasticsearch without logstash. Even
though it's not directly related to elasticsearch I wanted to know if
anyone has successfully used Kibana with elasticsearch but without
logstash? I have everything installed and hooked but query doesn't seem to
be working.

--
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 <javascript:>.
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 elasticsearc...@googlegroups.com <javascript:>.
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 <javascript:>.
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/373c9053-0278-42c7-bfb7-6be3f9496c1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.