elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.82k stars 8.21k forks source link

Identify customer churn #156336

Open CohenIdo opened 1 year ago

CohenIdo commented 1 year ago

Motivation As part of exploring our product adoption we would like to have a tool which will indicate on customer churn. To support it In https://github.com/elastic/security-team/issues/5829 we added to cloud_security_posture telemetry payload a section which indicates how many packages policies contains the cloud posture integration and how many agents contains those package policies:

    cspm: {
      status: { type: 'keyword' },
      installedPackagePolicies: { type: 'long' },
      healthyAgents: { type: 'long' },
    },
    kspm: {
      status: { type: 'keyword' },
      installedPackagePolicies: { type: 'long' },
      healthyAgents: { type: 'long' },
    },
    vuln_mgmt: {
      status: { type: 'keyword' },
      installedPackagePolicies: { type: 'long' },
      healthyAgents: { type: 'long' },
    },

Customer who had our package policies installed with running agents and later removed our package from his package policies is considered churn.

Definition of done

Related tasks/epics

elasticmachine commented 1 year ago

Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security)

tehilashn commented 1 year ago

@kfirpeled - I see this task did not get in to "sprint 25". does it mean it will not get in to 8.9?

kfirpeled commented 1 year ago

probably not, moved candidate to next release