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
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
keithhc2
dbb3d893ac
Addressed comments
2021-08-12 11:41:04 -07:00
keithhc2
eb51f06694
Added delete by query and index document to document APIs
2021-08-06 15:52:53 -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
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
keithhc2
793ce77490
Added update document to REST API reference
2021-07-22 14:24:17 -07:00
Miki
37cab900a5
Merge pull request #110 from AMoo-Miki/add-readme-logo
...
Add themed logo to README
2021-07-21 10:19:06 -07:00
Andrew Etter
6c9a46c130
Merge pull request #108 from opensearch-project/data_stream_feedback
...
incorporated data streams feedback
2021-07-21 10:02:17 -07:00
Miki
15a5f18fb7
Add themed logo to README
...
Signed-off-by: Miki <mehranb@amazon.com>
2021-07-20 10:28:25 -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
Andrew Etter
a99458c41b
Merge pull request #107 from opensearch-project/ism_warning
...
added ISM warning
2021-07-19 13:17:29 -07:00
ashwinkumar12345
b93af9a94b
add ISM warning
2021-07-19 13:13:58 -07:00
Keith Chan
25421e60e0
Merge pull request #105 from opensearch-project/security-updates
...
Added required openid lines to TLS configuration yaml files
2021-07-16 16:10:37 -07:00
keithhc2
c961ca45d0
Added "openid_connect_idp" to TLS configurations
2021-07-16 15:11:11 -07:00
Andrew Etter
fb9ecbbc15
Merge pull request #101 from opensearch-project/notebook_gifs
...
added gifs for notebooks
2021-07-16 08:55:26 -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
aetter
537eaa7743
Add back "edit this page" links, add note for upgrading ODFE
2021-07-16 08:47:59 -07:00
ashwinkumar12345
c098a80fdb
added gifs for notebooks
2021-07-15 23:47:36 -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
Andrew Etter
cff7b8fea3
Merge pull request #94 from h0rv4th/patch-1
...
Update _security-plugin/configuration/disable.md
2021-07-13 11:58:16 -07:00
Horvv
9ae5a6bfc8
Update disable.md
...
The line to create the new image by deactivating the security plugin uses "security-dashboards" and this returns the following error:
docker build --tag=opensearch-dashboards-no-security .
Sending build context to Docker daemon 5.12kB
Step 1/3 : FROM opensearchproject/opensearch-dashboards:1.0.0
---> 6a109c3fbebf
Step 2/3 : RUN /usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin remove security-dashboard
---> Running in 965b66ef7abd
Unable to remove plugin because of error: "Plugin [security-dashboard] is not installed"
The command '/bin/sh -c /usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin remove security-dashboard' returned a non-zero code: 74
Instead using the correct plugin name "securityDashboards" the image compiles correctly:
docker build --tag=opensearch-dashboards-no-security .
Sending build context to Docker daemon 6.144kB
Step 1/3 : FROM opensearchproject/opensearch-dashboards:1.0.0
---> 6a109c3fbebf
Step 2/3 : RUN /usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin remove securityDashboards
---> Using cache
---> bb9a535b8e42
Step 3/3 : COPY --chown=opensearch-dashboards:opensearch-dashboards opensearch_dashboards.yml /usr/share/opensearch-dashboards/config/
---> e6e76bba8a4f
Successfully built e6e76bba8a4f
Successfully tagged opensearch-dashboards-no-security:latest
Ref:
- https://opensearch.org/docs/dashboards/install/plugins/#list-installed-plugins
- https://github.com/opensearch-project/documentation-website/blob/main/_dashboards/install/plugins.md
2021-07-13 19:06:13 +02:00
aetter
3bbdae031e
Update README.md
2021-07-13 09:21:00 -07:00
aetter
540595fcea
Update README.md
2021-07-13 09:18:39 -07:00
Miki
13eb8e50ff
Merge pull request #90 from AMoo-Miki/main
...
New Home: Unify look and feel with project website
2021-07-12 14:23:31 -07:00
Miki
c6aaa74993
Update alert banner to match project-website's
...
Signed-off-by: Miki <mehranb@amazon.com>
2021-07-12 14:16:10 -07:00
Miki
96f2dbafdf
Unify look and feel with project website
...
Signed-off-by: Miki <mehranb@amazon.com>
2021-07-12 14:14:40 -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
Keith Chan
4841a9985c
Merge pull request #77 from opensearch-project/client-version-compat
...
Client version compat
2021-07-12 13:45:53 -07:00
aetter
49a765d0a5
Remove beta banner
2021-07-12 13:29:11 -07:00
Ashwin Kumar
67423ff9c2
Merge pull request #85 from opensearch-project/data_stream_typo
...
fixed typo
2021-07-12 10:22:39 -07:00
ashwinkumar12345
5a4d4dabba
fixed typo
2021-07-12 10:15:32 -07:00
Ashwin Kumar
05d6b6cb5d
Merge pull request #84 from opensearch-project/data_streams
...
added data streams
2021-07-12 10:12:19 -07:00
ashwinkumar12345
6e9249e58c
added screenshot
2021-07-12 10:10:21 -07:00
Keith Chan
432005eaa0
Merge pull request #80 from opensearch-project/java-high-rest-client
...
Added how to connect Java high-level REST client to OpenSearch
2021-07-12 09:50:41 -07:00
aetter
3d3bc88422
Update dashboards-upgrade-to.md
2021-07-12 09:29:49 -07:00
ashwinkumar12345
75a835f29b
incorporated feedback
2021-07-12 09:16:13 -07:00