Commit Graph

519 Commits

Author SHA1 Message Date
alicejw 93614fb2cd for reviewer feedback updates
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-25 09:55:25 -07:00
Lukáš Vlček 2df0f8450b Introduce Nodes APIs
In this commit we are introducing a new section in REST API Reference for Nodes APIs.

We are adding documentation for "Nodes hot threads" and "Nodes info". Because Nodes APIs share common request parameters we also add more detailed section into parent index page (notice that the nodes-filter parameter was moved from "Cluster stats" page and was improved, and relevant links were updated).

There are more Nodes APIs that still need to be documented, this is just a good start.

We updated nav_order parameter for some pages as well.

Relevant ticket: #424

Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
2022-04-22 18:40:11 +02:00
alicejw 6462aa4a1c replace instances of 'indices' with 'indexes'
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-21 16:45:50 -07:00
alicejw 125ddec27e clarify how to use ignore_malformed parameter
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-21 16:38:38 -07:00
alicejw c6f4410a9d for issue https://github.com/opensearch-project/documentation-website/issues/478
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-21 15:58:19 -07:00
alicejw a5811c1764 for reviewer comments
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-20 13:58:27 -07:00
alicejw e669674d64 switch left nav as acronmy-only, and page with full title, then acronym
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-20 10:31:06 -07:00
alicejw 45946f850a add table heading
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-20 10:00:43 -07:00
alicejw 0664f4d977 more clarity in example for setting cluster manager node
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-19 12:29:37 -07:00
alicejw e16dc53ccb to add announcement of nomenclature change, per requirements in issue#450
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-19 11:03:52 -07:00
alicejw 2292d7f874 fix formatting in table
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-19 10:36:56 -07:00
alicejw 38b9d58d2b for edits to make consistent in table
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-18 16:08:05 -07:00
alicejw 616dcacc13 for image update to match new terminology text
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-18 15:40:32 -07:00
alicejw af4afc2c1c for more changes to replace terms for #450
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-18 14:32:49 -07:00
alicejw 309f79df7f for terminology change from 'master' to 'cluster_manager' per issue #450 https://github.com/opensearch-project/documentation-website/issues/450
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-18 14:30:56 -07:00
Darshit Chanpura 2e5bcf1924 Updates all documentation relevant to securityconfig folder name change in the security plugin build flow
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
2022-04-14 22:47:09 -04:00
Naarcha-AWS 0a24fa2992 Remove from all API requests and responses
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-04-14 12:55:17 -05:00
alicejw 32b5b0771f for additional reviewer suggestions
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-13 10:42:31 -07:00
alicejw fc278e9b98 modify left nav entry to match new topic name
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-13 10:00:21 -07:00
alicejw 0bf76386a5 to rename file to match api function
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-13 09:46:38 -07:00
alicejw 4b5b706220 for topic title and description of API function
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-13 09:44:58 -07:00
alicejw 2aba05aa0d for review comments
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-12 14:09:46 -07:00
alicejw 92658806ef to merge content and delete duplicate file - fix for issue https://github.com/opensearch-project/documentation-website/issues/485
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-11 18:17:16 -07:00
Alex Curtis-Slep 2d4b1c6757 fixed typo in docs
Signed-off-by: Alex Curtis-Slep <alexcurtisslep@gmail.com>
2022-04-06 17:25:51 -04:00
Ralph Ursprung 3abc41c2f4
Add Basic Documentation for Terms Lookup Query
this adds very rudimentary documentation for TLQ so that it at least
doesn't go unmentioned. however, there are many more details which
should be mentioned. this should then be done with #430.

more information can be found in the [Elasticsearch TLQ
Documentation][ESTLQ]. i'm not 100% sure whether this was under the
Apache 2.0 license in 7.10 (the repo states that everything is Apache
2.0 unless explicitly stated otherwise in the file and the documentation
files don't seem to include any other license?) and thus didn't simply
take over the documentation from there (which would of course be the
easiest and most complete way of doing it).

also i'm not sure (and didn't find this information anywhere) whether
the test data actually exists and the queries can be run against the
test data? in that case the provided example either needs to be adapted
to the existing test data or the test data needs to be extended
accordingly (i doubt that an index `play-assignments` already exists?).
due to this the example has also not been tested.

Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com>

[ESTLQ]: https://www.elastic.co/guide/en/elasticsearch/reference/7.10/query-dsl-terms-query.html#query-dsl-terms-lookup
2022-03-31 16:06:21 +02:00
keithhc2 c54f259079 1.3.1 changes
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-30 12:58:37 -07:00
Keith Chan abb653c115
Merge pull request #469 from lukaromih/patch-2
Fix duplicated "the" in pipline aggregation docs
2022-03-25 10:14:13 -07:00
Luka Romih 70e09fed05 Remove duplicate snippet for listing idx templates
- The removed snippet is actually a duplicate
of the previous one (finding template by its name).
- Also a snippet for listing all temlates already exists; first from top

Signed-off-by: Luka Romih <luka_romih@outlook.com>
2022-03-25 16:21:07 +01:00
dblock 145820bf6e
No more 1.2.x releases planned, use 1.2.4.
Signed-off-by: dblock <dblock@amazon.com>
2022-03-24 15:30:12 -04:00
dblock 11147ff6a6
Documented JDK compatibility for version 1.3.0.
Signed-off-by: dblock <dblock@amazon.com>
2022-03-24 15:29:14 -04:00
lukaromih f270a53c55 Fix duplicated "the" in pipline aggregation docs
Signed-off-by: Luka Romih <luka_romih@outlook.com>
2022-03-21 23:46:38 +01:00
lukaromih 9fb88a09f6 Fix word order in installation docs for Docker
Signed-off-by: Luka Romih <luka_romih@outlook.com>
2022-03-21 22:28:02 +01:00
Naarcha-AWS 27f322caab
Merge pull request #411 from reta/issue-396
[FEATURE] Document OPENSEARCH_JAVA_HOME
2022-03-17 13:21:37 -05:00
keithhc2 0fee8d188b Initial 1.3 updates
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-16 13:54:54 -07:00
CEHENKLE 9d9c9bf020
Merge pull request #422 from joshpalis/plugins-doc
Modified plugin documentation by clarifying valid plugin ID inputs
2022-02-25 13:18:07 -08:00
Keith Chan 1a6282c87c
Merge pull request #421 from opensearch-project/index-apis
Added some settings APIs
2022-02-23 13:57:43 -08:00
Joshua Palis 28d17f3618 modified opensearch plugin install documentation
Signed-off-by: Joshua Palis <jpalis@amazon.com>
2022-02-23 18:45:30 +00:00
Joshua Palis 237c1b7627 Modified plugin documentation by clarifying valid plugin ID inputs
Signed-off-by: Joshua Palis <jpalis@amazon.com>
2022-02-22 20:45:27 +00:00
keithhc2 4c0e3b863d Added couple settings API
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-22 12:30:26 -08:00
Andriy Redko 8516911d91
Slight correction of 'the' article
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
2022-02-15 15:23:09 -05:00
Andriy Redko dacf315b3b
[FEATURE] Document OPENSEARCH_JAVA_HOME
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
2022-02-15 14:33:10 -05:00
Keith Chan cfd35dcd5d
Merge pull request #407 from opensearch-project/index-apis
Added clusters stats API
2022-02-11 16:43:04 -08:00
Sandeep Kanabar f75ef69a7a
Adding missing "index": "source" statement
Signed-off-by: Sandeep Kanabar <sandeepkanabar@gmail.com>
2022-02-12 05:08:41 +05:30
keithhc2 6f4542b3a4 Added clusters stats API
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-11 14:38:12 -08:00
keithhc2 4f78620d48 More renaming stuff
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-08 15:05:16 -08:00
Naarcha-AWS ba554dcbc1
Merge pull request #392 from opensearch-project/add-ingest-api
Add Ingest API to reference
2022-02-08 11:29:25 -06:00
Keith Chan c7bebdcff6
Merge pull request #394 from opensearch-project/regex-fix
Adjusted index pattern language
2022-02-07 14:24:34 -08:00
Naarcha-AWS 97ad7b9503 Final typo fix
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-02-07 13:22:55 -06:00
Naarcha-AWS 0b73c7bdb6 Address Keith's feedback.
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-02-07 12:49:43 -06:00
keithhc2 b77825327f Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-04 14:35:53 -08:00
Naarcha-AWS d5ef881c56 Fix remaining typos
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-02-04 12:02:11 -06:00
Naarcha-AWS 406db04cc2 Fix final typo.
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-02-04 11:45:12 -06:00
Naarcha-AWS b5d7042ae1 Address Liz's feedback. Fix typos
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-02-04 11:44:49 -06:00
Naarcha-AWS 8392cd19ee Add Ingest API to reference
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-02-04 09:37:42 -06:00
keithhc2 6cd0f42a05 Added warning about symbols
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-03 16:13:28 -08:00
Sergey Nuyanzin 11eca4916c
Fix misprints
Logstah => Logstash
Dashbaords => Dashboards
Speicfy => Specify

Signed-off-by: Sergey Nuyanzin <snuyanzin@gmail.com>
2022-02-01 21:53:19 +01:00
Sergey Nuyanzin bfe563c9a2
Misprint fix
Disbles => Disables

Signed-off-by: Sergey Nuyanzin <sergey.nuyanzin@aiven.io>
2022-02-01 21:16:27 +01:00
Keith Chan 10739b98dc
Merge pull request #384 from opensearch-project/index-apis
Added open index and put mapping and adjusted front-matter
2022-01-31 12:01:30 -08:00
keithhc2 4bf530065b Added some context
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-26 15:20:12 -08:00
keithhc2 34bc1f802a Missed some files
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-26 14:25:06 -08:00
keithhc2 70a35c6477 Added open index and put mapping and adjusted front-matter
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-26 14:22:09 -08:00
keithhc2 789c1e921d Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-25 14:54:58 -08:00
keithhc2 da7a25c3d0 Missing colon
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-24 17:19:02 -08:00
keithhc2 48cdbe4652 Added in previous versions of plugins
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-24 17:17:10 -08:00
Ashwin Kumar c5e0a63ea0
Merge pull request #376 from opensearch-project/node_roles
Added new node.roles
2022-01-24 14:00:30 -08:00
Keith Chan 890c4338af
Merge pull request #375 from opensearch-project/index-apis
Add clone and split APIs and bug fixes
2022-01-24 09:57:50 -08:00
ashwinkumar12345 dfcb805208 “..”
Signed-off-by: ashwinkumar12345 <kumarjao@users.noreply.github.com>
2022-01-23 21:47:59 -08:00
keithhc2 3bfd988e42 Add clone and split APIs and bug fixes
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-20 13:16:28 -08:00
Eli Fisher 32037c038b Update Java home variable to be correct
updates docs to us `JAVA_HOME`

Signed-off-by: Eli Fisher <elifish@amazon.com>
2022-01-14 14:01:36 -05:00
Keith Chan 05cf6bf317
Merge pull request #350 from opensearch-project/transforms-fixes
Fixed plugin list
2022-01-07 15:55:25 -08:00
Keith Chan eecaeab15f
Merge branch 'main' into index-apis 2022-01-06 11:28:06 -08:00
keithhc2 b98c65cd9d Added note about important settings
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-05 16:11:25 -08:00
keithhc2 299e7cc2ff Changed index name
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-04 15:58:03 -08:00
keithhc2 db9fbce3d0 Addressed comments
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-04 10:29:05 -08:00
keithhc2 519772b185 Added search API
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-03 15:17:27 -08:00
keithhc2 3e1cd7e84b Fixed plugin list
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-03 11:22:46 -08:00
keithhc2 4aa30a6519 Changed docker pull to latest
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-12-22 12:09:00 -08:00
keithhc2 a50b530f02 Added back in 1.1 plugins
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-12-22 12:04:20 -08:00
Miki 13dd9a4e02 Separate OpenSearch Dashboards version from that of OpenSearch
Signed-off-by: Miki <miki@amazon.com>
2021-12-22 11:27:02 -08:00
Keith Chan 2f8ea40bcb
Merge pull request #334 from opensearch-project/index-apis
Added missing parameters
2021-12-20 10:14:03 -08:00
keithhc2 e08d81a371 Clarified slices
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-12-17 19:28:01 -08:00
keithhc2 325f11ba40 Added missing parameters
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-12-17 16:45:45 -08:00
Keith Chan 4d9dc70a43
Merge pull request #330 from opensearch-project/data-prepper-1.2
Data prepper 1.2
2021-12-15 17:26:53 -08:00
Christopher Manning b6a37dc493 addressing pr feedback
Signed-off-by: Christopher Manning <cmanning09@users.noreply.github.com>
2021-12-14 08:48:53 -06:00
Ashwin Kumar ca7db133a7
Merge pull request #327 from opensearch-project/shard_indexing_backpressure
Shard indexing backpressure
2021-12-13 11:16:02 -08:00
ashwinkumar12345 baf9941f2a “..”
Signed-off-by: ashwinkumar12345 <kumarjao@users.noreply.github.com>
2021-12-12 23:30:10 -08:00
Keith Chan f2dea3736c
Merge pull request #310 from namrataa-p/patch-1
Add Sample Docker Compose file for development
2021-12-07 15:57:18 -08:00
Liz Snyder 5554208a63
Merge pull request #317 from opensearch-project/fix-command
Fix failing commands
2021-12-06 13:12:43 -08:00
Liz Snyder 872dabe8f8 Fix brackets
Signed-off-by: Liz Snyder <elizabsn@amazon.com>
2021-12-06 13:11:36 -08:00
Liz Snyder 2ac0b75b44 Change transient to persistent
Signed-off-by: Liz Snyder <elizabsn@amazon.com>
2021-12-06 13:07:10 -08:00
Liz Snyder 9bfef645f5 Fix failing commands
Signed-off-by: Liz Snyder <elizabsn@amazon.com>
2021-12-06 13:02:47 -08:00
namrataa-p 11409b9b6d
Add requested changes
Signed-off-by: namrataa-p <namrata23x@gmail.com>
2021-12-04 02:44:01 +05:30
Keith Chan 072f1f1d2b
Merge pull request #300 from opensearch-project/index-apis
Added shrink index API and fixed Java compatibility
2021-12-03 10:33:19 -08:00
namrataa-p 9c6e1979a0
Update docker.md
Signed-off-by: namrataa-p <namrata23x@gmail.com>
2021-12-03 23:47:39 +05:30
namrataa-p 49a48c9111
Add Sample Docker Compose file for development
Signed-off-by: namrataa-p <namrata23x@gmail.com>
2021-12-02 23:51:06 +05:30
keithhc2 b1952e9af2 Addressed comments
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-11-30 11:08:01 -08:00
keithhc2 9e87adfc1b Added shrink index API and fixed Java compatibility
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-11-29 15:13:45 -08:00
CEHENKLE 349296d162
Merge pull request #272 from opensearch-project/1.2
1.2 updates
2021-11-23 10:36:38 -08:00
keithhc2 40ca36869b Fix conflicts please
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-11-16 16:08:22 -08:00
keithhc2 748bb26360 Added observability plugin
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-11-16 15:50:48 -08:00
keithhc2 24c3712c99 Version updates
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-11-15 17:02:32 -08:00
Liz Snyder 8332843c5a
Fix link 2021-11-12 05:39:43 -08:00
Ashwin Kumar 2499d9d21b
Merge pull request #242 from opensearch-project/ansible_playbook
Ansible playbook docs
2021-11-02 15:43:27 -07:00
ashwinkumar12345 610334f9eb incorporated feedback 2021-11-02 12:57:04 -07:00
ashwinkumar12345 95dc1be29c Added Ansible playbook docs 2021-11-02 12:03:02 -07:00
Keith Chan 92165b0b08
Merge pull request #239 from opensearch-project/index-apis
Added exists and close index to REST API
2021-10-29 13:03:57 -07:00
keithhc2 302d022567 Added exists and close index to REST API 2021-10-28 15:49:13 -07:00
jcgraybill 3a655c4a20
Add new plugins to installation page
Adding newly-available plugins to the installation page, remove large section of commented-out content, revise/fix some content that was left over from the Open Distro plugins page, reorder page.

Signed-off-by: jcgraybill <65628360+jcgraybill@users.noreply.github.com>
2021-10-26 10:41:52 -07:00
Ashwin Kumar 37d28ed22b
Merge pull request #225 from opensearch-project/helm_install_update
Added new Helm install steps
2021-10-20 13:48:26 -07:00
ashwinkumar12345 8d066f218c incorporated feedback 2021-10-20 13:48:03 -07:00
ashwinkumar12345 380a209ffa ansible steps 2021-10-20 11:25:46 -07:00
aetter 611dd62151 Slight clarification 2021-10-19 09:52:27 -07:00
ashwinkumar12345 86cce61ca6 minor change 2021-10-13 14:20:42 -07:00
ashwinkumar12345 a8a6d5b0c5 Helm new steps 2021-10-13 14:16:15 -07:00
keithhc2 eb10960552 Fixed a broken link 2021-10-07 14:32:19 -07:00
aetter 49acaf051b Update docker-security.md 2021-10-07 09:54:51 -07:00
Keith Chan a49b3fa2d7
Merge pull request #213 from opensearch-project/index-apis
Reorganized index APIs and added delete/get index
2021-10-06 15:42:29 -07:00
keithhc2 7833b19588 Reorganized index APIs and added delete/get index 2021-10-06 14:33:08 -07:00
Andrew Etter 25a46b6af8
Merge pull request #191 from opensearch-project/1.1.0-release-updates
Initial 1.1.0 updates
2021-10-05 15:20:27 -07:00
Andrew Etter eb52f210db
Merge branch 'main' into configuration-env-change 2021-10-05 15:18:14 -07:00
aetter 1f90f3ca52 Update Helm links 2021-10-01 09:46:47 -07:00
aetter d4342aab59 Initial 1.1.0 updates 2021-09-30 13:43:24 -07:00
Keith Chan dcb3a0c02d
Merge pull request #185 from opensearch-project/document-rest-apis
Added reindex API to REST API reference
2021-09-29 10:31:26 -07:00
keithhc2 7c425f102d Added reindex API 2021-09-27 12:52:36 -07:00
aetter 07b0650128 Add remote cluster information operation 2021-09-22 12:59:25 -07:00
piellick 75efdfeae8
change ES_HOME env variable to OPENSEARCH_HOME
env variable looks wrong on "Launch the agent CLI"
2021-09-22 10:57:09 +02:00
aetter 4ffdce6377 Minor improvements
Troubleshooting expired certificates, settings, broken link, etc.
2021-09-21 11:34:44 -07:00
aetter ba9f432622 Fix table 2021-09-16 14:38:01 -07:00
Keith Chan 35a7b186fc
Fixed broken link 2021-09-14 14:03:29 -07:00
ashwinkumar12345 2a0cf500cc updated helm project path 2021-09-14 11:10:11 -07:00
Ashwin Kumar 5a1a4cfdef
Merge pull request #162 from opensearch-project/count
Added count REST API
2021-09-10 14:25:17 -07:00
ashwinkumar12345 b030194981 incorporated feedback 2021-09-10 14:25:00 -07:00
aetter 2c713e43ad Update index.md 2021-09-08 10:08:33 -07:00
Keith Chan b1d3a5906b
Language tweaks to create-index 2021-09-01 19:13:23 -07:00
aetter ecea83707d Adds Lucene version variable, minor improvements to REST API and query DSL 2021-09-01 11:37:54 -07:00
Andrew Etter f29b04bdb9
Merge pull request #164 from opensearch-project/1.0.1
Version bumps for 1.0.1
2021-09-01 11:27:32 -07:00
aetter cda046f727 Version bumps for 1.0.1 2021-09-01 11:25:39 -07:00
aetter ffe3f77993 Light edits to data streams 2021-08-31 10:50:48 -07:00
aetter 60b1859f1e Remove "About data streams," "Date math support for index names," and "Simulate multi-component templates" 2021-08-31 10:43:48 -07:00
ashwinkumar12345 baa5622f9d minor changes 2021-08-31 10:29:20 -07:00
ashwinkumar12345 dc48c6ced5 added count API 2021-08-30 12:58:30 -07:00
Keith Chan 62611a7605
Merge pull request #161 from opensearch-project/document-rest-apis
Tweaked document REST APIs
2021-08-30 12:46:52 -07:00
Keith Chan 94503ea959
Language tweaks 2021-08-30 11:54:46 -07:00
keithhc2 449177c07e Fixed typos 2021-08-30 11:47:02 -07:00
keithhc2 f464d01041 Revert "Fixed typos"
This reverts commit d941cb6ad7.
2021-08-30 11:44:35 -07:00
keithhc2 36694537f6 Space? 2021-08-30 11:42:52 -07:00
keithhc2 26d3dfe351 Maybe this is the label 2021-08-30 11:42:00 -07:00
keithhc2 7faade1bdf Maybe this can resolve conflicts 2021-08-30 11:38:59 -07:00
keithhc2 5ddabb88bd Fixed heading and styling 2021-08-30 11:35:11 -07:00
keithhc2 edd9d2e313 Fixed even more typos 2021-08-30 11:34:01 -07:00
keithhc2 d941cb6ad7 Fixed typos 2021-08-30 11:32:24 -07:00
keithhc2 17f91f09a3 Language tweaks everywhere 2021-08-30 11:29:19 -07:00
aetter bdffb128d8 Some redirects for OpenSearch Dashboards 1.0.0 2021-08-25 15:17:51 -07:00
Ashwin Kumar 5789bb4c28
Merge pull request #145 from opensearch-project/helm
Add install steps using Helm
2021-08-18 23:04:43 -07:00
ashwinkumar12345 3901ea23c1 incorporated feedback 2021-08-18 23:03:48 -07:00
ashwinkumar12345 60da8fa182 add steps to install OpenSearch and OpenSearch Dashboards 2021-08-18 10:49:46 -07:00
Keith Chan b9023ab6ec
Merge pull request #141 from opensearch-project/document-rest-apis
Added update by query to REST API reference
2021-08-17 16:41:38 -07:00
keithhc2 90e28e6f23 Added some context about including a script 2021-08-17 16:36:25 -07:00
keithhc2 d60acc5fd2 Added update by query to REST API reference 2021-08-17 15:22:33 -07:00
Keith Chan 747c4d7730
Fixed nav_order 2021-08-17 13:20:07 -07:00
Keith Chan 10ec3ef95e
Fixed nav_order 2021-08-17 13:19:52 -07:00
ashwinkumar12345 fd1ea4c9ac minor changes 2021-08-17 00:15:40 -07:00
ashwinkumar12345 1dcdee97f8 incorporated feedback 2021-08-16 22:44:22 -07:00
Ashwin Kumar 2452e60305
Merge pull request #139 from opensearch-project/explain_API
Add explain API to REST API
2021-08-16 13:22:05 -07:00
ashwinkumar12345 7d070e1ac2 added feedback 2021-08-16 13:21:29 -07:00
ashwinkumar12345 83a7bbffc0 pushed to main by mistake 2021-08-16 13:20:21 -07:00
ashwinkumar12345 8d548ca475 incorporated feedback 2021-08-16 13:17:35 -07:00
ashwinkumar12345 c8761d3bd6 minor fix 2021-08-16 12:04:23 -07:00
ashwinkumar12345 b5812bebbf incorporated feedback 2021-08-16 12:01:53 -07:00
ashwinkumar12345 d90d9859a2 minor changes 2021-08-16 11:00:48 -07:00
Andrew Etter 294da5c0df
Merge pull request #135 from opensearch-project/security-admin-script-improvements
Improve securityadmin.sh content
2021-08-16 08:32:36 -07:00
ashwinkumar12345 6ebe39307e added explain API 2021-08-16 00:24:18 -07:00
Keith Chan d6b02c0e17
Fixed label 2021-08-13 11:25:19 -07:00
aetter 1d99315e8b Clean up broken links 2021-08-12 14:59:49 -07:00
aetter 6f32dce469 Merge branch 'main' into remove-redirects 2021-08-12 14:50:28 -07:00
Miki fac01d293e
Merge pull request #134 from AMoo-Miki/add-link-checks
Link checker plugin and some fixes to URLs
2021-08-12 14:49:45 -07:00
Miki 634db90e9b Link checker plugin and some fixes to URLs
Signed-off-by: Miki <mehranb@amazon.com>
2021-08-12 14:45:04 -07:00
aetter 42095bd2d7 Minor changes to Beats OSS and cluster state descriptions 2021-08-12 14:36:49 -07:00
aetter 0d58bcf854 Remove outdated redirects 2021-08-12 14:34:31 -07:00
aetter a75fbf62dc Improve securityadmin.sh content
More warnings around usage, better sample commands
2021-08-12 14:25:46 -07:00
Keith Chan 5b1f7fdaca
Merge pull request #132 from opensearch-project/document-rest-apis
Added delete by query and index document to document APIs
2021-08-12 11:41:52 -07:00
keithhc2 dbb3d893ac Addressed comments 2021-08-12 11:41:04 -07:00
ashwinkumar12345 bdf53c9117 adding helm 2021-08-09 13:53:04 -07:00
Miki ee1400ff2b
Merge pull request #126 from AMoo-Miki/fix-redirct-from
Fix paths in `redirect_from` data
2021-08-09 12:38:18 -07:00
keithhc2 eb51f06694 Added delete by query and index document to document APIs 2021-08-06 15:52:53 -07:00
Keith Chan 8c703b9cff
Merge pull request #121 from opensearch-project/document-rest-apis
Added multi-get document API to REST API
2021-08-04 12:04:14 -07:00
keithhc2 a3808e858a Minor style changes 2021-08-04 12:03:41 -07:00
keithhc2 59f7ffeb99 Addressed comments 2021-08-04 12:00:36 -07:00
Ashwin Kumar b8b7fb13e3
Merge pull request #124 from opensearch-project/multi-search
Add multi-search API
2021-08-04 11:42:41 -07:00
ashwinkumar12345 b4461e130f incorporated feedback 2021-08-04 11:39:04 -07:00
Miki ba5bfa429f Fix paths in `redirect_from` data
Signed-off-by: Miki <mehranb@amazon.com>
2021-08-04 11:16:37 -07:00
Keith Chan 266df8e006
Added label 2021-08-03 15:39:31 -07:00
ashwinkumar12345 2ff209d0b8 Add multi-search API 2021-08-02 10:57:38 -07:00
ashwinkumar12345 28e0409da3 deleted from main branch 2021-08-02 10:55:50 -07:00
ashwinkumar12345 7c33c8d5a4 Add multi-search API 2021-08-02 10:53:39 -07:00
keithhc2 f315193267 Added versioning label 2021-07-30 14:31:42 -07:00
keithhc2 84e9440f18 Added multi-get document API to REST API 2021-07-29 16:16:15 -07:00
Andrew Etter 0ac341523a
Merge pull request #117 from opensearch-project/introduced-labels
Add "introduced" labels for APIs
2021-07-28 10:13:30 -07:00
Ashwin Kumar 15f9c6bc5c
Merge pull request #116 from opensearch-project/date_math
Add date math support for index names
2021-07-28 00:27:56 -07:00
ashwinkumar12345 a9bde64480 incorporated feedback 2021-07-28 00:27:37 -07:00
Keith Chan a4cca7c71b
Merge pull request #112 from opensearch-project/document-rest-apis
Added update document to REST API reference
2021-07-27 10:05:06 -07:00
Keith Chan 4705da9726
Merge pull request #99 from opensearch-project/update-mapping
Added update mapping to API reference and fixed some metadata
2021-07-27 10:04:55 -07:00
aetter 5f678cd814 Add "introduced" labels for APIs 2021-07-26 16:14:22 -07:00
ashwinkumar12345 01df7f0b53 added date math for index names 2021-07-26 11:30:02 -07:00
aetter 76e3b2710e Update important-settings.md 2021-07-23 12:34:17 -07:00
keithhc2 793ce77490 Added update document to REST API reference 2021-07-22 14:24:17 -07:00
keithhc2 2b31c5392c Added some additional context 2021-07-21 11:31:27 -07:00
ashwinkumar12345 4453173942 minor fix 2021-07-20 00:42:16 -07:00
ashwinkumar12345 23981ecc33 incorporated feedback 2021-07-19 23:31:33 -07:00
Xue Zhou d31b21082d Update configuration.md 2021-07-19 23:16:03 -07:00
Andrew Etter 63f391a3ef
Merge pull request #97 from opensearch-project/data_streams_fixes
minor feedback for data streams
2021-07-16 08:55:16 -07:00
keithhc2 9574bd2c30 Minor language tweak 2021-07-15 16:42:16 -07:00
keithhc2 951a2e01f1 Added update mapping to API reference and fixed some metadata 2021-07-15 16:38:05 -07:00
Keith Chan 546ce5293b
Merge pull request #98 from opensearch-project/document-apis
Added delete document to API reference
2021-07-15 14:39:29 -07:00
keithhc2 9e4618111c Added delete document to API reference 2021-07-15 10:52:37 -07:00
ashwinkumar12345 40f2e462c1 minor feedback 2021-07-15 01:00:50 -07:00
Keith Chan 0257a9de5d
Changed file name 2021-07-13 14:14:31 -07:00
Keith Chan 45c8214c2b
Merge pull request #78 from opensearch-project/ga
Basic changes for 1.0.0
2021-07-12 13:49:39 -07:00
ashwinkumar12345 5a4d4dabba fixed typo 2021-07-12 10:15:32 -07:00
ashwinkumar12345 6e9249e58c added screenshot 2021-07-12 10:10:21 -07:00
ashwinkumar12345 75a835f29b incorporated feedback 2021-07-12 09:16:13 -07:00
ashwinkumar12345 73667cafd0 added data streams 2021-07-12 06:32:23 -07:00
aetter 1e031e8362 Merge branch 'main' into ga 2021-07-11 18:19:26 -07:00
aetter 47bd70cb2b Update logs.md 2021-07-11 18:14:16 -07:00
Andrew Etter a335f8741a
Merge pull request #62 from opensearch-project/compat
Add Java and OS recommendations
2021-07-09 16:35:50 -07:00
Andrew Etter 62491a2a98
Merge pull request #73 from opensearch-project/document-apis
Added get document API and some reorganization
2021-07-08 12:16:41 -07:00
aetter faa347c20f Basic changes for 1.0.0 2021-07-08 11:47:37 -07:00
aetter b81261034b Add example version, correct command 2021-07-08 10:47:51 -07:00
keithhc2 b79ee7cf34 Some reorganized and added get document API 2021-07-07 14:26:50 -07:00
ashwinkumar12345 87d14aedf0 incorporated feedback 2021-07-06 16:11:42 -07:00
ashwinkumar12345 7424f51f82 typo 2021-07-06 11:54:44 -07:00
ashwinkumar12345 c769eea533 minor fix 2021-07-06 10:44:18 -07:00
ashwinkumar12345 4693e3ba27 added composable templates 2021-07-05 01:33:01 -07:00
Keith Chan 4d3db0bbd4
Fixed capitalization in section title 2021-07-01 13:42:13 -07:00
Keith Chan 6569051dc8
Merge pull request #66 from opensearch-project/create-alias
Added create alias to API reference page
2021-06-30 11:15:31 -07:00
keithhc2 268a85ba0c Added a little more to the intro 2021-06-28 16:08:28 -07:00
aetter 29feadfb57 Update compatibility.md 2021-06-28 14:49:15 -07:00
Andrew Etter 041fd93005
Merge pull request #67 from opensearch-project/scroll-api
Added scroll to the REST API reference page
2021-06-28 12:49:16 -07:00
ashwinkumar12345 676314ceaf typos 2021-06-28 12:37:20 -07:00
ashwinkumar12345 4edfffe18c add scroll api 2021-06-28 10:53:44 -07:00
keithhc2 475f1227ff Added Path and HTTP methods section 2021-06-28 10:40:53 -07:00
keithhc2 13f7a847c1 Addressed some comments. 2021-06-28 10:36:41 -07:00
keithhc2 40c6f07871 Added create alias to API reference page 2021-06-25 11:43:33 -07:00
Keith Chan 82fce438bc
Merge pull request #63 from opensearch-project/create-index
Add create index to API reference
2021-06-24 16:56:23 -07:00
Keith Chan 0094f38d4d
Minor language tweak 2021-06-24 16:46:39 -07:00
keithhc2 4cd5ceb312 Language fixes and getting out of TypoTown 2021-06-24 16:35:09 -07:00
aetter 119b9e79ec Minor Docker improvements 2021-06-24 13:23:11 -07:00
keithhc2 4ca66d11c3 Merge branch 'create-index' of https://github.com/opensearch-project/documentation-website into create-index 2021-06-23 13:50:15 -07:00
keithhc2 f47b41b984 Fixed a broken link 2021-06-23 13:50:08 -07:00
Keith Chan 07a22dff69
Tweaked nav_order 2021-06-23 13:27:14 -07:00
keithhc2 de06d8b143 Drafted content on how to create an index with API 2021-06-23 10:19:15 -07:00
aetter 93409f1333 Add Java and OS recommendations 2021-06-23 09:45:20 -07:00
ashwinkumar12345 c38f9f9905 cat apis to rest api reference 2021-06-21 23:13:40 -07:00
aetter 8702fa875b Add cluster settings API, nitpick formatting 2021-06-18 11:48:34 -07:00
aetter 70837a3f9e Move tasks to REST API reference 2021-06-18 09:49:06 -07:00
aetter 8ee083b6d2 Clarification around Docker Compose and Dashboards 2021-06-18 09:29:17 -07:00
Andrew Etter d3a26b8353
Merge pull request #54 from opensearch-project/elfisher-both-nodes-for-docker-compose
Adds both nodes for dashboards to talk to in docker-compose
2021-06-18 09:25:39 -07:00
aetter 4e469c2579 changeit 2021-06-18 08:57:53 -07:00
Eli Fisher dd964c3b78
Adds both nodes for dashboards to talk to 2021-06-17 14:50:45 -04:00
aetter 51017f3bcc Perhaps I can redirect myself out of this long nightmare 2021-06-10 15:09:17 -07:00
aetter 9c3dda1e1a Update index.md 2021-06-10 12:48:49 -07:00
aetter e14076bbd3 Fix anchor links 2021-06-10 12:26:41 -07:00
aetter ff7da4537a Typos 2021-06-10 10:44:05 -07:00
Liz Snyder fed7115baa Few small nits 2021-06-09 22:18:31 -07:00
aetter 9ea68d488a No more relative links 2021-06-09 19:15:41 -07:00
aetter 8145dcc075 Merge branch 'main' into layout-changes 2021-06-09 13:25:06 -07:00
aetter 29f8b256c4 Links 2021-06-01 11:11:15 -07:00
aetter cd78345669 Many redirects 2021-05-28 15:28:27 -07:00
aetter 73baf3f6db Fixes site 2021-05-28 11:19:18 -07:00