You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[affiliations] Set limit author entries due to performance issues
The current limit in affiliations page was set to 500000.
This limit is too high and can cause problems since Kibana
loads all these data in memory.
The new limit has been set to 1000. Most browsers will be
able to handle this amount of information at the same time.
This commit also includes a visualization markdown with help
about Affiliations panel and why the limit has been set
to this value.
"panelsJSON": "[{\"panelIndex\":\"5\",\"gridData\":{\"x\":7,\"y\":5,\"w\":5,\"h\":9,\"i\":\"5\"},\"id\":\"affiliations_organizations_table\",\"title\":\"Organizations\",\"type\":\"visualization\",\"version\":\"6.1.0-1\"},{\"panelIndex\":\"6\",\"gridData\":{\"x\":5,\"y\":0,\"w\":7,\"h\":5,\"i\":\"6\"},\"id\":\"affiliations_authors_organizations\",\"title\":\"Authors by Organization\",\"type\":\"visualization\",\"version\":\"6.1.0-1\"},{\"panelIndex\":\"8\",\"gridData\":{\"x\":0,\"y\":5,\"w\":7,\"h\":9,\"i\":\"8\"},\"id\":\"affiliations_authors\",\"title\":\"Authors\",\"type\":\"visualization\",\"version\":\"6.1.0-1\"},{\"panelIndex\":\"9\",\"gridData\":{\"x\":0,\"y\":2,\"w\":5,\"h\":3,\"i\":\"9\"},\"id\":\"affiliations_data_sources\",\"title\":\"Data Sources\",\"type\":\"visualization\",\"version\":\"6.1.0-1\"},{\"panelIndex\":\"10\",\"gridData\":{\"x\":0,\"y\":0,\"w\":5,\"h\":2,\"i\":\"10\"},\"id\":\"99230770-e0f1-11e8-8aac-ef7fd4d8cbad\",\"title\":\"Data Source\",\"type\":\"visualization\",\"version\":\"6.1.0-1\"}]",
12
-
"release_date": "2018-11-05T13:05:40.673715",
11
+
"panelsJSON": "[{\"panelIndex\":\"5\",\"gridData\":{\"x\":7,\"y\":5,\"w\":5,\"h\":9,\"i\":\"5\"},\"id\":\"affiliations_organizations_table\",\"title\":\"Organizations\",\"type\":\"visualization\",\"version\":\"6.1.0-1\"},{\"panelIndex\":\"6\",\"gridData\":{\"x\":5,\"y\":0,\"w\":7,\"h\":5,\"i\":\"6\"},\"id\":\"affiliations_authors_organizations\",\"title\":\"Authors by Organization\",\"type\":\"visualization\",\"version\":\"6.1.0-1\"},{\"panelIndex\":\"8\",\"gridData\":{\"x\":0,\"y\":5,\"w\":7,\"h\":9,\"i\":\"8\"},\"id\":\"affiliations_authors\",\"title\":\"Authors\",\"type\":\"visualization\",\"version\":\"6.1.0-1\"},{\"panelIndex\":\"9\",\"gridData\":{\"x\":0,\"y\":2,\"w\":5,\"h\":3,\"i\":\"9\"},\"id\":\"affiliations_data_sources\",\"title\":\"Data Sources\",\"type\":\"visualization\",\"version\":\"6.1.0-1\"},{\"panelIndex\":\"10\",\"gridData\":{\"x\":0,\"y\":0,\"w\":5,\"h\":2,\"i\":\"10\"},\"id\":\"99230770-e0f1-11e8-8aac-ef7fd4d8cbad\",\"title\":\"Data Source\",\"type\":\"visualization\",\"version\":\"6.1.0-1\"},{\"title\":\"Affiliations\",\"panelIndex\":\"11\",\"gridData\":{\"x\":0,\"y\":14,\"w\":12,\"h\":2,\"i\":\"11\"},\"id\":\"8d619890-136c-11e9-8aac-ef7fd4d8cbad\",\"type\":\"visualization\",\"version\":\"6.1.0-1\"}]",
12
+
"release_date": "2019-01-08T17:54:11.563844",
13
13
"timeRestore": false,
14
14
"title": "Affiliations",
15
15
"uiStateJSON": "{\"P-5\":{\"title\":\"Organizations\",\"vis\":{\"params\":{\"config\":{\"searchKeyword\":\"\"},\"sort\":{\"columnIndex\":null,\"direction\":null}}}},\"P-6\":{\"title\":\"Authors by Organization\",\"vis\":{\"legendOpen\":true}},\"P-7\":{\"title\":\"Projects\",\"vis\":{\"params\":{\"config\":{\"searchKeyword\":\"\"},\"sort\":{\"columnIndex\":null,\"direction\":null}}}},\"P-8\":{\"title\":\"Authors\",\"vis\":{\"params\":{\"config\":{\"searchKeyword\":\"\"},\"sort\":{\"columnIndex\":null,\"direction\":null}}}},\"P-9\":{\"title\":\"Data Sources\"}}",
"visState": "{\"title\":\"affiliations_help\",\"type\":\"markdown\",\"params\":{\"fontSize\":10,\"markdown\":\"This panel shows information about identities and the organizations they are affiliated. The main purpose of this panel is to determine which identities do not have any affiliation. These identities are set to **Unknown**.\\n\\nBy default, the panel shows aggregated data of the different data sources available. Data can be filtered by data source using the tag cloud or the selector box.\\n\\n**Authors** table is **limited** to **1000** entries due to memory and transmission performance.\"},\"aggs\":[]}"
0 commit comments