-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Packetbeat setup error #15512
Comments
This is happening on oss and default packages - ./packetbeat version Snapshot version: Kibana version: Elasticsearch version: 2020-01-14T00:01:30.643Z ERROR instance/beat.go:921 Exiting: error generating index pattern: field <tls.version> is duplicated, remove it or set 'overwrite: true', {Name:version Type:keyword Description:The version of the TLS protocol used. cc: @ycombinator |
I can confirm that this is indeed a bug. I'm able to reproduce it on
|
Yes, doing a git bisect, it looks like the bug was introduced in #14844. |
It looks like this was broken during the period of time between #14844 and #15497 was merged, which makes sense, because the first adds a new It shouldn't happen anymore since #15497 was merged, and indeed it doesn't fail for me. @ycombinator can you confirm with an updated master branch? I will add a system-tests that invokes |
Yes, pulled down |
Thanks @ycombinator @adriansr -- so next master snapshot should pass for me too. Also please note this fix needs to be backported to 7.x. |
./packetbeat setup
Overwriting ILM policy is disabled. Set
setup.ilm.overwrite:true
for enabling.Index setup finished.
Loading dashboards (Kibana must be running and reachable)
Exiting: error generating index pattern: field <tls.version> is duplicated, remove it or set 'overwrite: true', {Name:version Type:keyword Description:The version of the TLS protocol used.
Format: Fields:[] MultiFields:[] Enabled: Analyzer: SearchAnalyzer: Norms:false Dynamic:{Value:} Index: DocValues: CopyTo: IgnoreAbove:0 AliasPath: MigrationAlias:false Dimension: ObjectType: ObjectTypeMappingType: ScalingFactor:0 ObjectTypeParams:[] Analyzed: Count:0 Searchable: Aggregatable: Script: Pattern: InputFormat: OutputFormat: OutputPrecision: LabelTemplate: UrlTemplate:[] OpenLinkInCurrentTab: Overwrite:false DefaultField: Path:tls.version}, {"aggregatable":true,"analyzed":false,"count":0,"doc_values":true,"indexed":true,"name":"tls.version","scripted":false,"searchable":true,"type":"string"}
I am getting the above error running packetbeat setup, not sure what it means, can someone help?
It was not doing this before, so not sure if it is a bug or change in behavior.
The text was updated successfully, but these errors were encountered: