/* * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 */ import React from 'react'; import { EuiPageBody, EuiEmptyPrompt, EuiLink } from '@elastic/eui'; import { Header } from '../common/header'; export const CreateIndex = () => { return ( <> Create an index to start comparing search results. } body={ Before you can query data, you need to index it.{' '} Learn how to index your data , or add sample data to OpenSearch Dashboards. } /> > ); };
Before you can query data, you need to index it.{' '} Learn how to index your data , or add sample data to OpenSearch Dashboards.