Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
how could i configure, to show different attributes from apache log Attributes refering to, browsers, countries, os, most 10 access url and etc, as similar as awstats
A guy posted kibana3 dashboard json file for apache log. https://gist.github.com/rshk/23ff4b0c162ba4b8a326 How could I import/use to kibana4?
using http://localhost:9200/_plugins/head , then clicking on Browse, I see a .kibana index and a logstash-03-20-2015 index. If I select logstash-03-20-2015, I can see the documents (syslog entries) in Elasticsrearch. However, from my Kibana discover page, I am not able to see any entries. The filter used is logstash-* or *, neither is showing up any entries. Do you have any idea why that might be?
Great tutorial ! I have a question, I’m pushing data from hadoop to ES and now I’m creating visualizations and so on with Kibana4 as shown in this tutorial. Now the problem is that in my Excel file, I have a type “location” as this : exp : 2.17E+13 . How can I make Kibana see it as a geoPoint(is that how it’s called) field and then be able to create a geo visualization? Best regards, Omar,
Hi, I am using kibana4. My dashboard looks good. but default kibana provides green color for big portion of chart. If I want to change this color preference how can I change that?
Thanks Regards
Hi!
firstable, thank you very much for this tutorial. I’m system administrator but Im totally new to ELK so your tutorials have been very useful.
Just, maybe silly question, If I check a search for type:nginx-access and I click in some log I can see … clientip 192.168.33.150 agent “Wget/1.16 (darwin14.0.0)” …
but then when I go to Visualizations and, following your tutorial, try to add Sub-Aggregation / SplitBars/Signficant Terms/etc etc I just can’t see the CLIENTIP… I have host,host.raw…etc but no CLIENTIP
Anyone have some idea why I can’t see clientip value in Visualizations?
Thanks
Hi everyone
yes I forgot to comment the solution, as you say, I clicked on Reload and worked! Now I have another issues :P
Thanks!
@rubdendob and others, one thing I noticed when using a (-) in the name for a type, such as nginx-access or apache-access is that Kibana picks that up as “apache” and “access”. If I went to Visualize with my type as apache-access it would split them up. I changed the type to apache_access and that worked much better.
Hopefully that is helpful!