1263 Commits

Author SHA1 Message Date
Naarcha-AWS
645b7ae69d Add LogStash 8.0 updates
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-31 14:52:51 -05:00
Naarcha-AWS
681e166a86
Merge pull request #479 from peternied/peternied-oidc
Correct log4j2 syntax in the example
2022-03-31 14:29:23 -05: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
e747d0f32d Added version history
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-30 22:22:32 -07:00
keithhc2
c54f259079 1.3.1 changes
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-30 12:58:37 -07:00
Peter Nied
a3893f5d72 Correct log4j2 syntax in the example
In the [yml format](https://logging.apache.org/log4j/2.x/manual/configuration.html#Configuration_with_Properties) in of the log4j properties file, a logger is declared with logger.LOGGER_NAME.name, the value of LOGGER_NAME can be set as desired by the user.  When the example included the `.` operator it was treated as another object and 'security' was referenced as a key which didn't resolve to anything.

Signed-off-by: Peter Nied <petern@amazon.com>
2022-03-29 20:54:40 +00: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
Keith Chan
5f2d3ebf70
Merge pull request #459 from dblock/jdk-compatibility
Documented JDK compatibility for version 1.3.0.
2022-03-24 15:42:15 -07: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
Naarcha-AWS
b73cd82f4e
Merge pull request #472 from opensearch-project/ml-commons
Fix links in ML commons index
2022-03-23 15:19:55 -05:00
Keith Chan
da9033c6ab
Merge pull request #468 from opensearch-project/observability-tweaks
Observability language tweaks
2022-03-23 10:11:20 -07:00
keithhc2
df9e7d222a Paragraph cut
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-23 10:08:21 -07:00
Keith Chan
e64c32fef9
Merge pull request #471 from opensearch-project/data-prepper-1.3
Update docs for data prepper 1.3
2022-03-23 09:30:14 -07:00
keithhc2
4033cfc320 Monospacing
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-23 09:29:49 -07:00
Naarcha-AWS
c063580eb6 Fix links in ML commons index
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-23 08:46:40 -05:00
Naarcha-AWS
c81c33fc75
Merge pull request #460 from opensearch-project/ml-commons
Add ML commons Plugin section
2022-03-22 12:53:11 -05:00
Naarcha-AWS
0417e971b8 Add more consistency to headers
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-22 12:52:10 -05:00
Naarcha-AWS
a637997543 Add additional context to intro
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-22 10:13:32 -05:00
keithhc2
67ab805204 Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-21 18:59:52 -07:00
Naarcha-AWS
07e7fc4478 Regroup APIs
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-21 18:59:35 -05:00
Naarcha-AWS
8bcad52409 Final changes
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-21 18:52:03 -05: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
keithhc2
51e44d1a4c Addressed comments
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-21 14:37:41 -07: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
421a6444fb A couple more language tweaks
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-21 16:22:48 -05:00
Keith Chan
866a36f570
Merge pull request #461 from opensearch-project/new-version-1.3
Added Dashboards 1.3 plugins and release notes link
2022-03-21 14:19:32 -07:00
keithhc2
9c37986bf2 Spacing consistency
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-21 14:15:47 -07:00
keithhc2
8387d8064c A comma
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-21 14:15:11 -07:00
keithhc2
0c07703e89 Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-21 14:14:41 -07:00
Naarcha-AWS
d039da1b18 Reword API inputs
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-21 15:28:37 -05:00
Naarcha-AWS
2a637ed315 Remove forwardslash from PPL commands
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-21 15:27:34 -05:00
Naarcha-AWS
bbbcdc32ef Incorporate final technical feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-21 15:20:31 -05:00
Keith Chan
29b0ced4d4
Merge pull request #462 from asifsmohammed/mutate-doc
Data Prepper documentation for drop, mutate processors
2022-03-21 13:12:41 -07:00
Keith Chan
189c508dea
Merge pull request #465 from yuankunzhang/fix-links-in-monitors-md
Fix a few links in monitors.md
2022-03-21 09:34:13 -07:00
Naarcha-AWS
228dd73a60 Small fix
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-21 10:13:15 -05:00
Yuankun Zhang
d6e5947779 Fix a few links in monitors.md
Signed-off-by: yuankunzhang <fmcocoa@gmail.com>
2022-03-21 17:33:21 +08:00
Asif Sohail Mohammed
61367f5927 Fixed language consistency
Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
2022-03-20 20:43:35 -05:00
Naarcha-AWS
7b01859ee9 Add review feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-19 12:37:01 -05:00
Naarcha-AWS
be3859c625
Merge pull request #463 from opensearch-project/observe-use-case
Add more specific ClusterMetrics use cases
2022-03-18 13:23:28 -05:00
Asif Sohail Mohammed
9126f5e7f5 Fixed key-value documentation
Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
2022-03-18 13:02:56 -05:00
Naarcha-AWS
912fed5ee9 Add more specific ClusterMetrics use cases
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-18 13:02:02 -05:00
Naarcha-AWS
69ebe09b78 Merge branch 'main' of github.com:opensearch-project/documentation-website into ml-commons
Signed-off-by: Naarcha-AWS naarcha@amazon.com
2022-03-18 12:56:34 -05:00
Naarcha-AWS
ebbab2dea0 Fix link in Index.md
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-18 12:33:10 -05:00
Naarcha-AWS
aa7356a787 Add links to API and PPl. Add to site.
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-18 11:45:21 -05:00
Naarcha-AWS
7dd37280ae Add all ML commons API endpoints and responses
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-18 11:25:19 -05:00
Naarcha-AWS
3b79db7383 Add API endpoints
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-03-17 17:18:15 -05:00
Asif Sohail Mohammed
aba8d2df10 Added doc for drop, mutate processors action
Signed-off-by: Asif Sohail Mohammed <nsifmoh@amazon.com>
2022-03-17 13:56:57 -05:00
Keith Chan
9e5116bd91
Merge pull request #455 from opensearch-project/ad-changes
Added responses from validate API
2022-03-17 11:40:21 -07:00