Skip to content

Commit

Permalink
change elasticLink to opensearchLink to fix the break (#198)
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 9c7ca7a commit a2e2b35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const createFunctionbeatInstructions = (context?: TutorialContext) => ({
folderPath: '`C:\\Program Files`',
functionbeatLink:
'{config.docs.beats.functionbeat}/functionbeat-installation-configuration.html',
elasticLink: 'https://www.opensearch.co/downloads/beats/functionbeat',
opensearchLink: 'https://www.opensearch.co/downloads/beats/functionbeat',
},
}
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const createHeartbeatInstructions = (context?: TutorialContext) => ({
folderPath: '`C:\\Program Files`',
heartbeatLink:
'{config.docs.beats.heartbeat}/heartbeat-installation-configuration.html',
elasticLink: 'https://www.opensearch.co/downloads/beats/heartbeat',
opensearchLink: 'https://www.opensearch.co/downloads/beats/heartbeat',
},
}
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const createLogstashInstructions = () => ({
values: {
logstashLink:
'{config.docs.base_url}guide/en/logstash/current/getting-started-with-logstash.html',
elasticLink:
opensearchLink:
'https://artifacts.opensearch.co/downloads/logstash/logstash-{config.opensearchDashboards.version}.zip',
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const createMetricbeatInstructions = (context?: TutorialContext) => ({
folderPath: '`C:\\Program Files`',
metricbeatLink:
'{config.docs.beats.metricbeat}/metricbeat-installation-configuration.html',
elasticLink: 'https://www.opensearch.co/downloads/beats/metricbeat',
opensearchLink: 'https://www.opensearch.co/downloads/beats/metricbeat',
},
}
),
Expand Down

0 comments on commit a2e2b35

Please sign in to comment.