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

Configure fields of "deletions" index for kibana #870

Closed
dr0i opened this issue Jul 6, 2018 · 2 comments
Closed

Configure fields of "deletions" index for kibana #870

dr0i opened this issue Jul 6, 2018 · 2 comments
Assignees

Comments

@dr0i
Copy link
Member

dr0i commented Jul 6, 2018

Result of hbz/lobid-gnd#66.

To create nice stats the more index fields be typed as number (or even more accurate: date) the better.
See ES-docs for possible types. There is no need to change the format of the values e.g. of the field describedBy.deleted - it seems to be sufficient to just configure the index to:

"type": "date",
"format": "yyyyMMdd"

(https://www.elastic.co/guide/en/elasticsearch/reference/5.6/date.html)

@dr0i
Copy link
Member Author

dr0i commented Jul 31, 2018

Changed the type to date and reindexed the deletion-index with the new index-config-settings.
Added upon that index a new kibana visualization "lobid-resouces: Tägliche Löschungen seit 2018-03".

@dr0i dr0i reopened this Jul 31, 2018
@dr0i dr0i assigned acka47 and unassigned dr0i Jul 31, 2018
@dr0i dr0i added the review label Jul 31, 2018
@acka47
Copy link
Contributor

acka47 commented Aug 15, 2018

+1. Closing.

@acka47 acka47 closed this as completed Aug 15, 2018
@acka47 acka47 removed the review label Aug 15, 2018
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

No branches or pull requests

2 participants