From a36f72142c5cc8dc41d5353eefe9e7bad843821d Mon Sep 17 00:00:00 2001 From: Khalah Jones-Golden Date: Mon, 16 Mar 2015 18:18:50 -0700 Subject: [PATCH 1/4] [Docs, Links] Changed all of the relevant links and occurences of the string elasticsearch to take into consideration the rebranding during elasitcon and keynote --- .travis.yml | 4 ++-- CONTRIBUTING.md | 2 +- README.md | 8 ++++---- bower.json | 2 +- docs/discover.asciidoc | 4 ++-- docs/index.asciidoc | 2 +- docs/introduction.asciidoc | 2 +- docs/production.asciidoc | 8 ++++---- docs/settings.asciidoc | 4 ++-- docs/setup.asciidoc | 6 +++--- package.json | 17 +++++++++-------- .../components/agg_types/controls/field.html | 4 ++-- .../components/index_patterns/_field_formats.js | 8 ++++---- src/kibana/directives/validate_index_name.js | 4 ++-- src/kibana/plugins/dashboard/directives/grid.js | 2 +- .../settings/sections/indices/_edit.html | 4 ++-- .../sections/indices/scripted_fields/index.html | 6 +++--- .../vis_types/vislib/_build_chart_data.js | 4 ++-- tasks/config/s3.js | 2 +- 19 files changed, 47 insertions(+), 46 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39a44445179dc..496adab445792 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ script: - npm test notifications: email: - - rashid.khan@elasticsearch.com - - spencer.alger@elasticsearch.com + - rashid.khan@elastic.co + - spencer.alger@elastic.co hipchat: rooms: secure: UKrVR+5KztHarodQruQe97UJfwftutD6RNdXlVkr+oIr2GqccisDIIN9pAzS/kxl+eAnP1uT6VHzc9YI/jgbrmiSkz3DHViw+MwDwY2aIDgI8aHEbd/4B2ihtb15+OYTVbb+lytyz4+W8A8hSmbkTR/P/uFIJ+EYcBeYZfw1elo= diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3b4c9048f15d..31c870ba7d819 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ The process for contributing to any of the Elasticsearch repositories is similar ### Sign the contributor license agreement -Please make sure you have signed the [Contributor License Agreement](http://www.elasticsearch.org/contributor-agreement/). We are not asking you to assign copyright to us, but to give us the right to distribute your code without restriction. We ask this of all contributors in order to assure our users of the origin and continuing existence of the code. You only need to sign the CLA once. +Please make sure you have signed the [Contributor License Agreement](http://www.elastic.co/contributor-agreement/). We are not asking you to assign copyright to us, but to give us the right to distribute your code without restriction. We ask this of all contributors in order to assure our users of the origin and continuing existence of the code. You only need to sign the CLA once. #### Development Environment Setup diff --git a/README.md b/README.md index 1cf7845157afa..29ff8f3ea2182 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Kibana 4.1.0-snapshot -[![Build Status](https://travis-ci.org/elasticsearch/kibana.svg?branch=master)](https://travis-ci.org/elasticsearch/kibana?branch=master) +[![Build Status](https://travis-ci.org/elastic/kibana.svg?branch=master)](https://travis-ci.org/elastic/kibana?branch=master) -Kibana is an open source ([Apache Licensed](https://github.com/elasticsearch/kibana/blob/master/LICENSE.md)), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. +Kibana is an open source ([Apache Licensed](https://github.com/elastic/kibana/blob/master/LICENSE.md)), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. ## Requirements @@ -11,7 +11,7 @@ Kibana is an open source ([Apache Licensed](https://github.com/elasticsearch/kib ## Installation -* Download: [http://www.elasticsearch.org/overview/kibana/installation/](http://www.elasticsearch.org/overview/kibana/installation/) +* Download: [https://www.elastic.co/downloads/kibana](https://www.elastic.co/downloads/kibana) * Run `bin/kibana` on unix, or `bin\kibana.bat` on Windows. * Visit [http://localhost:5601](http://localhost:5601) @@ -31,4 +31,4 @@ Now that you've configured an index pattern, you're ready to hop over to the [Di ## Documentation -Visit [Elasticsearch.org](http://www.elasticsearch.org/guide/en/kibana/current/index.html) for the full Kibana documentation. +Visit [Elastic.co](http://www.elastic.co/guide/en/kibana/current/index.html) for the full Kibana documentation. diff --git a/bower.json b/bower.json index cc27ddaf94642..9632421bf944a 100644 --- a/bower.json +++ b/bower.json @@ -11,7 +11,7 @@ "elasticsearch" ], "license": "Apache 2.0", - "homepage": "http://www.elasticsearch.org/overview/kibana/", + "homepage": "https://www.elastic.co/products/kibana", "ignore": [ "**/.*", "node_modules", diff --git a/docs/discover.asciidoc b/docs/discover.asciidoc index cb86611ed4a22..db98628102545 100644 --- a/docs/discover.asciidoc +++ b/docs/discover.asciidoc @@ -32,7 +32,7 @@ You can use the browser Back button to undo your changes. [[search]] === Searching Your Data You can search the indices that match the current index pattern by submitting a search from the Discover page. -You can enter simple query strings, use the Lucene https://lucene.apache.org/core/2_9_4/queryparsersyntax.html[query syntax], or use the full JSON-based http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl.html[Elasticsearch Query DSL]. +You can enter simple query strings, use the Lucene https://lucene.apache.org/core/2_9_4/queryparsersyntax.html[query syntax], or use the full JSON-based http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html[Elasticsearch Query DSL]. When you submit a search, the histogram, Documents table, and Fields list are updated to reflect the search results. The total number of hits (matching documents) is shown in the upper right corner of the @@ -51,7 +51,7 @@ To search your data: * To specify more complex search criteria, you can use the Boolean operators `AND`, `OR`, and `NOT`. For example, to find entries that have 4xx status codes and have an extension of `php` or `html`, you could enter `status:[400 TO 499] AND (extension:php OR extension:html)`. + -NOTE: These examples use the Lucene query syntax. You can also submit queries using the Elasticsearch Query DSL. For examples, see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax[query string syntax] in the Elasticsearch Reference. +NOTE: These examples use the Lucene query syntax. You can also submit queries using the Elasticsearch Query DSL. For examples, see http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax[query string syntax] in the Elasticsearch Reference. + . Press *Enter* or click the *Search* button to submit your search query. diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 949bffcd149b8..7c597e6eb5b0b 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -1,7 +1,7 @@ [[kibana-guide]] = Kibana User Guide -:ref: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current +:ref: http://www.elastic.co/guide/en/elasticsearch/reference/current include::introduction.asciidoc[] diff --git a/docs/introduction.asciidoc b/docs/introduction.asciidoc index 1e4b7b47bc551..6e9c54e259586 100644 --- a/docs/introduction.asciidoc +++ b/docs/introduction.asciidoc @@ -15,7 +15,7 @@ Elasticsearch indices in minutes--no code, no additional infrastructure required NOTE: This guide describes how to use Kibana 4. For information about what's new in Kibana 4, see <>. For information about Kibana 3, -see the http://www.elasticsearch.org/guide/en/kibana/current/index.html[Kibana 3 User Guide]. +see the http://www.elastic.co/guide/en/kibana/current/index.html[Kibana 3 User Guide]. [float] [[data-discovery]] diff --git a/docs/production.asciidoc b/docs/production.asciidoc index ddc0c6d57bbf8..724da60892a71 100644 --- a/docs/production.asciidoc +++ b/docs/production.asciidoc @@ -34,7 +34,7 @@ kibana_elasticsearch_password: kibana4 ---- For information about assigning the Kibana server the necessary permissions in Shield, -see https://www.elasticsearch.org/guide/en/shield/current/_shield_with_kibana_4.html[Shield with Kibana 4] +see https://www.elastic.co/guide/en/shield/current/_shield_with_kibana_4.html[Shield with Kibana 4] in the Shield documentation. [float] @@ -73,7 +73,7 @@ ca: /path/to/your/ca/cacert.pem [float] [[controlling-access]] === Controlling access -You can use http://www.elasticsearch.org/overview/shield/[Elasticsearch Shield] +You can use http://www.elastic.co/overview/shield/[Elasticsearch Shield] (Shield) to control what Elasticsearch data users can access through Kibana. Shield provides index-level access control. If a user isn't authorized to run the query that populates a Kibana visualization, the user just sees an empty @@ -81,7 +81,7 @@ visualization. To configure access to Kibana using Shield, you create Shield roles for Kibana using the `kibana4` default role as a starting point. For more -information, see http://www.elasticsearch.org/guide/en/shield/current/_shield_with_kibana_4.html[Using Shield with Kibana 4]. +information, see http://www.elastic.co/guide/en/shield/current/_shield_with_kibana_4.html[Using Shield with Kibana 4]. [float] [[load-balancing]] @@ -90,7 +90,7 @@ If you have multiple nodes in your Elasticsearch cluster, the easiest way to dis across the nodes is to run an Elasticsearch _client_ node on the same machine as Kibana. Elasticsearch client nodes are essentially smart load balancers that are part of the cluster. They process incoming HTTP requests, redirect operations to the other nodes in the cluster as needed, and -gather and return the results. For more information, see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-node.html[Node] in the Elasticsearch reference. +gather and return the results. For more information, see http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html[Node] in the Elasticsearch reference. To use a local client node to load balance Kibana requests: diff --git a/docs/settings.asciidoc b/docs/settings.asciidoc index d4df7a68dfc82..d5c27f65dc078 100644 --- a/docs/settings.asciidoc +++ b/docs/settings.asciidoc @@ -172,7 +172,7 @@ buggy, you'll get exceptions whenever you try to view the dynamically generated data. Scripted fields use the Lucene expression syntax. For more information, -see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-scripting.html#_lucene_expressions_scripts[Lucene Expressions Scripts]. +see http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting.html#_lucene_expressions_scripts[Lucene Expressions Scripts]. You can reference any single value numeric field in your expressions, for example: @@ -192,7 +192,7 @@ from your index data. . Click *Save Scripted Field*. For more information about scripted fields in Elasticsearch, see -http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-scripting.html[Scripting]. +http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting.html[Scripting]. [float] [[update-scripted-field]] diff --git a/docs/setup.asciidoc b/docs/setup.asciidoc index ed8c1e8624125..fad929b628e12 100644 --- a/docs/setup.asciidoc +++ b/docs/setup.asciidoc @@ -4,19 +4,19 @@ You can set up Kibana and start exploring your Elasticsearch indices in minutes. All you need is: * Elasticsearch 1.4.4 or later -* A modern web browser - http://www.elasticsearch.com/support/matrix[Supported Browsers]. +* A modern web browser - http://www.elastic.co/support/matrix[Supported Browsers]. * Information about your Elasticsearch installation: ** URL of the Elasticsearch instance you want to connect to. ** Which Elasticsearch indices you want to search. -NOTE: If your Elasticsearch installation is protected by http://www.elasticsearch.org/overview/shield/[Shield] see https://www.elasticsearch.org/guide/en/shield/current/_shield_with_kibana_4.html[Shield with Kibana 4] for additional setup instructions. +NOTE: If your Elasticsearch installation is protected by http://www.elastic.co/overview/shield/[Shield] see https://www.elastic.co/guide/en/shield/current/_shield_with_kibana_4.html[Shield with Kibana 4] for additional setup instructions. [float] [[install]] === Install and Start Kibana To get Kibana up and running: -. Download the http://www.elasticsearch.org/overview/kibana/installation/[Kibana 4 binary package] for your platform. +. Download the http://www.elastic.co/overview/kibana/installation/[Kibana 4 binary package] for your platform. . Extract the `.zip` or `tar.gz` archive file. . Run Kibana from the install directory: `bin/kibana` (Linux/MacOSX) or `bin\kibana.bat` (Windows). diff --git a/package.json b/package.json index 78f6bafd99ed9..52c3519c49989 100644 --- a/package.json +++ b/package.json @@ -13,17 +13,18 @@ "private": false, "version": "4.1.0-snapshot", "main": "src/server/app.js", - "homepage": "http://www.elasticsearch.org/overview/kibana/", + "homepage": "https://www.elastic.co/products/kibana", "bugs": { - "url": "https://github.com/elasticsearch/kibana/issues" + "url": "https://github.com/elastic/kibana/issues" }, "license": "Apache 2.0", - "author": "Rashid Khan ", + "author": "Rashid Khan ", "contributors": [ - "Spencer Alger ", - "Chris Cowan ", - "Joe Fleming ", - "Lukas Olson " + "Spencer Alger ", + "Chris Cowan ", + "Joe Fleming ", + "Lukas Olson ", + "Khalah Jones-Golden " ], "scripts": { "test": "grunt test", @@ -33,7 +34,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/elasticsearch/kibana.git" + "url": "https://github.com/elastic/kibana.git" }, "dependencies": { "ansicolors": "^0.3.2", diff --git a/src/kibana/components/agg_types/controls/field.html b/src/kibana/components/agg_types/controls/field.html index f209398650394..519d457577523 100644 --- a/src/kibana/components/agg_types/controls/field.html +++ b/src/kibana/components/agg_types/controls/field.html @@ -9,7 +9,7 @@

- Careful! The field selected contains analyzed strings. Values such as foo-bar will be broken into foo and bar. See Mapping Core Types for more information on setting this field as not_analyzed + Careful! The field selected contains analyzed strings. Values such as foo-bar will be broken into foo and bar. See Mapping Core Types for more information on setting this field as not_analyzed

@@ -27,4 +27,4 @@ ng-change="aggParam.onChange(agg)"> -

\ No newline at end of file + diff --git a/src/kibana/components/index_patterns/_field_formats.js b/src/kibana/components/index_patterns/_field_formats.js index 8e5db30a09f56..3878d93362c5f 100644 --- a/src/kibana/components/index_patterns/_field_formats.js +++ b/src/kibana/components/index_patterns/_field_formats.js @@ -2,7 +2,7 @@ /* markdown ### Formatting a value -To format a response value, you need to get ahold of the field list, which is usually available at `indexPattern.fields`. Each field object has a `format` property*, which is an object detailed in [_field_formats.js](https://github.com/elasticsearch/kibana4/blob/master/src/kibana/components/index_patterns/_field_formats.js). +To format a response value, you need to get ahold of the field list, which is usually available at `indexPattern.fields`. Each field object has a `format` property*, which is an object detailed in [_field_formats.js](https://github.com/elastic/kibana4/blob/master/src/kibana/components/index_patterns/_field_formats.js). Once you have the field that a response value came from, pass the value to `field.format.convert(value)` and a formatted string representation of the field will be returned. @@ -10,9 +10,9 @@ Once you have the field that a response value came from, pass the value to `fiel ### Changing a field's format -Currently only one field format exists, `"string"`, which just [flattens any value down to a string](https://github.com/elasticsearch/kibana4/blob/master/src/kibana/components/index_patterns/_field_formats.js#L18-L24). +Currently only one field format exists, `"string"`, which just [flattens any value down to a string](https://github.com/elastic/kibana4/blob/master/src/kibana/components/index_patterns/_field_formats.js#L18-L24). -To change the format for a specific field you can either change the default for a field type modify the [default format mapping here](https://github.com/elasticsearch/kibana4/blob/master/src/kibana/components/index_patterns/_field_formats.js#L37-L46). +To change the format for a specific field you can either change the default for a field type modify the [default format mapping here](https://github.com/elastic/kibana4/blob/master/src/kibana/components/index_patterns/_field_formats.js#L37-L46). To change the format for a specific indexPattern's field, add the field and format name to `indexPattern.customFormats` object property. @@ -23,7 +23,7 @@ $scope.onChangeFormat = function (field, format) { ``` ### Passing the formats to a chart -Currently, the [histogram formatter](https://github.com/elasticsearch/kibana4/blob/master/src/plugins/visualize/saved_visualizations/resp_converters/histogram.js) passes the formatting function as the `xAxisFormatter` and `yAxisFormatter` function. +Currently, the [histogram formatter](https://github.com/elastic/kibana4/blob/master/src/plugins/visualize/saved_visualizations/resp_converters/histogram.js) passes the formatting function as the `xAxisFormatter` and `yAxisFormatter` function. */ /* jshint ignore:end */ diff --git a/src/kibana/directives/validate_index_name.js b/src/kibana/directives/validate_index_name.js index 50e7ffae75045..9ee475fa61d7e 100644 --- a/src/kibana/directives/validate_index_name.js +++ b/src/kibana/directives/validate_index_name.js @@ -1,4 +1,4 @@ -// See https://github.com/elasticsearch/elasticsearch/issues/6736 +// See https://github.com/elastic/elastic/issues/6736 define(function (require) { var _ = require('lodash'); @@ -38,4 +38,4 @@ define(function (require) { } }; }); -}); \ No newline at end of file +}); diff --git a/src/kibana/plugins/dashboard/directives/grid.js b/src/kibana/plugins/dashboard/directives/grid.js index e4c737be02781..cc45541b34a8a 100644 --- a/src/kibana/plugins/dashboard/directives/grid.js +++ b/src/kibana/plugins/dashboard/directives/grid.js @@ -209,7 +209,7 @@ define(function (require) { g.get_widgets_from_DOM(); // We can't call this method if the gridmap is empty. This was found // when the user double clicked the "New Dashboard" icon. See - // https://github.com/elasticsearch/kibana4/issues/390 + // https://github.com/elastic/kibana4/issues/390 if (gridster.gridmap.length > 0) g.set_dom_grid_height(); g.drag_api.set_limits(COLS * g.min_widget_width); }; diff --git a/src/kibana/plugins/settings/sections/indices/_edit.html b/src/kibana/plugins/settings/sections/indices/_edit.html index 4f162adf4e7b6..2581ab03086db 100644 --- a/src/kibana/plugins/settings/sections/indices/_edit.html +++ b/src/kibana/plugins/settings/sections/indices/_edit.html @@ -40,7 +40,7 @@

index and the field's associated core type as recorded by Elasticsearch. While this list allows you to view the core type of each field, changing field types must be done using Elasticsearch's - + Mapping API @@ -68,4 +68,4 @@

- \ No newline at end of file + diff --git a/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html b/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html index 50ceb81b281d5..5974590432c85 100644 --- a/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html +++ b/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html @@ -7,7 +7,7 @@

{{ action }} Scripted Field

- By default, Elasticsearch scripts use Lucene Expressions , which is a lot like JavaScript, but limited to basic arithmetic, bitwise and comparison operations. We'll let you do some reading on Lucene Expressions To access values in the document use the following format: + By default, Elasticsearch scripts use Lucene Expressions , which is a lot like JavaScript, but limited to basic arithmetic, bitwise and comparison operations. We'll let you do some reading on Lucene Expressions To access values in the document use the following format:

doc['some_field'].value

There are a few limitations when using Lucene Expressions: @@ -46,8 +46,8 @@

Proceed with caution

-
diff --git a/src/kibana/plugins/vis_types/vislib/_build_chart_data.js b/src/kibana/plugins/vis_types/vislib/_build_chart_data.js index ed8cab807f88b..024335b9f0419 100644 --- a/src/kibana/plugins/vis_types/vislib/_build_chart_data.js +++ b/src/kibana/plugins/vis_types/vislib/_build_chart_data.js @@ -19,7 +19,7 @@ define(function (require) { var converted = convertTableGroup(vis, tableGroup); if (!converted) { // mimic a row of tables that doesn't have any tables - // https://github.com/elasticsearch/kibana/blob/7bfb68cd24ed42b1b257682f93c50cd8d73e2520/src/kibana/components/vislib/components/zero_injection/inject_zeros.js#L32 + // https://github.com/elastic/kibana/blob/7bfb68cd24ed42b1b257682f93c50cd8d73e2520/src/kibana/components/vislib/components/zero_injection/inject_zeros.js#L32 converted = { rows: [] }; } @@ -65,4 +65,4 @@ define(function (require) { return vis.type.responseConverter(vis, table); } }; -}); \ No newline at end of file +}); diff --git a/tasks/config/s3.js b/tasks/config/s3.js index f47df8c653500..2c9863e14679b 100644 --- a/tasks/config/s3.js +++ b/tasks/config/s3.js @@ -22,7 +22,7 @@ module.exports = function (grunt) { return { release: { - bucket: 'download.elasticsearch.org', + bucket: 'download.elastic.co', access: 'private', // debug: true, // uncommment to prevent actual upload upload: upload From f461498b0a62fece66d4cbbaeaf201bd76f512f4 Mon Sep 17 00:00:00 2001 From: Khalah Jones-Golden Date: Mon, 16 Mar 2015 18:32:09 -0700 Subject: [PATCH 2/4] [cleanup] Fixed some missed changes, or hyper ones i made --- README.md | 2 +- bower.json | 2 +- package.json | 2 +- src/kibana/directives/validate_index_name.js | 2 +- src/kibana/plugins/settings/sections/indices/_edit.html | 2 +- .../settings/sections/indices/scripted_fields/index.html | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 29ff8f3ea2182..87f4f6540e188 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Kibana is an open source ([Apache Licensed](https://github.com/elastic/kibana/bl ## Installation -* Download: [https://www.elastic.co/downloads/kibana](https://www.elastic.co/downloads/kibana) +* Download: [http://www.elastic.co/downloads/kibana](http://www.elastic.co/downloads/kibana) * Run `bin/kibana` on unix, or `bin\kibana.bat` on Windows. * Visit [http://localhost:5601](http://localhost:5601) diff --git a/bower.json b/bower.json index 9632421bf944a..0802de4dee697 100644 --- a/bower.json +++ b/bower.json @@ -11,7 +11,7 @@ "elasticsearch" ], "license": "Apache 2.0", - "homepage": "https://www.elastic.co/products/kibana", + "homepage": "http://www.elastic.co/products/kibana", "ignore": [ "**/.*", "node_modules", diff --git a/package.json b/package.json index 52c3519c49989..86c6074da87d8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "main": "src/server/app.js", "homepage": "https://www.elastic.co/products/kibana", "bugs": { - "url": "https://github.com/elastic/kibana/issues" + "url": "http://github.com/elastic/kibana/issues" }, "license": "Apache 2.0", "author": "Rashid Khan ", diff --git a/src/kibana/directives/validate_index_name.js b/src/kibana/directives/validate_index_name.js index 9ee475fa61d7e..0b91cd71c280f 100644 --- a/src/kibana/directives/validate_index_name.js +++ b/src/kibana/directives/validate_index_name.js @@ -1,4 +1,4 @@ -// See https://github.com/elastic/elastic/issues/6736 +// See https://github.com/elastic/elasticsearch/issues/6736 define(function (require) { var _ = require('lodash'); diff --git a/src/kibana/plugins/settings/sections/indices/_edit.html b/src/kibana/plugins/settings/sections/indices/_edit.html index 2581ab03086db..84e86049f40ca 100644 --- a/src/kibana/plugins/settings/sections/indices/_edit.html +++ b/src/kibana/plugins/settings/sections/indices/_edit.html @@ -40,7 +40,7 @@

index and the field's associated core type as recorded by Elasticsearch. While this list allows you to view the core type of each field, changing field types must be done using Elasticsearch's - + Mapping API diff --git a/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html b/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html index 5974590432c85..f9eefe18e4d43 100644 --- a/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html +++ b/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html @@ -7,7 +7,7 @@

{{ action }} Scripted Field

- By default, Elasticsearch scripts use Lucene Expressions , which is a lot like JavaScript, but limited to basic arithmetic, bitwise and comparison operations. We'll let you do some reading on Lucene Expressions To access values in the document use the following format: + By default, Elasticsearch scripts use Lucene Expressions , which is a lot like JavaScript, but limited to basic arithmetic, bitwise and comparison operations. We'll let you do some reading on Lucene Expressions To access values in the document use the following format:

doc['some_field'].value

There are a few limitations when using Lucene Expressions: @@ -46,8 +46,8 @@

Proceed with caution

-
From 6fc8e79518d59beb4dcea07bdf95aed765dff297 Mon Sep 17 00:00:00 2001 From: Khalah Jones Golden Date: Tue, 17 Mar 2015 11:09:10 -0700 Subject: [PATCH 3/4] Changing elastic.org to elastic.co --- .../settings/sections/indices/scripted_fields/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html b/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html index f9eefe18e4d43..fab5a576546b1 100644 --- a/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html +++ b/src/kibana/plugins/settings/sections/indices/scripted_fields/index.html @@ -7,7 +7,7 @@

{{ action }} Scripted Field

- By default, Elasticsearch scripts use Lucene Expressions , which is a lot like JavaScript, but limited to basic arithmetic, bitwise and comparison operations. We'll let you do some reading on Lucene Expressions To access values in the document use the following format: + By default, Elasticsearch scripts use Lucene Expressions , which is a lot like JavaScript, but limited to basic arithmetic, bitwise and comparison operations. We'll let you do some reading on Lucene Expressions To access values in the document use the following format:

doc['some_field'].value

There are a few limitations when using Lucene Expressions: From afe6da1536ca3039237af06cca335fe4ce72ef0d Mon Sep 17 00:00:00 2001 From: Khalah Jones Golden Date: Tue, 17 Mar 2015 11:12:22 -0700 Subject: [PATCH 4/4] Added Juan and Shelby to the contributors list --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 86c6074da87d8..dd843ff2b42bc 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,8 @@ "Chris Cowan ", "Joe Fleming ", "Lukas Olson ", + "Juan Thomassie ", + "Shleby Sturgis ", "Khalah Jones-Golden " ], "scripts": {