1892 Commits

Author SHA1 Message Date
alicejw
814b3af150 separate section about per document multiple triggers with tags applied
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-23 14:27:11 -07:00
alicejw
36271a32b6 how to add doc-level triggers and tags
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-23 14:18:27 -07:00
Heather Halter
ac509b2566 “fixed
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2022-05-23 14:03:11 -07:00
Alice Williams
efcbb93b21
Merge pull request #594 from alicejw-aws/telemetry
add opt-out of search telemetry in OS dashboards
2022-05-23 12:31:37 -07:00
Alice Williams
eeb8414ced
Merge pull request #558 from alicejw-aws/517-override-main
update compatibility matrix and remove setting [issue 517]
2022-05-23 12:31:20 -07:00
Naarcha-AWS
18c6e9cdbb
Merge pull request #599 from opensearch-project/lukas-vlcek-improve_cluster_health
Add wait for node param to Cluster Health
2022-05-23 14:29:31 -05:00
alicejw
90a5a61452 for editor's feedback updates
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-23 11:52:14 -07:00
alicejw
7af874eecc for editor's feedback updates
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-23 11:44:30 -07:00
Naarcha-AWS
9585132bd9 Add wait_for_node parameter to cluster health
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-05-23 12:53:37 -05:00
Naarcha-AWS
219c1c37e2 Merge branch 'improve_cluster_health' of https://github.com/lukas-vlcek/documentation-website into lukas-vlcek-improve_cluster_health 2022-05-23 12:49:41 -05:00
alicejw
3aa1fe2973 for initial draft of per doc monitors
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-23 10:42:17 -07:00
Naarcha-AWS
8042de2098 Add ML commons algorthim documentation
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-05-23 11:29:54 -05:00
Stein Arne Storslett
53337576b7 Add doc on action rollover min_primary_shard_size language.
Signed-off-by: Stein Arne Storslett <sastorsl@users.noreply.github.com>
2022-05-23 09:40:38 +02:00
Stein Arne Storslett
2992b6cb7a Add doc on action rollover min_primary_shard_size language.
Signed-off-by: Stein Arne Storslett <sastorsl@users.noreply.github.com>
2022-05-23 09:33:38 +02:00
Stein Arne Storslett
763f6ce0e8 Add doc on action rollover min_primary_shard_size language.
Signed-off-by: Stein Arne Storslett <sastorsl@users.noreply.github.com>
2022-05-23 09:30:50 +02:00
Stein Arne Storslett
c799cf43c7 Add doc on action rollover min_primary_shard_size updated.
Signed-off-by: Stein Arne Storslett <sastorsl@users.noreply.github.com>
2022-05-23 09:21:55 +02:00
alicejw
be7a9d4fcf small fixes
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-20 17:27:47 -07:00
alicejw
3c474d0877 for reviewer comment updates
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-20 16:55:07 -07:00
alicejw
8f26f9a280 last clarity rewrite
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-20 16:12:49 -07:00
alicejw
f4cc1f3ea1 for modified table to opt-in or out from search telemetry
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-20 15:58:30 -07:00
alicejw
d7c96a4be1 make it clear only need to update YAML file to enable search telemetry
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-20 15:34:41 -07:00
alicejw
faedd9fbac to clarify data plugin and config file location to enable telemetry
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-20 15:01:44 -07:00
alicejw
248a5cbc01 initial tech review comments updates
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-20 14:37:05 -07:00
alicejw
b56236155c change nav_order entry to show in left nav
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-20 12:10:10 -07:00
alicejw
2e3e173d0d small rewrite
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-20 11:57:11 -07:00
alicejw
430c9d5654 for data config file example
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-20 11:42:36 -07:00
alicejw
edb5cccaff for telemetry issue 494 https://github.com/opensearch-project/documentation-website/issues/494
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-20 11:28:01 -07:00
Naarcha-AWS
5ca9327c97
Merge pull request #592 from lukas-vlcek/fix_591
Fixing Nodes APIs issues
2022-05-20 12:06:27 -05:00
Lukáš Vlček
98c7dd29a6 Fixing Nodes APIs issues
1. Fixing all reported dead links.
2. Changing `title` value in index.md back to plural form, i.e. "Nodes APIs".

The second change fixed missing child pages. I am not saying I insist on use of plural form but if we want to change it to a singular form then we also have to change `parent` fields in all child pages to correctly refer to valid parent, otherwise all child pages and content is missing.

As for the debate of use APIs vs API (plural vs singular) I just want to point out that right now there are many other parent pages using plural form. If we want to change that then I suggest doing it in separate PR and include other relevant parent pages too.

Closes: #591
Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
2022-05-20 11:36:23 +02:00
Naarcha-AWS
08d8125f43
Merge pull request #584 from opensearch-project/lukas-vlcek-add_node_APIs
Add Node APIs [Edits to Lukas Vlcek]
2022-05-19 10:26:02 -05:00
Naarcha-AWS
e437eaacfd
Merge branch 'main' into lukas-vlcek-add_node_APIs 2022-05-19 10:25:13 -05:00
Naarcha-AWS
6ad4d00060 Add editorial review
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-05-19 10:23:12 -05:00
keithhc2
8529563bab Comments
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-05-18 17:21:52 -07:00
hdhalter
099ba00c71
Merge pull request #581 from opensearch-project/Fix#560
Fixed issue #560
2022-05-18 16:12:30 -07:00
Heather Halter
417b2446fe “fix
git commit -s -m “fix

Signed-off-by: Heather Halter <hdhalter@amazon.com>
2022-05-18 14:26:40 -07:00
Naarcha-AWS
46d7a45ba4
Merge branch 'main' into improve_cluster_health 2022-05-18 14:53:22 -05:00
keithhc2
f30555ca65 Extra tick
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-05-18 11:55:25 -07:00
keithhc2
a3f2b7ff2d Changed behavior in ISM and Alerting, and added more details
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-05-18 11:37:47 -07:00
Alice Williams
cb4dac4906
Merge pull request #513 from alicejw-aws/deprecate-terms-450
[issue 450] Deprecate terms
2022-05-18 11:18:37 -07:00
alicejw
2bcfb4a1a3 fix merge conflict
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-18 11:16:11 -07:00
alicejw
2bbe6d092a resolve conflicts
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-18 11:08:41 -07:00
Naarcha-AWS
03807527eb More feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-05-18 13:00:47 -05:00
Naarcha-AWS
6b2042745e Add feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-05-18 12:54:11 -05:00
Alice Williams
54bc91eaaa
Merge pull request #577 from alicejw-aws/QueryDSL
additional updates for PR 561
2022-05-18 10:16:57 -07:00
Naarcha-AWS
bde449d48a Writer review
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-05-18 10:34:34 -05:00
Heather Halter
8111e18344 “fixed
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2022-05-17 18:36:38 -07:00
alicejw
bd5e27ab68 for small fix to move note syntax into commented-out section
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-17 17:36:29 -07:00
alicejw
997bd489d2 for requester's PR review and updates for accuracy
Signed-off-by: alicejw <alicejw@amazon.com>
2022-05-17 17:30:46 -07:00
Keith Chan
7a6b42f562
Merge pull request #576 from vinylen/fix-data-prepper-docs
Fixed the data-prepper URI
2022-05-17 16:22:36 -07:00
Keith Chan
7ce67a9760
Merge pull request #574 from opensearch-project/data-prepper-1.4
Update docs to Data Prepper 1.4
2022-05-17 16:22:20 -07:00