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

[META] Beat CRD #3040

Closed
david-kow opened this issue May 12, 2020 · 1 comment
Closed

[META] Beat CRD #3040

david-kow opened this issue May 12, 2020 · 1 comment
Assignees
Labels
>feature Adds or discusses adding a feature to the product v1.2.0

Comments

@david-kow
Copy link
Contributor

david-kow commented May 12, 2020

ECK will support a new Beat CRD that enables to deploy and manage any Beat.

CRD

Spec (WIP):

apiVersion: beat.k8s.elastic.co/v1beta1
kind: Beat
metadata: ...
spec:
  type: filebeat

  elasticsearchRef:
    name: quickstart
    namespace: default
  version: 7.6.0
  image: ...
  serviceAccountName: sa-name
  
  preset: filebeat-k8s-autodiscover

  config: {}

  secureSettings:
  - secretName: my-secret

  daemonSet:
    podTemplate:
      containers:
      - name: filebeat

  # Alternatively to daemonSet:
  #deployment:
  #  podTemplate:
  #    containers:
  #    - name: metricbeat

Work tracking

Existing issues

@david-kow david-kow added >feature Adds or discusses adding a feature to the product v1.2.0 labels May 12, 2020
@david-kow david-kow self-assigned this May 12, 2020
This was referenced May 12, 2020
@pebrc pebrc mentioned this issue May 26, 2020
3 tasks
@pebrc pebrc added the :beats label Jun 8, 2020
@david-kow
Copy link
Contributor Author

As main work items for Beat CRD are closed, I'm closing this meta issue. Bugs and future improvements will be tracked in separate issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>feature Adds or discusses adding a feature to the product v1.2.0
Projects
None yet
Development

No branches or pull requests

2 participants