-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds updated doc material for the 4.1 release of Kibana #3813
Conversation
Based on a cursory review, looks like great progress! A couple of brief comments so far:
|
I don't see anything about filter pinning either. It would be nice to have examples of where its useful, eg, creating a filter on the dashboard, and heading back to discover with it. |
|
||
Select the *Options* tab to change the following aspects of the chart: | ||
|
||
*Y-Axis Scale*:: You can select *linear*, *log*, or *square root* scales for the chart's Y axis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you give examples of where each of these might be useful? A bit of material: http://www.forbes.com/sites/naomirobbins/2012/01/19/when-should-i-use-logarithmic-scales-in-my-charts-and-graphs/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this section to the discussion of different axis scales: "You can use a log
scale to display data that varies exponentially, such as a compounding interest chart, or a square root scale to regularize the display of data sets with variabilities that are themselves highly variable. This kind of data, where the variability is itself variable over the domain being examined, is known as heteroscedastic data. For example, if a data set of height versus weight has a relatively narrow range of variability at the short end of height, but a wider range at the taller end, the data set is heteroscedastic."
A couple first impression notes on the tutorial
|
=== Defining Your Index Patterns | ||
|
||
Each set of data loaded to Elasticsearch has an https://www.elastic.co/guide/en/kibana/current/settings.html#settings-create-pattern[index pattern]. In the previous section, the Shakespeare data set has an index named `shakespeare`, and the accounts | ||
data set has an index named `bank`. An _index pattern_ is a regular expression that can |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Index patterns can not use regular expressions. Its a wildcard pattern at best.
The flow is a bit off here. The previous section of the docs talks about setting up index patterns, but of course you can't do that without data, which you get in the tutorial section. It seems the tutorial should be the first thing you hit after a "What is kibana and why do I care?" section |
Some general feedback:
|
My comments after the latest round of changes. Add distribution package formats & service definitions #3212 Collapsible sidebar #3185 Discover interval #3290 Add columns from doc table #3526 Move index pattern selector into index pattern header in discover #3060 Add IPv4 Range Aggregation #3171 vis editor refactor #3616 Add ability to select y-axis min and max values #3464 Adding feature to remove circles when option to remove circles selected #3197 Tilemap PRs Add custom date histogram interval option #3237 Add a pause button to the header when auto-refresh is enabled Add option to save time with dashboard #3164 Settings refactor Import/export #3573 Closes #2471 - Add logging to a file #3201 |
The logstash data set isn't hosted yet; I've talked to Drew about it and he'll take care of it. I'll update it as soon as I know the URL. |
Pull #3212: Added this section to setup.asciidoc On Unix, you can instead run the package manager suited for your distribution:
After installing, run Kibana from the install directory: I'll need information from @jordansissel about where those packages' default install directories are so I can add that to the section, but it's not much more involved than that. Pull #3185: done. Pull #3290: Screenshot updated, text added: The histogram lists the time range you're currently exploring, as well as the intervals that range is currently using. Pull #3464: Added to area chart, already present in line chart Pull #3526: Added ". To toggle a particular field's column in the Documents table, click the Pull #3060: Current doc says to click the name of the index pattern to change it; this behavior still works, since the directional indicator is in the same bar as the pattern name, and clicking anywhere on the bar unfolds the list of index patterns. Screenshot updated to reflect new visual style. Pull #3171: Fixed bad link. IPv4 and date range aggs are definitely selectable and present as sub-aggregations. Pull #3616: Updated screenshot and text referring to Apply changes button. More to come later tonight with PR update and rebuild of sample doc for further inspection |
Pull #3197: Typically we've just been documenting what the box does when it's checked, not altering our phrasing by whether or not it's default-checked. Tilemap: Format fixed, images for buttons added. +/- zoom buttons added and documented. #3237: The following language added to all discussions of the Date Histogram agg (x-axis-aggs, tilemap, pie, and datatable .asciidoc): #3800: Autorefresh added to discussion of the time picker, and is now present in Dashboard and Visualize as well. #3164: Added the following text: Settings chunking: Done #3201: Yes, these are all in Settings. I've added a line for log_file right after pid_file. PR updated, new build up for inspection as usual. |
Perhaps an item for a later date, but for the Kibana server properties table, do we also want to document the command-line options that go along with each option?
|
On pull #3212, agreed that need info from @jordansissel and/or @rashidkpc on whether the kibana RPM and DEB packages are going to be uploaded to the respective repos, so the following installation commands would work at the time when we release these docs, as right now they don't seem to:
|
"What's new in Kibana 4.1" content looks good to me. I would probably not use bold for the pull numbers, but it's only a preference. We should modify the note in the intro that refers to which product version this documentation is for, for instance: This guide describes how to use Kibana 4**.1**. For information about what’s new in Kibana 4**.1**, see What’s New in Kibana 4.1. For earlier versions of Kibana 4 go here [include link]. For information about Kibana 3, see the Kibana 3 User Guide. |
aggregations, changes to the UI, and new functionality for visualizations.
- Chunking for Settings pages - Updates several screenshots - Autorefresh added - See PR conversation for way more deets
…ure and Kibana, in particular the .kibana index, to resolve Issue #3499.
…k for Logstash dataset in Getting Started
Adds updated doc material for the 4.1 release of Kibana
Closes #3733
Updates K4 docs for 4.1 features. Notable changes include bubble charts from line charts, new aggregations (Percentile Rank and dedicated range aggs for dates and IPv4 addresses), UI changes (Options tab for visualizations).