We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ECK will support a new Beat CRD that enables to deploy and manage any Beat.
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
Existing issues
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
david-kow
No branches or pull requests
ECK will support a new Beat CRD that enables to deploy and manage any Beat.
CRD
Spec (WIP):
Work tracking
Existing issues
The text was updated successfully, but these errors were encountered: