[DOCS] Move x-pack docs to docs/reference dir (#99209)

**Problem:**
For historical reasons, source files for the Elasticsearch Guide's security, watcher, and Logstash API docs are housed in the `x-pack/docs` directory. This can confuse new contributors who expect Elasticsearch Guide docs to be located in `docs/reference`. 

**Solution:**
- Move the security, watcher, and Logstash API doc source files to the `docs/reference` directory
- Update doc snippet tests to use security

Rel: https://github.com/elastic/platform-docs-team/issues/208
This commit is contained in:
James Rodewig 2023-09-12 14:53:41 -04:00 committed by GitHub
parent 8685c8afe3
commit 255c9a7f95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
255 changed files with 367 additions and 40 deletions

View file

@ -341,4 +341,4 @@ When the {transform} is updated, you receive the updated configuration:
----
// TESTRESPONSE[s/"version" : "8.4.0"/"version" : $body.version/]
// TESTRESPONSE[s/"create_time" : 1656113450613/"create_time" : $body.create_time/]
// TESTRESPONSE[s/"authorization" : \{[^}]*\},//]
// TESTRESPONSE[s/"superuser"/"_es_test_root"/]