Skip to content

Commit

Permalink
Fixing some new capitalization issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Oct 3, 2014
1 parent eaa1d30 commit d3c076b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Or HTML
status:[400 TO 499] AND (extension:php OR extension:html)
```

While lucene query syntax is simple and very powerful, Kibana also supports the full Elasticsearch, JSON based, query DSL. See the [Elasticsearch documentation](http://www.Elasticsearch.org/guide/en/Elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax) for usage and examples.
While Lucene query syntax is simple and very powerful, Kibana also supports the full Elasticsearch, JSON based, Query DSL. See the [Elasticsearch documentation](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax) for usage and examples.
<!-- /include -->
<!-- include {"path":"docs/visualize.md"} -->
## Visualize
Expand Down Expand Up @@ -163,7 +163,7 @@ To the right of the search box there are a row of icons for creating new visuali

#### Aggregation Builder

The aggregation builder on the left of the screen is used for configuring the [metric](http://www.Elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html#_metrics_aggregations) and [bucket](http://www.Elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html#_bucket_aggregations) aggregations used to create a visualization. (If you are coming from the SQL world, buckets are similar to group-bys. Check out the [Elasticsearch docs](http://www.Elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html) for more info) For a bar chart or line chart the *metric* is used for the y-axis and the *buckets* are used for the x-axis, segment bar colors, and row/column splits. For pie charts the "metric" is used for the size of the slice and the *bucket* is used for the number of slices. Other visualizations may use these in new and different ways.
The aggregation builder on the left of the screen is used for configuring the [metric](http://www.elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html#_metrics_aggregations) and [bucket](http://www.elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html#_bucket_aggregations) aggregations used to create a visualization. (If you are coming from the SQL world, buckets are similar to group-bys. Check out the [Elasticsearch docs](http://www.elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html) for more info) For a bar chart or line chart the *metric* is used for the y-axis and the *buckets* are used for the x-axis, segment bar colors, and row/column splits. For pie charts the "metric" is used for the size of the slice and the *bucket* is used for the number of slices. Other visualizations may use these in new and different ways.

For the remainder of this documentation we are going to use the bar chart as our example when discussing the features of the aggregation panel. The same concepts apply to the other visualizations but the bar chart is the workhorse of the visualization world.

Expand Down
2 changes: 1 addition & 1 deletion docs/discover.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ Or HTML
status:[400 TO 499] AND (extension:php OR extension:html)
```

While lucene query syntax is simple and very powerful, Kibana also supports the full Elasticsearch, JSON based, query DSL. See the [Elasticsearch documentation](http://www.Elasticsearch.org/guide/en/Elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax) for usage and examples.
While Lucene query syntax is simple and very powerful, Kibana also supports the full Elasticsearch, JSON based, Query DSL. See the [Elasticsearch documentation](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax) for usage and examples.
2 changes: 1 addition & 1 deletion docs/visualize.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To the right of the search box there are a row of icons for creating new visuali

#### Aggregation Builder

The aggregation builder on the left of the screen is used for configuring the [metric](http://www.Elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html#_metrics_aggregations) and [bucket](http://www.Elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html#_bucket_aggregations) aggregations used to create a visualization. (If you are coming from the SQL world, buckets are similar to group-bys. Check out the [Elasticsearch docs](http://www.Elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html) for more info) For a bar chart or line chart the *metric* is used for the y-axis and the *buckets* are used for the x-axis, segment bar colors, and row/column splits. For pie charts the "metric" is used for the size of the slice and the *bucket* is used for the number of slices. Other visualizations may use these in new and different ways.
The aggregation builder on the left of the screen is used for configuring the [metric](http://www.elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html#_metrics_aggregations) and [bucket](http://www.elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html#_bucket_aggregations) aggregations used to create a visualization. (If you are coming from the SQL world, buckets are similar to group-bys. Check out the [Elasticsearch docs](http://www.elasticsearch.org/guide/en/Elasticsearch/reference/1.x/search-aggregations.html) for more info) For a bar chart or line chart the *metric* is used for the y-axis and the *buckets* are used for the x-axis, segment bar colors, and row/column splits. For pie charts the "metric" is used for the size of the slice and the *bucket* is used for the number of slices. Other visualizations may use these in new and different ways.

For the remainder of this documentation we are going to use the bar chart as our example when discussing the features of the aggregation panel. The same concepts apply to the other visualizations but the bar chart is the workhorse of the visualization world.

Expand Down

0 comments on commit d3c076b

Please sign in to comment.