[ https://issues.apache.org/jira/browse/SOLR-14176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17010101#comment-17010101 ]
Kevin Risden edited comment on SOLR-14176 at 1/7/20 9:22 PM: ------------------------------------------------------------- [~jornfranke] so I checked this quickly: Downloaded Apache Solr 8.4.0 {code:java} tar zxvf solr-8.4.0.tgz cd solr-8.4.0 ./bin/solr -e cloud -noprompt {code} Opened http://localhost:8983/solr/#/~cloud?view=graph I see the following graph page: !Screen Shot 2020-01-07 at 4.21.01 PM.png! was (Author: risdenk): [~jornfranke] so I checked this quickly: Downloaded Apache Solr 8.4.0 {code:java} tar zxvf solr-8.4.0.tgz cd solr-8.4.0 ./bin/solr -e cloud -noprompt {code} Opened http://localhost:8983/solr/#/~cloud?view=graph I see the following graph page: !Screen Shot 2020-01-07 at 4.21.01 PM.png! > Graph of SolrCloud is not shown in UI > ------------------------------------- > > Key: SOLR-14176 > URL: https://issues.apache.org/jira/browse/SOLR-14176 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Components: Admin UI, SolrCloud > Affects Versions: 8.4 > Environment: Linux RHEL > Reporter: Jörn Franke > Priority: Major > Attachments: Screen Shot 2020-01-07 at 4.21.01 PM.png > > > Since 8.4 the Graph in the Admin UI (Solr Cloud) is not shown. The console > reveals that it uses the eval function which is blocked by > Content-Security-Policy (probably introduced in 8.4). > I dont want to prescribe a solution here, but you could find the eval > statement in the Admin UI and get rid of it (if possible, it might be a third > party library) or relax the CSP for this specific page. > > At the moment, the page is not usable, but this only means a limited view on > what happens in Solr - it does not affect running Solr. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org