Skip to content

Commit

Permalink
[Data Views] Fix small typo in README (elastic#142701)
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored and WafaaNasr committed Oct 14, 2022
1 parent 4b35900 commit 6cb08b4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/plugins/data_views/README.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
id: kibDataPlugin
slug: /kibana-dev-docs/services/data-plugin
title: Data services
image: https://source.unsplash.com/400x175/?Search
description: The data plugin contains services for searching, querying and filtering.
date: 2020-12-02
tags: ['kibana', 'dev', 'contributor', 'api docs']
id: kibDataViewsPlugin
slug: /kibana-dev-docs/services/data-views-plugin
title: Data Views services
description: The data views plugin contains services for dealing with Kibana's Data Views.
date: 2022-10-05
tags: ['kibana', 'dev', 'contributor', 'api docs', 'data views', 'has data']
---

# Data Views

The data views API provides a consistent method of structuring and formatting documents
and field lists across the various Kibana apps. Its typically used in conjunction with
and field lists across the various Kibana apps. It's typically used in conjunction with
<DocLink id="kibDevTutorialDataSearchAndSessions" section="high-level-search" text="SearchSource" /> for composing queries.

*Note: Kibana index patterns are currently being renamed to data views. There will be some naming inconsistencies until the transition is complete.*
Expand Down

0 comments on commit 6cb08b4

Please sign in to comment.