Skip to content

Commit 08d8fd2

Browse files
author
Henry Harding
committed
Merge remote-tracking branch 'upstream/master' into ingest-overview-page
2 parents c5710fa + 8f7bb05 commit 08d8fd2

File tree

422 files changed

+6522
-4028
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

422 files changed

+6522
-4028
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ A high level overview of our contributing guidelines.
2222
- [Setting Up SSL](#setting-up-ssl)
2323
- [Linting](#linting)
2424
- [Internationalization](#internationalization)
25+
- [Localization](#localization)
2526
- [Testing and Building](#testing-and-building)
2627
- [Debugging server code](#debugging-server-code)
2728
- [Instrumenting with Elastic APM](#instrumenting-with-elastic-apm)
@@ -408,6 +409,11 @@ ReactDOM.render(
408409
There are a number of tools created to support internationalization in Kibana that would allow one to validate internationalized labels,
409410
extract them to a `JSON` file or integrate translations back to Kibana. To know more, please read corresponding [readme](src/dev/i18n/README.md) file.
410411

412+
### Localization
413+
414+
We cannot support accepting contributions to the translations from any source other than the translators we have engaged to do the work.
415+
We are still to develop a proper process to accept any contributed translations. We certainly appreciate that people care enough about the localization effort to want to help improve the quality. We aim to build out a more comprehensive localization process for the future and will notify you once contributions can be supported, but for the time being, we are not able to incorporate suggestions.
416+
411417
### Testing and Building
412418

413419
To ensure that your changes will not break other functionality, please run the test suite and build process before submitting your Pull Request.

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
| [SavedQuery](./kibana-plugin-plugins-data-public.savedquery.md) | |
8989
| [SavedQueryService](./kibana-plugin-plugins-data-public.savedqueryservice.md) | |
9090
| [SearchSourceFields](./kibana-plugin-plugins-data-public.searchsourcefields.md) | |
91-
| [SearchStrategyProvider](./kibana-plugin-plugins-data-public.searchstrategyprovider.md) | |
9291
| [TabbedAggColumn](./kibana-plugin-plugins-data-public.tabbedaggcolumn.md) | \* |
9392
| [TabbedTable](./kibana-plugin-plugins-data-public.tabbedtable.md) | \* |
9493
| [TimeRange](./kibana-plugin-plugins-data-public.timerange.md) | |

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.id.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.isviable.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.search.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/user/alerting/action-types.asciidoc

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,23 @@ a| <<webhook-action-type, Webhook>>
3434

3535
[NOTE]
3636
==============================================
37-
Some action types are paid commercial features, while others are free.
38-
For a comparison of the Elastic subscription levels,
39-
see https://www.elastic.co/subscriptions[the subscription page].
37+
Some action types are paid commercial features, while others are free.
38+
For a comparison of the Elastic subscription levels,
39+
see https://www.elastic.co/subscriptions[the subscription page].
4040
==============================================
4141

42+
[float]
43+
[[create-connectors]]
44+
=== Connectors
45+
46+
You can create connectors for actions in <<managing-alerts-and-actions, Alerts and Actions>> or via the action API.
47+
For out-of-the-box and standardized connectors, you can <<pre-configured-connectors, preconfigure connectors>>
48+
before {kib} starts.
49+
4250
include::action-types/email.asciidoc[]
4351
include::action-types/index.asciidoc[]
4452
include::action-types/pagerduty.asciidoc[]
4553
include::action-types/server-log.asciidoc[]
4654
include::action-types/slack.asciidoc[]
4755
include::action-types/webhook.asciidoc[]
56+
include::pre-configured-connectors.asciidoc[]
90.1 KB
Loading
143 KB
Loading
190 KB
Loading

0 commit comments

Comments
 (0)