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

Update index patterns #456

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

zhquan
Copy link
Member

@zhquan zhquan commented Jul 7, 2020

Include Bugzilla fields and other missing fields for:

  • affiliations-index-pattern.json
  • all_enriched_tickets-index-pattern.json

Signed-off-by: Quan Zhou [email protected]

Include Bugzilla fields and other missing fields.

Signed-off-by: Quan Zhou <[email protected]>
Include Bugzilla fields and other missing fields.

Signed-off-by: Quan Zhou <[email protected]>
Copy link
Contributor

@alpgarcia alpgarcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some conflicts that need to be solved before approving this PR:

{\"name\":\"tz\",\"type\":\"conflict\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false,\"conflictDescriptions\":{

\"keyword\":[\...\"],

\"long\":[\...\"]}}
  • tz seems to have keyword type in mattermost while it has long type in the rest.
{\"name\":\"changeset_number\",\"type\":\"conflict\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false,\"conflictDescriptions\":{

\"keyword\":[\"...\"],

\"long\":[\"...\"]}}
  • changeset_number seems to have different types in different gerrit indexes. Probably one of them is old and needs to be removed from the alias .
{\"name\":\"patchset_number\",\"type\":\"conflict\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false,\"conflictDescriptions\":{

\"keyword\":[\"...\"],

\"long\":[\"...\"]}}
  • patchset_number seems to have different types in different gerrit indexes. Probably one of them is old and needs to be removed from the alias .
{\"name\":\"channel_created\",\"type\":\"conflict\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false,\"conflictDescriptions\":{

\"date\":[\"...\"],

\"long\":[\"...\"]}}
  • channel_created seems to be a timestamp, but stored with different data types.
{\"name\":\"id\",\"type\":\"conflict\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false,\"conflictDescriptions\":{

\"keyword\":[\"..."],

\"long\":[\"...\"]}}
  • id conflict could be not possible to solve depending on the underlying data.
{\"name\":\"id_in_repo\",\"type\":\"conflict\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":false,\"conflictDescriptions\":{

\"keyword\":[\"...\"],

\"long\":[\"...\"]}}
  • id_in_repo seems to create the same conflict as id.

@alpgarcia alpgarcia linked an issue Aug 17, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Affiliations index pattern is outdated
2 participants