Commit Graph

649 Commits

Author SHA1 Message Date
YuCheng Hu 51188d2823
Merge branch 'opensearch-project:main' into main 2021-10-29 21:06:08 -04: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
YuCheng Hu 4b5e0e7110
Create jekyll.yml 2021-10-29 09:59:22 -04:00
YuCheng Hu 545dbc68c7 Create CNAME 2021-10-29 09:52:19 -04:00
YuCheng Hu 2416ce46f5 Delete CNAME 2021-10-28 20:22:09 -04:00
keithhc2 302d022567 Added exists and close index to REST API 2021-10-28 15:49:13 -07:00
YuCheng Hu 94a956d1e5
Update CNAME 2021-10-28 16:47:12 -04:00
YuCheng Hu e63b3ad5b3
Update _config.yml 2021-10-28 14:53:18 -04:00
YuCheng Hu 35486140f6 Create CNAME 2021-10-28 14:51:52 -04:00
YuCheng Hu 769b2b7ef7 Delete CNAME 2021-10-28 14:51:00 -04:00
YuCheng Hu 8857757c15 Create CNAME 2021-10-28 14:48:47 -04:00
Andrew Etter 02da89720c
Merge pull request #238 from jcgraybill/main
Add new plugins to installation page
2021-10-26 13:58:06 -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
keithhc2 f6250421a7 Spacing and title fixes 2021-10-22 14:22:15 -07:00
Keith Chan 5890994c68
Merge pull request #178 from opensearch-project/java-client
Getting started content for Java client
2021-10-22 14:17:58 -07:00
Keith Chan 40db4bd47d
Merge pull request #221 from opensearch-project/ism-visual-editor
Added steps about using ISM visual editor
2021-10-22 14:14:01 -07:00
Andrew Etter 9775e43169
Merge pull request #236 from opensearch-project/docker-quickstart
Added some basic operations to docker quick start
2021-10-22 14:11:50 -07:00
keithhc2 9022db56eb Added Gradle dependency 2021-10-22 11:57:44 -07:00
keithhc2 0d78441e76 Added finally block 2021-10-22 11:48:16 -07:00
keithhc2 e5539d555d Added some basic operation to docker quickstart 2021-10-22 11:20:21 -07:00
keithhc2 375eb2cefe Merge branch 'java-client' of https://github.com/opensearch-project/documentation-website into java-client 2021-10-21 17:38:01 -07:00
keithhc2 62d037ae63 Added versioning to high-level rest and tweaked some code 2021-10-21 17:37:52 -07:00
Keith Chan 50bc532349
Merge branch 'main' into java-client 2021-10-21 16:47:30 -07:00
keithhc2 6a1cc2c276 Added note recommending new client and changed POM dependency 2021-10-21 16:34:14 -07:00
keithhc2 e39f18da89 Hopefully this resolves the conflict 2021-10-21 15:57:33 -07:00
Keith Chan 029a369bcc
Merge pull request #230 from dlvenable/java-high-level
OpenSearch High-Level REST Client
2021-10-20 14:26:02 -07:00
Keith Chan 19ddf35e40
Minor language tweaks 2021-10-20 14:22:42 -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
Ashwin Kumar d991dd48c5
Merge pull request #234 from opensearch-project/rev_parameter
Added -rev parameter to securityadmin.sh
2021-10-20 13:34:42 -07:00
Keith Chan efd492c8be
Changed title to sentence casing 2021-10-20 11:12:26 -07:00
Keith Chan 39ed675426
Merge pull request #232 from opensearch-project/dashboards-query-language
Added documentation about how to use DQL
2021-10-20 09:58:12 -07:00
keithhc2 f856815737 Typo 2021-10-20 09:57:28 -07:00
keithhc2 be895309a4 Addressed comments 2021-10-19 16:05:01 -07:00
aetter 833e88704c Trivial change to kick off a build 2021-10-19 14:26:09 -07:00
aetter 211da242d6 Update approximate-knn.md 2021-10-19 11:42:46 -07:00
keithhc2 f6cede1ff5 Tweaked some examples 2021-10-19 11:31:13 -07:00
keithhc2 24dcb0ab5c Added a page about how to use DQL 2021-10-19 10:31:35 -07:00
aetter 611dd62151 Slight clarification 2021-10-19 09:52:27 -07:00
aetter e0823b4209 Add install section to make those pages easier to find 2021-10-19 09:49:06 -07:00
Andrew Etter 97476bda60
Merge pull request #229 from Sebas-h/patch-1
Fix authc configuration format.
2021-10-18 14:20:02 -07:00
Andrew Etter d05a252b94
Merge pull request #226 from dlvenable/data-prepper-1.1.0
Updated Data Prepper reference for Data Prepper 1.1.0
2021-10-18 13:09:06 -07:00
David Venable caa8ba67a9 Updated the documentation for the Java High-Level REST client to use OpenSearch.
Signed-off-by: David Venable <dlv@amazon.com>
2021-10-18 09:58:22 -05:00
Sebas-h 0d6010716a
Fix authc configuration format. 2021-10-18 12:47:34 +02:00
David Venable 72730e9d36 Added links to the gRPC reflection documents in Data Prepper.
Signed-off-by: David Venable <dlv@amazon.com>
2021-10-15 16:54:56 -05:00
Andrew Etter b031f07f1f
Merge pull request #227 from MrpPolo/patch-1
Update proxy.md
2021-10-14 08:47:32 -07:00
Andrew Etter 6a27363b71
Merge pull request #224 from opensearch-project/dashboards-tip
Add Dashboards header for legacy Kibana OSS scripts
2021-10-14 08:47:13 -07:00
Ashwin Kumar c7dc5e2e8d
Merge pull request #223 from opensearch-project/logstash_note
Added note for Logstash
2021-10-14 00:32:36 -07:00
Ashwin Kumar 48ed4ecaac
Merge pull request #220 from opensearch-project/ad_table_settings
Minor table formatting
2021-10-14 00:32:02 -07:00
MrpPolo cc6f01b92c
Update proxy.md
Update opensearch_dashboards setting to latest version.
2021-10-14 14:35:57 +08:00