Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add analytics plugin usage stats to _xpack/usage #54847

Closed
imotov opened this issue Apr 6, 2020 · 2 comments · Fixed by #54911
Closed

Add analytics plugin usage stats to _xpack/usage #54847

imotov opened this issue Apr 6, 2020 · 2 comments · Fixed by #54911
Assignees

Comments

@imotov
Copy link
Contributor

imotov commented Apr 6, 2020

In 7.6.2 _xpack/usage is returning

  "analytics" : {
    "available" : true,
    "enabled" : true,
    "stats" : [
      {
        "cumulative_cardinality_usage" : 0
      },
      {
        "cumulative_cardinality_usage" : 0
      },
      {
        "cumulative_cardinality_usage" : 0
      },
      {
        "cumulative_cardinality_usage" : 0
      }
    ]
  }

and in master we get:

  "analytics" : {
    "available" : true,
    "enabled" : true
  }

We should add cumulative stats for each aggregation instead.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (:Analytics/Aggregations)

@nik9000
Copy link
Member

nik9000 commented Apr 6, 2020

Oops.

imotov added a commit to imotov/elasticsearch that referenced this issue Apr 7, 2020
Adds analytics plugin usage stats to _xpack/usage.

Closes elastic#54847
imotov added a commit that referenced this issue Apr 13, 2020
Adds analytics plugin usage stats to _xpack/usage. 

Closes #54847
imotov added a commit to imotov/elasticsearch that referenced this issue Apr 14, 2020
Adds analytics plugin usage stats to _xpack/usage.

Closes elastic#54847
imotov added a commit to imotov/elasticsearch that referenced this issue Apr 14, 2020
Trivial change that removes all remaining mentions of data science plugin that
was renamed into analytics plugin.

Follow up for elastic#54847
imotov added a commit that referenced this issue Apr 14, 2020
Adds analytics plugin usage stats to _xpack/usage.

Closes #54847
imotov added a commit that referenced this issue Apr 14, 2020
Trivial change that removes all remaining mentions of data science plugin that
was renamed into analytics plugin.

Follow up for #54847
imotov added a commit to imotov/elasticsearch that referenced this issue Apr 14, 2020
Fixes several BWC issues in x_pack/usage discovered after introduction of the
bwc test.

Relates to elastic#54847
imotov added a commit that referenced this issue Apr 16, 2020
Fixes several BWC issues in x_pack/usage discovered after introduction of the
bwc test.

Relates to #54847
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants