Skip to content

Commit

Permalink
fix readme badge and audit log text (#753)
Browse files Browse the repository at this point in the history
* Update README.md

* Update audit-logging.tsx
  • Loading branch information
hsiang9431-amzn authored May 4, 2021
1 parent 871f1c4 commit e6ca043
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![CI](https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/workflows/CI/badge.svg?branch=main)](https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/actions)
[![codecov](https://codecov.io/gh/opendistro-for-elasticsearch/security-kibana-plugin/branch/main/graphs/badge.svg)](https://codecov.io/gh/opendistro-for-elasticsearch/security-kibana-plugin)
[![CI](https://github.com/opensearch-project/security-dashboards-plugin/workflows/CI/badge.svg?branch=main)](https://github.com/opensearch-project/security-dashboards-plugin/actions)
[![codecov](https://codecov.io/gh/opensearch-project/security-dashboards-plugin/branch/main/graphs/badge.svg)](https://github.com/opensearch-project/security-dashboards-plugin)

# OpenSearch-Dashboards Security Plugin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ function renderStatusPanel(onSwitchChange: () => void, auditLoggingEnabled: bool
<EuiText color="subdued" grow={false}>
<FormattedMessage
id="audit.logs.storageInstruction"
defaultMessage="Configure the output location and storage types in {elasticsearchCode}. The default storage location is {internalElasticsearchCode}, which stores the logs in an index on this cluster."
defaultMessage="Configure the output location and storage types in {opensearchCode}. The default storage location is {internalOpenSearchCode}, which stores the logs in an index on this cluster."
values={{
elasticsearchCode: <EuiCode>elasticsearch.yml</EuiCode>,
internalElasticsearchCode: <EuiCode>internal_elasticsearch</EuiCode>,
opensearchCode: <EuiCode>opensearch.yml</EuiCode>,
internalOpenSearchCode: <EuiCode>internal_opensearch</EuiCode>,
}}
/>{' '}
<ExternalLink href={DocLinks.AuditLogsStorageDoc} />
Expand Down

0 comments on commit e6ca043

Please sign in to comment.