Skip to content

Commit

Permalink
[ML] Removing tech preview badge for pattern analysis (elastic#181020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Apr 17, 2024
1 parent e4a32f8 commit cf42923
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import type { EventRate } from './use_categorize_request';
import { CategoryTable } from './category_table';
import { InformationText } from './information_text';
import { SamplingMenu } from './sampling_menu';
import { TechnicalPreviewBadge } from './technical_preview_badge';
import { LoadingCategorization } from './loading_categorization';
import { useValidateFieldRequest } from './use_validate_category_field';
import { FieldValidationCallout } from './category_validation_callout';
Expand Down Expand Up @@ -296,9 +295,6 @@ export const LogCategorizationFlyout: FC<LogCategorizationPageProps> = ({
</h2>
</EuiTitle>
</EuiFlexItem>
<EuiFlexItem grow={false} css={{ marginTop: euiTheme.size.xs }}>
<TechnicalPreviewBadge />
</EuiFlexItem>
<EuiFlexItem />
<EuiFlexItem grow={false}>
<SamplingMenu randomSampler={randomSampler} reload={() => forceRefresh()} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { useDataSource } from '../contexts/ml/data_source_context';
import { useMlKibana } from '../contexts/kibana';
import { useEnabledFeatures } from '../contexts/ml';
import { HelpMenu } from '../components/help_menu';
import { TechnicalPreviewBadge } from '../components/technical_preview_badge';
import { MlPageHeader } from '../components/page_header';

export const LogCategorizationPage: FC = () => {
Expand All @@ -34,9 +33,6 @@ export const LogCategorizationPage: FC = () => {
defaultMessage="Log pattern analysis"
/>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<TechnicalPreviewBadge />
</EuiFlexItem>
</EuiFlexGroup>
</MlPageHeader>
{dataView && (
Expand Down

0 comments on commit cf42923

Please sign in to comment.