mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update datasets UI copy to data streams (#75618)
This commit is contained in:
parent
86f73cb0c2
commit
3031e66806
8 changed files with 18 additions and 18 deletions
|
@ -13,9 +13,9 @@ definitions for one or multiple inputs and each input can contain one or multipl
|
|||
With the example of the nginx Package policy, it contains two inputs: `logs` and `nginx/metrics`. Logs and metrics are collected
|
||||
differently. The `logs` input contains two streams, `access` and `error`, the `nginx/metrics` input contains the stubstatus stream.
|
||||
|
||||
## Data Stream
|
||||
## Data stream
|
||||
|
||||
Data Streams are a [new concept](https://github.com/elastic/elasticsearch/issues/53100) in Elasticsearch which simplify
|
||||
Data streams are a [new concept](https://github.com/elastic/elasticsearch/issues/53100) in Elasticsearch which simplify
|
||||
ingesting data and the setup of Elasticsearch.
|
||||
|
||||
## Elastic Agent
|
||||
|
@ -35,7 +35,7 @@ Fleet is the part of the Ingest Manager UI in Kibana that handles the part of en
|
|||
|
||||
Ingest Management + Elastic Agent follow a strict new indexing strategy: `{type}-{dataset}-{namespace}`. An example
|
||||
for this is `logs-nginx.access-default`. More details about it can be found in the Index Strategy below. All data of
|
||||
the index strategy is sent to Data Streams.
|
||||
the index strategy is sent to data streams.
|
||||
|
||||
## Input
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ export const PAGE_ROUTING_PATHS = {
|
|||
fleet_agent_details_events: '/fleet/agents/:agentId',
|
||||
fleet_agent_details_details: '/fleet/agents/:agentId/details',
|
||||
fleet_enrollment_tokens: '/fleet/enrollment-tokens',
|
||||
data_streams: '/datasets',
|
||||
data_streams: '/data-streams',
|
||||
};
|
||||
|
||||
export const pagePathGetters: {
|
||||
|
@ -80,5 +80,5 @@ export const pagePathGetters: {
|
|||
fleet_agent_details: ({ agentId, tabId }) =>
|
||||
`/fleet/agents/${agentId}${tabId ? `/${tabId}` : ''}`,
|
||||
fleet_enrollment_tokens: () => '/fleet/enrollment-tokens',
|
||||
data_streams: () => '/datasets',
|
||||
data_streams: () => '/data-streams',
|
||||
};
|
||||
|
|
|
@ -207,7 +207,7 @@ const breadcrumbGetters: {
|
|||
BASE_BREADCRUMB,
|
||||
{
|
||||
text: i18n.translate('xpack.ingestManager.breadcrumbs.datastreamsPageTitle', {
|
||||
defaultMessage: 'Datasets',
|
||||
defaultMessage: 'Data streams',
|
||||
}),
|
||||
},
|
||||
],
|
||||
|
|
|
@ -96,7 +96,7 @@ export const DefaultLayout: React.FunctionComponent<Props> = ({
|
|||
<EuiTab isSelected={section === 'data_stream'} href={getHref('data_streams')}>
|
||||
<FormattedMessage
|
||||
id="xpack.ingestManager.appNavigation.dataStreamsLinkText"
|
||||
defaultMessage="Datasets"
|
||||
defaultMessage="Data streams"
|
||||
/>
|
||||
</EuiTab>
|
||||
</EuiTabs>
|
||||
|
|
|
@ -32,7 +32,7 @@ const DataStreamListPageLayout: React.FunctionComponent = ({ children }) => (
|
|||
<h1>
|
||||
<FormattedMessage
|
||||
id="xpack.ingestManager.dataStreamList.pageTitle"
|
||||
defaultMessage="Datasets"
|
||||
defaultMessage="Data streams"
|
||||
/>
|
||||
</h1>
|
||||
</EuiText>
|
||||
|
@ -173,7 +173,7 @@ export const DataStreamListPage: React.FunctionComponent<{}> = () => {
|
|||
<h2>
|
||||
<FormattedMessage
|
||||
id="xpack.ingestManager.dataStreamList.noDataStreamsPrompt"
|
||||
defaultMessage="No datasets"
|
||||
defaultMessage="No data streams"
|
||||
/>
|
||||
</h2>
|
||||
}
|
||||
|
@ -216,14 +216,14 @@ export const DataStreamListPage: React.FunctionComponent<{}> = () => {
|
|||
isLoading ? (
|
||||
<FormattedMessage
|
||||
id="xpack.ingestManager.dataStreamList.loadingDataStreamsMessage"
|
||||
defaultMessage="Loading datasets…"
|
||||
defaultMessage="Loading data streams…"
|
||||
/>
|
||||
) : dataStreamsData && !dataStreamsData.data_streams.length ? (
|
||||
emptyPrompt
|
||||
) : (
|
||||
<FormattedMessage
|
||||
id="xpack.ingestManager.dataStreamList.noFilteredDataStreamsMessage"
|
||||
defaultMessage="No matching datasets found"
|
||||
defaultMessage="No matching data streams found"
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
@ -253,7 +253,7 @@ export const DataStreamListPage: React.FunctionComponent<{}> = () => {
|
|||
placeholder: i18n.translate(
|
||||
'xpack.ingestManager.dataStreamList.searchPlaceholderTitle',
|
||||
{
|
||||
defaultMessage: 'Filter datasets',
|
||||
defaultMessage: 'Filter data streams',
|
||||
}
|
||||
),
|
||||
incremental: true,
|
||||
|
|
|
@ -157,7 +157,7 @@ export const StandaloneInstructions: React.FunctionComponent<Props> = ({ agentPo
|
|||
<EuiText>
|
||||
<FormattedMessage
|
||||
id="xpack.ingestManager.agentEnrollment.stepCheckForDataDescription"
|
||||
defaultMessage="The agent should begin sending data. Go to Datasets to view your data."
|
||||
defaultMessage="The agent should begin sending data. Go to data streams to view your data."
|
||||
/>
|
||||
</EuiText>
|
||||
</>
|
||||
|
|
|
@ -47,14 +47,14 @@ export const OverviewDatastreamSection: React.FC = () => {
|
|||
<EuiFlexItem component="section">
|
||||
<OverviewPanel
|
||||
title={i18n.translate('xpack.ingestManager.overviewPageDataStreamsPanelTitle', {
|
||||
defaultMessage: 'Datasets',
|
||||
defaultMessage: 'Data streams',
|
||||
})}
|
||||
tooltip={i18n.translate('xpack.ingestManager.overviewPageDataStreamsPanelTooltip', {
|
||||
defaultMessage: 'Data that your agents collect are organized into various datasets.',
|
||||
defaultMessage: 'Data that your agents collect are organized into various data streams.',
|
||||
})}
|
||||
linkTo={getHref('data_streams')}
|
||||
linkToText={i18n.translate('xpack.ingestManager.overviewPageDataStreamsPanelAction', {
|
||||
defaultMessage: 'View datasets',
|
||||
defaultMessage: 'View data streams',
|
||||
})}
|
||||
>
|
||||
<OverviewStats>
|
||||
|
@ -65,7 +65,7 @@ export const OverviewDatastreamSection: React.FC = () => {
|
|||
<EuiDescriptionListTitle>
|
||||
<FormattedMessage
|
||||
id="xpack.ingestManager.overviewDatastreamTotalTitle"
|
||||
defaultMessage="Datasets"
|
||||
defaultMessage="Data streams"
|
||||
/>
|
||||
</EuiDescriptionListTitle>
|
||||
<EuiDescriptionListDescription>
|
||||
|
|
|
@ -43,7 +43,7 @@ export {
|
|||
CreatePackagePolicyResponse,
|
||||
UpdatePackagePolicyRequest,
|
||||
UpdatePackagePolicyResponse,
|
||||
// API schemas - Data Streams
|
||||
// API schemas - Data streams
|
||||
GetDataStreamsResponse,
|
||||
// API schemas - Agents
|
||||
GetAgentsResponse,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue