Commit Graph

1184 Commits

Author SHA1 Message Date
Alice Williams 7f7adf929b
Merge pull request #505 from alicejw-aws/os-bugs
to merge content and delete duplicate file - fix for issue 485
2022-04-13 10:49:00 -07:00
alicejw 32b5b0771f for additional reviewer suggestions
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-13 10:42:31 -07:00
alicejw fc278e9b98 modify left nav entry to match new topic name
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-13 10:00:21 -07:00
alicejw 0bf76386a5 to rename file to match api function
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-13 09:46:38 -07:00
alicejw 4b5b706220 for topic title and description of API function
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-13 09:44:58 -07:00
alicejw 2aba05aa0d for review comments
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-12 14:09:46 -07:00
Liz Snyder c328182db8
Merge pull request #506 from opensearch-project/o11y-default-roles
Add default o11y roles
2022-04-12 13:25:14 -07:00
Liz Snyder 65a719b60f Add default o11y roles
Signed-off-by: Liz Snyder <elizabsn@amazon.com>
2022-04-12 10:15:44 -07:00
Liz Snyder b191e03054
Merge pull request #504 from opensearch-project/o11y-notebooks-security
Add o11y security
2022-04-12 08:11:54 -07:00
alicejw 92658806ef to merge content and delete duplicate file - fix for issue https://github.com/opensearch-project/documentation-website/issues/485
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-11 18:17:16 -07:00
keithhc2 a558b60e8d Typos
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-04-11 16:41:09 -07:00
keithhc2 416a3b1cea Added observability permissions
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-04-11 16:08:06 -07:00
Liz Snyder 65018caacf Add o11y security
Signed-off-by: Liz Snyder <elizabsn@amazon.com>
2022-04-11 15:43:55 -07:00
Keith Chan 41eb61ecf2
Merge pull request #497 from opensearch-project/dashboards-version-update
Dashboards version update
2022-04-08 09:48:50 -07:00
keithhc2 b1b32bda67 Fixed broken link
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-04-07 17:02:18 -07:00
keithhc2 e58e129eee Updated version numbers
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-04-07 17:01:56 -07:00
Naarcha-AWS 95e2c83af5 Remove inconsistencies. Fix language.
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-04-07 18:26:14 -05:00
Naarcha-AWS e0c2f9448b Add shard action
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-04-07 18:12:37 -05:00
Naarcha-AWS 25a92412e3
Merge pull request #491 from AlexVCS/fix-docs-typo
fixed typo in docs
2022-04-07 09:41:53 -05:00
Alex Curtis-Slep 2d4b1c6757 fixed typo in docs
Signed-off-by: Alex Curtis-Slep <alexcurtisslep@gmail.com>
2022-04-06 17:25:51 -04:00
David Z 02a913f988
[BUG] wrong link in the documentation (#490)
* Fixed perftop download link to direct to the releases page of Github repo

Signed-off-by: David Zane <davizane@amazon.com>
2022-04-05 11:59:44 -07:00
Naarcha-AWS 571f166488
Merge pull request #484 from opensearch-project/logstash8.0-faq
Add Logstash 8.0 updates
2022-04-04 13:19:44 -05:00
Naarcha-AWS 56611db9a2 Remove link to ECS compatibility docs
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-04-04 13:15:47 -05:00
Keith Chan fa64c8fdfb
Merge pull request #481 from opensearch-project/minor-version-1.3.1
1.3.1 changes
2022-04-01 10:11:36 -07:00
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