Update web crawler link to lead directly to the crawler page (#118111) (#118199)

Co-authored-by: Vadim Yakhin <yakhin.v@gmail.com>
This commit is contained in:
Kibana Machine 2021-11-10 13:58:43 -05:00 committed by GitHub
parent d99287a4a8
commit 49102b42e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -266,7 +266,7 @@ export const AvailablePackages: React.FC = memo(() => {
<EuiCard
data-test-sub="integration-card:epr:app_search_web_crawler:featured"
icon={<EuiIcon type="logoAppSearch" size="xxl" />}
href={addBasePath('/app/enterprise_search/app_search')}
href={addBasePath('/app/enterprise_search/app_search/engines/new?method=crawler')}
title={i18n.translate('xpack.fleet.featuredSearchTitle', {
defaultMessage: 'Web site crawler',
})}