YeonghyeonKo
2a5afca1ba
fix typos of docs/plugins ( #113348 )
2024-09-23 17:53:38 +02:00
Pm Ching
e7bbcb9883
fix typos ( #113329 )
2024-09-23 17:38:51 +02:00
Sam Xiao
7cd6de76f4
Adds example plugin for custom ingest processor ( #112282 )
...
* Adds example plugin for custom ingest processor
Adds an example for creating a plugin with a simple custom ingest
processor. The example processor repeats the value of an expected filed
in a document, or ignores it if the expected field does not exist.
Closes #111539
2024-09-06 12:05:52 -04:00
Parsa Hosseinian
dab8b2798a
fix a typo in stable plugin documentation ( #101812 )
2023-11-06 10:52:22 +01:00
debadair
777598d602
[DOCS] Remove redirect pages ( #88738 )
...
* [DOCS] Remove manual redirects
* [DOCS] Removed refs to modules-discovery-hosts-providers
* [DOCS] Fixed broken internal refs
* Fixing bad cross links in ES book, and adding redirects.asciidoc[] back into docs/reference/index.asciidoc.
* Update docs/reference/search/point-in-time-api.asciidoc
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
* Update docs/reference/setup/restart-cluster.asciidoc
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
* Update docs/reference/sql/endpoints/translate.asciidoc
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
* Update docs/reference/snapshot-restore/restore-snapshot.asciidoc
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
* Update repository-azure.asciidoc
* Update node-tool.asciidoc
* Update repository-azure.asciidoc
---------
Co-authored-by: amyjtechwriter <61687663+amyjtechwriter@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Amy Jonsson <amy.jonsson@elastic.co>
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
2023-05-24 12:32:46 +01:00
Abdon Pijpelink
c1490d48a4
[DOCS] Remove SNAPSHOT references from stable plugin example ( #94952 )
...
* [DOCS] Remove snapshot references from stable plugin example
* Fix indentation
* More indentation issues
2023-03-31 16:36:05 +02:00
Abdon Pijpelink
f93a94009f
[DOCS] Documentation update for creating plugins ( #93413 )
...
* [DOCS] Documentation for the stable plugin API
* Removed references to rivers
* Add link to Cloud docs for managing plugins
* Add caveat about needing to update plugins
* Remove reference to site plugins
* Wording and clarifications
* Fix test
* Add link to text analysis docs
* Text analysis API dependencies
* Remove reference to REST endpoints and fix list
* Move plugin descriptor file to its own page
* Typos
* Review feedback
* Delete unused properties file
* Changed into
* Changed 'elasticsearchVersion' into 'pluginApiVersion'
* Swap 'The analysis plugin API' and 'Plugin file structure' sections
* Update docs/plugins/authors.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/development/creating-non-text-analysis-plugins.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/development/creating-non-text-analysis-plugins.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/development/creating-text-analysis-plugins.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/development/creating-text-analysis-plugins.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/development/creating-non-text-analysis-plugins.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/development/creating-text-analysis-plugins.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/development/creating-text-analysis-plugins.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/development/example-text-analysis-plugin.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/development/plugin-descriptor-file.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/plugin-script.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/development/creating-non-text-analysis-plugins.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Update docs/plugins/development/creating-non-text-analysis-plugins.asciidoc
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
* Rewording
* Add modulename and extended.plugins descriptions for descriptor file
* Add link to existing plugins in Github
* Review feedback
* Use 'stable' and 'classic' plugin naming
* Fix capitalization
* Review feedback
---------
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
Co-authored-by: William Brafford <william.brafford@elastic.co>
2023-02-13 14:15:12 +01:00