import React from 'react'; import IntegrationModalCard from 'Components/Client/Integrations/IntegrationModalCard'; import DocLink from 'Shared/DocLink/DocLink'; import IntegrationForm from './IntegrationForm'; const ElasticsearchForm = (props) => { return (
How it works?
  1. Create a new Elastic API key
  2. Enter the API key below
  3. Propagate openReplaySessionToken
); }; export default ElasticsearchForm;