Major Changes in Earlier 6.X Versions: Fromnode Source Target Sourcenode Targetnode
Major Changes in Earlier 6.X Versions: Fromnode Source Target Sourcenode Targetnode
The path to the Solr Admin UI given above is http://hostname:port/solr, which redirects
to http://hostname:port/solr/#/ in the current version. A convenience redirect is also
supported, so simply accessing the Admin UI at http://hostname:port/ will also redirect
to http://hostname:port/solr/#/.
Login Screen
If authentication has been enabled, Solr will present a login screen to unauthenticated users
before allowing
them further access to the Admin UI.
Login Screen
This login screen currently only works with Basic Authentication. See the section Basic
Authentication Plugin
for details on how to configure Solr to use this method of authentication.
If Kerberos is enabled and the user has a valid ticket, the login screen will be skipped.
However, if the user
does not have a valid ticket, they will see a message that they need to obtain a valid ticket
before continuing.
Getting Assistance
At the bottom of each screen of the Admin UI is a set of links that can be used to get more
assistance with
configuring and using Solr.
Assistance icons
Page 116 of 1426 Apache Solr Reference Guide 7.7
Guide Version 7.7 - Published: 2019-03-04 c 2019, Apache Software Foundation
These icons include the following links.
Link Description
Documentation Navigates to the Apache Solr documentation hosted on
https://lucene.apache.org/solr/.
Issue Tracker Navigates to the JIRA issue tracking server for the Apache Solr project. This
server resides at https://issues.apache.org/jira/browse/SOLR.
IRC Channel Navigates to Solr’s IRC live-chat room: http://webchat.freenode.net/?
channels=#solr.
Community forum Navigates to the Apache Wiki page which has further information about ways to
engage in the Solr User community mailing lists: https://wiki.apache.org/solr/
UsingMailingLists.
Solr Query Syntax Navigates to the section Query Syntax and Parsing in this Reference Guide.
These links cannot be modified without editing the index.html in the server/solr/solr-
webapp directory
that contains the Admin UI files.
Apache Solr Reference Guide 7.7 Page 117 of 1426
c 2019, Apache Software Foundation Guide Version 7.7 - Published: 2019-03-04
Logging
The Logging page shows recent messages logged by this Solr node.
When you click the link for "Logging", a page similar to the one below will be displayed:
The Main Logging Screen, including an example of an error due to a bad document sent by a
client
While this example shows logged messages for only one core, if you have multiple cores in a
single instance,
they will each be listed, with the level for each.
Selecting a Logging Level
When you select the Level link on the left, you see the hierarchy of classpaths and
classnames for your
instance. A row highlighted in yellow indicates that the class has logging capabilities.
Click on a highlighted
row, and a menu will appear to allow you to change the log level for that class. Characters
in boldface
indicate that the class will not be affected by level changes to root.
Log level selection
For an explanation of the various logging levels, see Configuring Logging.
Page 118 of 1426 Apache Solr Reference Guide 7.7
Guide Version 7.7 - Published: 2019-03-04 c 2019, Apache Software Foundation
Cloud Screens
When running in SolrCloud mode, a "Cloud" option will appear in the Admin UI between Logging
and
Collections.
This screen provides status information about each collection & node in your cluster, as well
as access to the
low level data being stored in ZooKeeper.
Graph Views
The "Graph" view shows a graph of each collection, the shards that make up those collections,
and the
addresses and type ("NRT", "TLOG" or "PULL") of each replica for each shard.
This example shows a simple cluster. In addition to the 2 shard, 2 replica "gettingstarted"
collection, there is
an additional "tlog" collection consisting of mixed TLOG and PULL replica types.
Apache Solr Reference Guide 7.7 Page 121 of 1426
c 2019, Apache Software Foundation Guide Version 7.7 - Published: 2019-03-04
Tooltips appear when hovering over each replica giving additional information.
The "Graph (Radial)" option provides a different visual view of each node. Using the same
example cluster,
the radial graph view looks like:
Page 122 of 1426 Apache Solr Reference Guide 7.7
Guide Version 7.7 - Published: 2019-03-04 c 2019, Apache Software Foundation
Apache Solr Reference Guide 7.7 Page 123 of 1426
c 2019, Apache Software Foundation Guide Version 7.7 - Published: 2019-03-04
Collections / Core Admin
The Collections screen provides some basic functionality for managing your Collections,
powered by the
Collections API.
If you are running a single node Solr instance, you will not see a Collections option in the
left nav menu of the Admin UI.
You will instead see a "Core Admin" screen that supports some comparable Core level
information & manipulation via the CoreAdmin API instead.
The main display of this page provides a list of collections that exist in your cluster.
Clicking on a collection
name provides some basic metadata about how the collection is defined, and its current shards
& replicas,
with options for adding and deleting individual replicas.
The buttons at the top of the screen let you make various collection level changes to your
cluster, from add
new collections or aliases to reloading or deleting a single collection.
Replicas can be deleted by clicking the red "X" next to the replica name.
If the shard is inactive, for example after a SPLITSHARD action, an option to delete the
shard will appear as a
red "X" next to the shard name.
Page 124 of 1426 Apache Solr Reference Guide 7.7
Guide Version 7.7 - Published: 2019-03-04 c 2019, Apache Software Foundation
Apache Solr Reference Guide 7.7 Page 125 of 1426
c 2019, Apache Software Foundation Guide Version 7.7 - Published: 2019-03-04
Java Properties
The Java Properties screen provides easy access to one of the most essential components of a
topperforming
Solr systems. With the Java Properties screen, you can see all the properties of the JVM
running
Solr, including the class paths, file encodings, JVM memory settings, operating system, and
more.
Java Properties Screen
Page 126 of 1426 Apache Solr Reference Guide 7.7
Guide Version 7.7 - Published: 2019-03-04 c 2019, Apache Software Foundation
Thread Dump
The Thread Dump screen lets you inspect the currently active threads on your server.
Each thread is listed and access to the stacktraces is available where applicable. Icons to
the left indicate the
state of the thread: for example, threads with a green check-mark in a green circle are in a
"RUNNABLE"
state. On the right of the thread name, a down-arrow means you can expand to see the
stacktrace for that
thread.
List of Threads