-
Notifications
You must be signed in to change notification settings - Fork 26k
Migrate ReferenceDocs resource to plain text
#113866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
DaveCTurner
merged 4 commits into
elastic:main
from
DaveCTurner:2024/10/01/ReferenceDocs-plain-text
Oct 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
c9a2437
Migrate `ReferenceDocs` resource to plain text
DaveCTurner f75e89d
Merge branch 'main' into 2024/10/01/ReferenceDocs-plain-text
DaveCTurner 06b89c1
Fix column width
DaveCTurner 797770d
Merge branch 'main' into 2024/10/01/ReferenceDocs-plain-text
DaveCTurner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 5 additions & 46 deletions
51
server/src/main/resources/org/elasticsearch/common/reference-docs-links.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,46 +1,5 @@ | ||
| { | ||
| "INITIAL_MASTER_NODES": "important-settings.html#initial_master_nodes", | ||
| "DISCOVERY_TROUBLESHOOTING": "discovery-troubleshooting.html", | ||
| "UNSTABLE_CLUSTER_TROUBLESHOOTING": "troubleshooting-unstable-cluster.html", | ||
| "LAGGING_NODE_TROUBLESHOOTING": "troubleshooting-unstable-cluster.html#troubleshooting-unstable-cluster-lagging", | ||
| "SHARD_LOCK_TROUBLESHOOTING": "troubleshooting-unstable-cluster.html#troubleshooting-unstable-cluster-shardlockobtainfailedexception", | ||
| "NETWORK_DISCONNECT_TROUBLESHOOTING": "troubleshooting-unstable-cluster.html#troubleshooting-unstable-cluster-network", | ||
| "CONCURRENT_REPOSITORY_WRITERS": "diagnosing-corrupted-repositories.html", | ||
| "ARCHIVE_INDICES": "archive-indices.html", | ||
| "HTTP_TRACER": "modules-network.html#http-rest-request-tracer", | ||
| "LOGGING": "logging.html", | ||
| "BOOTSTRAP_CHECK_HEAP_SIZE": "bootstrap-checks-heap-size.html", | ||
| "BOOTSTRAP_CHECK_FILE_DESCRIPTOR": "bootstrap-checks-file-descriptor.html", | ||
| "BOOTSTRAP_CHECK_MEMORY_LOCK": "bootstrap-checks-memory-lock.html", | ||
| "BOOTSTRAP_CHECK_MAX_NUMBER_THREADS": "max-number-threads-check.html", | ||
| "BOOTSTRAP_CHECK_MAX_FILE_SIZE": "bootstrap-checks-max-file-size.html", | ||
| "BOOTSTRAP_CHECK_MAX_SIZE_VIRTUAL_MEMORY": "max-size-virtual-memory-check.html", | ||
| "BOOTSTRAP_CHECK_MAXIMUM_MAP_COUNT": "bootstrap-checks-max-map-count.html", | ||
| "BOOTSTRAP_CHECK_CLIENT_JVM": "bootstrap-checks-client-jvm.html", | ||
| "BOOTSTRAP_CHECK_USE_SERIAL_COLLECTOR": "bootstrap-checks-serial-collector.html", | ||
| "BOOTSTRAP_CHECK_SYSTEM_CALL_FILTER": "bootstrap-checks-syscall-filter.html", | ||
| "BOOTSTRAP_CHECK_ONERROR_AND_ONOUTOFMEMORYERROR": "bootstrap-checks-onerror.html", | ||
| "BOOTSTRAP_CHECK_EARLY_ACCESS": "bootstrap-checks-early-access.html", | ||
| "BOOTSTRAP_CHECK_ALL_PERMISSION": "bootstrap-checks-all-permission.html", | ||
| "BOOTSTRAP_CHECK_DISCOVERY_CONFIGURATION": "bootstrap-checks-discovery-configuration.html", | ||
| "BOOTSTRAP_CHECKS": "bootstrap-checks.html", | ||
| "BOOTSTRAP_CHECK_ENCRYPT_SENSITIVE_DATA": "bootstrap-checks-xpack.html#bootstrap-checks-xpack-encrypt-sensitive-data", | ||
| "BOOTSTRAP_CHECK_PKI_REALM": "bootstrap-checks-xpack.html#bootstrap-checks-xpack-pki-realm", | ||
| "BOOTSTRAP_CHECK_ROLE_MAPPINGS": "bootstrap-checks-xpack.html#bootstrap-checks-xpack-role-mappings", | ||
| "BOOTSTRAP_CHECK_TLS": "bootstrap-checks-xpack.html#bootstrap-checks-tls", | ||
| "BOOTSTRAP_CHECK_TOKEN_SSL": "bootstrap-checks-xpack.html#bootstrap-checks-xpack-token-ssl", | ||
| "BOOTSTRAP_CHECK_SECURITY_MINIMAL_SETUP": "security-minimal-setup.html", | ||
| "CONTACT_SUPPORT": "troubleshooting.html#troubleshooting-contact-support", | ||
| "UNASSIGNED_SHARDS": "red-yellow-cluster-status.html", | ||
| "EXECUTABLE_JNA_TMPDIR": "executable-jna-tmpdir.html", | ||
| "NETWORK_THREADING_MODEL": "modules-network.html#modules-network-threading-model", | ||
| "ALLOCATION_EXPLAIN_API": "cluster-allocation-explain.html", | ||
| "NETWORK_BINDING_AND_PUBLISHING": "modules-network.html#modules-network-binding-publishing", | ||
| "SNAPSHOT_REPOSITORY_ANALYSIS": "repo-analysis-api.html", | ||
| "S3_COMPATIBLE_REPOSITORIES": "repository-s3.html#repository-s3-compatible-services", | ||
| "LUCENE_MAX_DOCS_LIMIT": "size-your-shards.html#troubleshooting-max-docs-limit", | ||
| "MAX_SHARDS_PER_NODE": "size-your-shards.html#troubleshooting-max-shards-open", | ||
| "FLOOD_STAGE_WATERMARK": "fix-watermark-errors.html", | ||
| "X_OPAQUE_ID": "api-conventions.html#x-opaque-id", | ||
| "FORMING_SINGLE_NODE_CLUSTERS": "modules-discovery-bootstrap-cluster.html#modules-discovery-bootstrap-cluster-joining" | ||
| } | ||
| [ | ||
| "Content moved to reference-docs-links.txt", | ||
| "This is a temporary placeholder to satisfy sub check_elasticsearch_links in the docs build", | ||
| "Remove with @UpdateForV10 (if not before)" | ||
| ] |
44 changes: 44 additions & 0 deletions
44
server/src/main/resources/org/elasticsearch/common/reference-docs-links.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| INITIAL_MASTER_NODES important-settings.html#initial_master_nodes | ||
| DISCOVERY_TROUBLESHOOTING discovery-troubleshooting.html | ||
| UNSTABLE_CLUSTER_TROUBLESHOOTING troubleshooting-unstable-cluster.html | ||
| LAGGING_NODE_TROUBLESHOOTING troubleshooting-unstable-cluster.html#troubleshooting-unstable-cluster-lagging | ||
| SHARD_LOCK_TROUBLESHOOTING troubleshooting-unstable-cluster.html#troubleshooting-unstable-cluster-shardlockobtainfailedexception | ||
| NETWORK_DISCONNECT_TROUBLESHOOTING troubleshooting-unstable-cluster.html#troubleshooting-unstable-cluster-network | ||
| CONCURRENT_REPOSITORY_WRITERS diagnosing-corrupted-repositories.html | ||
| ARCHIVE_INDICES archive-indices.html | ||
| HTTP_TRACER modules-network.html#http-rest-request-tracer | ||
| LOGGING logging.html | ||
| BOOTSTRAP_CHECK_HEAP_SIZE bootstrap-checks-heap-size.html | ||
| BOOTSTRAP_CHECK_FILE_DESCRIPTOR bootstrap-checks-file-descriptor.html | ||
| BOOTSTRAP_CHECK_MEMORY_LOCK bootstrap-checks-memory-lock.html | ||
| BOOTSTRAP_CHECK_MAX_NUMBER_THREADS max-number-threads-check.html | ||
| BOOTSTRAP_CHECK_MAX_FILE_SIZE bootstrap-checks-max-file-size.html | ||
| BOOTSTRAP_CHECK_MAX_SIZE_VIRTUAL_MEMORY max-size-virtual-memory-check.html | ||
| BOOTSTRAP_CHECK_MAXIMUM_MAP_COUNT bootstrap-checks-max-map-count.html | ||
| BOOTSTRAP_CHECK_CLIENT_JVM bootstrap-checks-client-jvm.html | ||
| BOOTSTRAP_CHECK_USE_SERIAL_COLLECTOR bootstrap-checks-serial-collector.html | ||
| BOOTSTRAP_CHECK_SYSTEM_CALL_FILTER bootstrap-checks-syscall-filter.html | ||
| BOOTSTRAP_CHECK_ONERROR_AND_ONOUTOFMEMORYERROR bootstrap-checks-onerror.html | ||
| BOOTSTRAP_CHECK_EARLY_ACCESS bootstrap-checks-early-access.html | ||
| BOOTSTRAP_CHECK_ALL_PERMISSION bootstrap-checks-all-permission.html | ||
| BOOTSTRAP_CHECK_DISCOVERY_CONFIGURATION bootstrap-checks-discovery-configuration.html | ||
| BOOTSTRAP_CHECKS bootstrap-checks.html | ||
| BOOTSTRAP_CHECK_ENCRYPT_SENSITIVE_DATA bootstrap-checks-xpack.html#bootstrap-checks-xpack-encrypt-sensitive-data | ||
| BOOTSTRAP_CHECK_PKI_REALM bootstrap-checks-xpack.html#bootstrap-checks-xpack-pki-realm | ||
| BOOTSTRAP_CHECK_ROLE_MAPPINGS bootstrap-checks-xpack.html#bootstrap-checks-xpack-role-mappings | ||
| BOOTSTRAP_CHECK_TLS bootstrap-checks-xpack.html#bootstrap-checks-tls | ||
| BOOTSTRAP_CHECK_TOKEN_SSL bootstrap-checks-xpack.html#bootstrap-checks-xpack-token-ssl | ||
| BOOTSTRAP_CHECK_SECURITY_MINIMAL_SETUP security-minimal-setup.html | ||
| CONTACT_SUPPORT troubleshooting.html#troubleshooting-contact-support | ||
| UNASSIGNED_SHARDS red-yellow-cluster-status.html | ||
| EXECUTABLE_JNA_TMPDIR executable-jna-tmpdir.html | ||
| NETWORK_THREADING_MODEL modules-network.html#modules-network-threading-model | ||
| ALLOCATION_EXPLAIN_API cluster-allocation-explain.html | ||
| NETWORK_BINDING_AND_PUBLISHING modules-network.html#modules-network-binding-publishing | ||
| SNAPSHOT_REPOSITORY_ANALYSIS repo-analysis-api.html | ||
| S3_COMPATIBLE_REPOSITORIES repository-s3.html#repository-s3-compatible-services | ||
| LUCENE_MAX_DOCS_LIMIT size-your-shards.html#troubleshooting-max-docs-limit | ||
| MAX_SHARDS_PER_NODE size-your-shards.html#troubleshooting-max-shards-open | ||
| FLOOD_STAGE_WATERMARK fix-watermark-errors.html | ||
| X_OPAQUE_ID api-conventions.html#x-opaque-id | ||
| FORMING_SINGLE_NODE_CLUSTERS modules-discovery-bootstrap-cluster.html#modules-discovery-bootstrap-cluster-joining | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The max length for padding seems like it will get overrun. Can we start with larger padding to limit having to reformat this file in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair point. Increased to 64 because that ought to be enough for anybody ;)