Skip to content

Add telemetery for data streams#59433

Merged
dakrone merged 1 commit intoelastic:masterfrom
dakrone:ds-add-telemetry2
Jul 13, 2020
Merged

Add telemetery for data streams#59433
dakrone merged 1 commit intoelastic:masterfrom
dakrone:ds-add-telemetry2

Conversation

@dakrone
Copy link
Copy Markdown
Member

@dakrone dakrone commented Jul 13, 2020

This commit adds data stream info to the /_xpack and /_xpack/usage APIs. Currently the usage is
pretty minimal, returning only the number of data streams and the number of indices currently
abstracted by a data stream:

  ...
  "data_streams" : {
    "available" : true,
    "enabled" : true,
    "data_streams" : 3,
    "indices_count" : 17
  }
  ...

This commit adds data stream info to the `/_xpack` and `/_xpack/usage` APIs. Currently the usage is
pretty minimal, returning only the number of data streams and the number of indices currently
abstracted by a data stream:

```
  ...
  "data_streams" : {
    "available" : true,
    "enabled" : true,
    "data_streams" : 3,
    "indices_count" : 17
  }
  ...
```
@dakrone dakrone added v8.0.0 :StorageEngine/Data streams Data streams and their lifecycles v7.9.0 labels Jul 13, 2020
@dakrone dakrone requested review from danhermann and martijnvg July 13, 2020 16:09
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-core-features (:Core/Features/Data streams)

@elasticmachine elasticmachine added the Team:Data Management (obsolete) DO NOT USE. This team no longer exists. label Jul 13, 2020
Copy link
Copy Markdown
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dakrone dakrone merged commit d543c27 into elastic:master Jul 13, 2020
@dakrone dakrone deleted the ds-add-telemetry2 branch July 13, 2020 18:12
dakrone added a commit to dakrone/elasticsearch that referenced this pull request Jul 13, 2020
This commit adds data stream info to the `/_xpack` and `/_xpack/usage` APIs. Currently the usage is
pretty minimal, returning only the number of data streams and the number of indices currently
abstracted by a data stream:

```
  ...
  "data_streams" : {
    "available" : true,
    "enabled" : true,
    "data_streams" : 3,
    "indices_count" : 17
  }
  ...
```
dakrone added a commit that referenced this pull request Jul 13, 2020
This commit adds data stream info to the `/_xpack` and `/_xpack/usage` APIs. Currently the usage is
pretty minimal, returning only the number of data streams and the number of indices currently
abstracted by a data stream:

```
  ...
  "data_streams" : {
    "available" : true,
    "enabled" : true,
    "data_streams" : 3,
    "indices_count" : 17
  }
  ...
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:StorageEngine/Data streams Data streams and their lifecycles Team:Data Management (obsolete) DO NOT USE. This team no longer exists. v7.9.0 v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants