290 Commits

Author SHA1 Message Date
keithhc2
dc2f349d7e Addressed comment and added note about users and roles 2021-07-28 13:21:25 -07:00
keithhc2
30df98e078 Added whitelist.yml 2021-07-28 11:41:08 -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 v1.0.0 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
keithhc2
d00637b05e Added a comment 2021-07-12 09:02:11 -07:00
ashwinkumar12345
73667cafd0 added data streams 2021-07-12 06:32:23 -07:00
aetter
be8d244d8c Update version-history.md 2021-07-11 18:20:39 -07:00
aetter
1e031e8362 Merge branch 'main' into ga 2021-07-11 18:19:26 -07:00
Andrew Etter
59969664a5
Merge pull request #74 from opensearch-project/dashboards-migration
Add page for migrating to Dashboards
2021-07-11 18:18:46 -07:00
Andrew Etter
3c27d762ef
Merge pull request #83 from opensearch-project/security-issues
Add SSL configuration for Dashboards and other known issues
2021-07-11 18:17:07 -07:00
aetter
47bd70cb2b Update logs.md 2021-07-11 18:14:16 -07:00
aetter
b8bf7a2f1d Add link recommending password policy 2021-07-11 18:10:36 -07:00
aetter
6c6c9c619f Merge branch 'main' into security-issues 2021-07-11 18:02:29 -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
aetter
c0871cfe0d Update _config.yml 2021-07-09 16:30:46 -07:00
aetter
92b3b49ee2 Update tls.md 2021-07-09 15:59:58 -07:00
aetter
cf769012ca Change file name, add some extra bits 2021-07-09 15:59:42 -07:00
Keith Chan
4a2e1c32db
Merge pull request #82 from opensearch-project/password-validation
Password validation
2021-07-09 15:44:04 -07:00
aetter
79b647ee62 Add SSL configuration for Dashboards 2021-07-09 15:33:35 -07:00
Keith Chan
e5bec0b980
Yet another tweak 2021-07-09 15:09:57 -07:00
keithhc2
d3d9774eaf Another minor tweak 2021-07-09 15:06:47 -07:00
keithhc2
e484b3e93f Minor language fix 2021-07-09 15:05:09 -07:00
keithhc2
d7ce813388 Added opensearch.yml and password regex rules 2021-07-09 15:03:41 -07:00
aetter
18e74399fa Walk back some changes since they're in another PR 2021-07-09 13:31:12 -07:00
Ashwin Kumar
81bf0b2655
Merge pull request #79 from opensearch-project/notebooks_update
Add SQL and PPL features to notebooks
2021-07-09 12:58:25 -07:00
keithhc2
21b4c3ab87 Addressed comments 2021-07-09 12:56:54 -07:00