keithhc2
|
7cdaf4e7a6
|
Indices -> indexes
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-03-14 12:49:00 -07:00 |
keithhc2
|
5bf8250fa0
|
Added show_policy to explain
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-03-14 12:48:30 -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 |
Naarcha-AWS
|
ac5fdb751c
|
Merge pull request #423 from opensearch-project/issue#398-kerberos-support
Add warning about Kerberos support
|
2022-02-24 11:10:39 -06: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 |
Naarcha-AWS
|
05b4aff4ee
|
Add feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
|
2022-02-23 13:30:59 -06: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 |
Naarcha-AWS
|
6885fe37af
|
Fix typos
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
|
2022-02-22 15:11:59 -06:00 |
Naarcha-AWS
|
8c61db15df
|
Add warning about Kerberos support in Dashboards
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
|
2022-02-22 15:08:50 -06: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 |
Liz Snyder
|
e3815540e7
|
Merge pull request #414 from opensearch-project/reporting-ui
Add notebook reporting support
|
2022-02-18 14:49:37 -08:00 |
Liz Snyder
|
16f7440f9a
|
Add notebook reporting support
Signed-off-by: Liz Snyder <elizabsn@amazon.com>
|
2022-02-18 13:16:10 -08:00 |
Keith Chan
|
cad26acca1
|
Merge pull request #412 from opensearch-project/ism-fixes
Bug fixes
|
2022-02-16 15:28:29 -08:00 |
keithhc2
|
fdb1fe3a0b
|
Deleted a word
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-16 15:28:00 -08:00 |
keithhc2
|
51a000e968
|
Tweaked AD history
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-16 14:17:17 -08:00 |
keithhc2
|
54d59c4bac
|
Updated sample response
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-16 14:16:57 -08:00 |
keithhc2
|
be6f1ee6c8
|
More code tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-15 13:15:11 -08:00 |
keithhc2
|
a3ed129d15
|
Tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-15 13:12:01 -08:00 |
keithhc2
|
accc360c4a
|
Fixed imports
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-15 13:06:09 -08:00 |
keithhc2
|
b3291fa95b
|
Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-15 13:03:52 -08:00 |
keithhc2
|
a229d9d305
|
Clarified timeout
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-15 12:01:51 -08: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 |
Keith Chan
|
ccaa040ca1
|
Merge pull request #409 from sandeepkanabar/patch-2
Adding missing "index": "source" statement
|
2022-02-11 16:42:49 -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 |
Keith Chan
|
36ba4771aa
|
Merge pull request #406 from radu-gheorghe/patch-1
Updated usage of ISM's rollover_skip
|
2022-02-11 10:14:19 -08:00 |
Radu Gheorghe
|
14907ec1b0
|
Updated usage of ISM's rollover_skip
Cluster Update Settings API complains that `index.plugins.index_state_management.rollover_skip` is an invalid setting. Index Update Settings API seems to work, though. And it's backed up by the definition here: 6141c3c6fe/src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/settings/ManagedIndexSettings.kt (L78)
This PR updates the doc according to the above.
Signed-off-by: Radu Gheorghe <radu.gheorghe@sematext.com>
|
2022-02-11 15:09:39 +02:00 |
Keith Chan
|
2555f1ba1c
|
Merge pull request #400 from opensearch-project/data-prepper-move
Moving data prepper to clients and tools
|
2022-02-09 13:06:35 -08:00 |
keithhc2
|
4f78620d48
|
More renaming stuff
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-08 15:05:16 -08:00 |
keithhc2
|
a5f26f8d67
|
Moved data prepper
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-08 13:54:39 -08:00 |
Keith Chan
|
86a617245d
|
Merge pull request #372 from opensearch-project/alerting-security-fix
Added note about monitors and security
|
2022-02-08 11:54:15 -08:00 |
keithhc2
|
b0af391215
|
Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-08 11:53:23 -08:00 |
Keith Chan
|
e2feca8a05
|
Merge pull request #354 from opensearch-project/ism-transforms-fixes
Added required parameters to ISM Transforms Update
|
2022-02-08 10:14:56 -08:00 |
keithhc2
|
f7ae12155d
|
ISM -> IM
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-08 10:12:09 -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 |
keithhc2
|
a494ede8e7
|
Fixed compatibility
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-07 14:22:51 -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
|
02d56f73b0
|
Missed a zero
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-04 15:47:57 -08:00 |
keithhc2
|
b77825327f
|
Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-04 14:35:53 -08:00 |
Keith Chan
|
514954d1d1
|
Merge pull request #388 from snuyanzin/misprints
Fix misprints in advanced-config.md, dql.md and reindex.md
|
2022-02-04 10:12:26 -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 |
keithhc2
|
dd3aac5a4e
|
Added warning about symbols
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-03 16:12:55 -08:00 |
keithhc2
|
639d0df9b3
|
Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
|
2022-02-02 12:41:36 -08:00 |