Skip to content

Commit 1b87ddd

Browse files
authored
[DOCS] Remove default modules from plugin docs (#69304) (#69360)
1 parent 7eefaf7 commit 1b87ddd

7 files changed

+26
-79
lines changed

docs/plugins/alerting.asciidoc

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

docs/plugins/index.asciidoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ must be installed on every node in the cluster. After installation, each
1414
node must be restarted before the plugin becomes visible.
1515

1616
NOTE: A full cluster restart is required for installing plugins that have
17-
custom cluster state metadata, such as X-Pack. It is still possible to upgrade
17+
custom cluster state metadata. It is still possible to upgrade
1818
such plugins with a rolling restart.
1919

2020
This documentation distinguishes two categories of plugins:
@@ -40,8 +40,6 @@ include::plugin-script.asciidoc[]
4040

4141
include::api.asciidoc[]
4242

43-
include::alerting.asciidoc[]
44-
4543
include::analysis.asciidoc[]
4644

4745
include::discovery.asciidoc[]
@@ -50,12 +48,8 @@ include::filesystem.asciidoc[]
5048

5149
include::ingest.asciidoc[]
5250

53-
include::management.asciidoc[]
54-
5551
include::mapper.asciidoc[]
5652

57-
include::security.asciidoc[]
58-
5953
include::repository.asciidoc[]
6054

6155
include::store.asciidoc[]

docs/plugins/ingest-geoip.asciidoc

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

docs/plugins/ingest.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,3 @@ The following plugin has been contributed by our community:
3737
* https://github.com/johtani/elasticsearch-ingest-csv[Ingest CSV Processor Plugin] (by Jun Ohtani)
3838

3939
include::ingest-attachment.asciidoc[]
40-
41-
include::ingest-geoip.asciidoc[]
42-
43-
include::ingest-user-agent.asciidoc[]

docs/plugins/management.asciidoc

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

docs/plugins/redirects.asciidoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,34 @@ The `cloud-gce` plugin has been renamed to <<discovery-gce>> (`discovery-gce`).
4040
The Delete-By-Query plugin has been removed in favor of a new {ref}/docs-delete-by-query.html[Delete By Query API]
4141
implementation in core.
4242

43+
[role="exclude",id="ingest-geoip"]
44+
=== Ingest `geoip` processor plugin
4345

46+
The `geoip` processor is now a module and distributed with {es} by default. See
47+
{ref}/geoip-processor.html[GeoIP processor].
4448

49+
[role="exclude",id="ingest-user-agent"]
50+
=== Ingest `user_agent` processor plugin
4551

52+
The `user_agent` processor is now a module and distributed with {es} by default.
53+
See {ref}/user-agent-processor.html[User Agent processor].
4654

55+
[role="exclude",id="using-ingest-geoip"]
56+
=== Using the `geoip` processor in a pipeline
4757

58+
See {ref}/geoip-processor.html#using-ingest-geoip[using `ingest-geoip`].
4859

60+
[role="exclude",id="alerting"]
61+
=== Alerting plugins
62+
63+
See {kib}'s {kibana-ref}/alerting-getting-started.html[Alerting and Actions].
64+
65+
[role="exclude",id="management"]
66+
=== Management plugins
67+
68+
See {ref}/monitor-elasticsearch-cluster.html[{stack} monitoring].
69+
70+
[role="exclude",id="security"]
71+
=== Security plugins
72+
73+
See {ref}/secure-cluster.html[{stack} security].

docs/plugins/security.asciidoc

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

0 commit comments

Comments
 (0)