Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh authored and mihirsoni committed Mar 20, 2021
1 parent f0e0199 commit 584bccc
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/plugins/home/server/tutorials/cef_logs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function cefLogsSpecProvider(context: TutorialContext): TutorialSchema {
input will parse the header and set the timestamp value. Then the \
processor is applied to parse the CEF encoded data. The decoded data \
is written into a `cef` object field. Lastly any OpenSearch Common Schema \
(ECS) fields that can be populated with the CEF data are populated. \
(OCS) fields that can be populated with the CEF data are populated. \
[Learn more]({learnMoreLink}).',
values: {
learnMoreLink: '{config.docs.beats.filebeat}/filebeat-module-cef.html',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function crowdstrikeLogsSpecProvider(context: TutorialContext): TutorialS
defaultMessage:
'This is the Filebeat module for CrowdStrike Falcon using the Falcon \
[SIEM Connector](https://www.crowdstrike.com/blog/tech-center/integrate-with-your-siem). \
This module collects this data, converts it to ECS, and ingests it to view in the SIEM. \
This module collects this data, converts it to OCS, and ingests it to view in the SIEM. \
By default, the Falcon SIEM connector outputs JSON formatted Falcon Streaming API event data. \
[Learn more]({learnMoreLink}).',
values: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,7 @@ export const createFunctionbeatInstructions = (context?: TutorialContext) => ({
folderPath: '`C:\\Program Files`',
functionbeatLink:
'{config.docs.beats.functionbeat}/functionbeat-installation-configuration.html',
<<<<<<< HEAD
elasticLink: 'https://www.opensearch.co/downloads/beats/functionbeat',
=======
opensearchLink: 'https://www.elastic.co/downloads/beats/functionbeat',
>>>>>>> 6b9f77d6fa (clean escloud -1)
},
}
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@ export const createHeartbeatInstructions = (context?: TutorialContext) => ({
folderPath: '`C:\\Program Files`',
heartbeatLink:
'{config.docs.beats.heartbeat}/heartbeat-installation-configuration.html',
<<<<<<< HEAD
elasticLink: 'https://www.opensearch.co/downloads/beats/heartbeat',
=======
opensearchLink: 'https://www.elastic.co/downloads/beats/heartbeat',
>>>>>>> 6b9f77d6fa (clean escloud -1)
},
}
),
Expand Down Expand Up @@ -341,7 +337,6 @@ export function heartbeatEnableInstructionsOnPrem() {
};
}

<<<<<<< HEAD
export function heartbeatEnableInstructionsCloud() {
const defaultTitle = i18n.translate(
'home.tutorials.common.heartbeatEnableCloudInstructions.defaultTitle',
Expand Down Expand Up @@ -402,8 +397,6 @@ export function heartbeatEnableInstructionsCloud() {
};
}

=======
>>>>>>> 6b9f77d6fa (clean escloud -1)
export function heartbeatStatusCheck() {
return {
title: i18n.translate('home.tutorials.common.heartbeatStatusCheck.title', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,8 @@ export const createLogstashInstructions = () => ({
values: {
logstashLink:
'{config.docs.base_url}guide/en/logstash/current/getting-started-with-logstash.html',
<<<<<<< HEAD
elasticLink:
'https://artifacts.opensearch.co/downloads/logstash/logstash-{config.opensearchDashboards.version}.zip',
=======
opensearchLink:
'https://artifacts.elastic.co/downloads/logstash/logstash-{config.opensearchDashboards.version}.zip',
>>>>>>> 6b9f77d6fa (clean escloud -1)
},
}
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,7 @@ export const createMetricbeatInstructions = (context?: TutorialContext) => ({
folderPath: '`C:\\Program Files`',
metricbeatLink:
'{config.docs.beats.metricbeat}/metricbeat-installation-configuration.html',
<<<<<<< HEAD
elasticLink: 'https://www.opensearch.co/downloads/beats/metricbeat',
=======
opensearchLink: 'https://www.elastic.co/downloads/beats/metricbeat',
>>>>>>> 6b9f77d6fa (clean escloud -1)
},
}
),
Expand Down

0 comments on commit 584bccc

Please sign in to comment.