Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Doc Links #127

Merged
merged 3 commits into from
Jul 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![OpenSearch Dashboards Reports CI](https://github.com/opensearch-project/dashboards-reports/workflows/Test%20and%20Build%20OpenSearch%20Dashboards%20Reports/badge.svg)](https://github.com/opensearch-project/dashboards-reports/actions?query=workflow%3A%22Test+and+Build+OpenSearch+Dashboards+Reports%22)
[![Reports Scheduler CI](https://github.com/opensearch-project/dashboards-reports/workflows/Test%20and%20Build%20Reports%20Scheduler/badge.svg)](https://github.com/opensearch-project/dashboards-reports/actions?query=workflow%3A%22Test+and+Build+Reports+Scheduler%22)
[![codecov](https://codecov.io/gh/opensearch-project/dashboards-reports/branch/main/graph/badge.svg?token=YOX0XBW2NA)](https://codecov.io/gh/opensearch-project/dashboards-reports)
[![Documentation](https://img.shields.io/badge/documentation-blue.svg)](https://docs-beta.opensearch.org/dashboards/reporting/)
[![Documentation](https://img.shields.io/badge/documentation-blue.svg)](https://opensearch.org/docs/dashboards/reporting/)
![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success)

<img src="https://opensearch.org/assets/brand/SVG/Logo/opensearch_logo_default.svg" height="64px"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ exports[`<Main /> panel render component 1`] = `

<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -827,7 +827,7 @@ exports[`<Main /> panel render component 1`] = `

<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -1339,7 +1339,7 @@ exports[`<Main /> panel render component after create success 1`] = `

<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -1756,7 +1756,7 @@ exports[`<Main /> panel render component after create success 1`] = `

<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -2321,7 +2321,7 @@ exports[`<Main /> panel render component after delete success 1`] = `

<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -2738,7 +2738,7 @@ exports[`<Main /> panel render component after delete success 1`] = `

<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -3312,7 +3312,7 @@ exports[`<Main /> panel render component after edit success 1`] = `

<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -3729,7 +3729,7 @@ exports[`<Main /> panel render component after edit success 1`] = `

<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ exports[`<ReportDefinitions /> panel render empty table 1`] = `

<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ exports[`<ReportsTable /> panel render empty component 1`] = `

<a
class="euiLink euiLink--primary"
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const emptyMessageReportDefinitions = (
{ defaultMessage: 'To learn more, see' }
)}{' '}
<EuiLink
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
target="_blank"
>
{i18n.translate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const emptyMessageReports = (
{ defaultMessage: 'To learn more, see' }
)}{' '}
<EuiLink
href="https://docs-beta.opensearch.org/docs/opensearch-dashboards/reporting/"
href="https://opensearch.org/docs/dashboards/reporting/"
target="_blank"
>
{i18n.translate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export function ReportTrigger(props: ReportTriggerProps) {
labelAppend={
<EuiText size="xs">
<EuiLink
href="https://docs-beta.opensearch.org/docs/alerting/cron/"
href="https://opensearch.org/docs/monitoring-plugins/alerting/cron/"
target="_blank"
external={true}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ headless-chrome.sh chrome-version-SHA (arch_name (arm64))
. Linux arm64: ./build_headless_chrome.sh <chrome-version-SHA> arm64

# How to call in Command line:
. PNG report: ./headless_shell --headless --disable-gpu --screenshot=test.png https://docs-beta.opensearch.org/
. PDF report: ./headless_shell --headless --disable-gpu --print-to-pdf=test.pdf https://docs-beta.opensearch.org/
. PNG report: ./headless_shell --headless --disable-gpu --screenshot=test.png https://opensearch.org/docs/
. PDF report: ./headless_shell --headless --disable-gpu --print-to-pdf=test.pdf https://opensearch.org/docs/

## Headless Chromium for MAC
# Files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ Scheduled Report Creation workflow

### 4.4 Alerting Integration

https://docs-beta.opensearch.org/monitoring-plugins/alerting/index/
https://opensearch.org/docs/monitoring-plugins/alerting/index/

ODFE Alerting can be used as an external trigger. To generate the report the `generateReport()` API can be utilized as `custom_webhook` destination.

Expand Down Expand Up @@ -486,7 +486,7 @@ TODO

### (II) Security reference

* https://docs-beta.opensearch.org/docs/security/configuration/
* https://docs-beta.opensearch.org/docs/security/access-control/
* https://docs-beta.opensearch.org/docs/security/access-control/api/
* https://opensearch.org/docs/security-plugin/configuration/index/
* https://opensearch.org/docs/security-plugin/access-control/index/
* https://opensearch.org/docs/security-plugin/access-control/api/