Icon Gallery

A gallery of all the icons in use in stroom for reference.

This page can be used as a reference for finding icons and their filenames to use them in the documentation.

See here for how to add icons to pages.

General icons

General icons used in Stroom.

Example: {{< stroom-icon "edit.svg" >}}

Pipeline element icons

Icons used for the different pipeline elements.

Base path: pipeline
Example: {{< stroom-icon "pipeline/stream.svg" >}}

Document type icons

Icons used for the different document entity types, i.e. those seen in the explorer tree.

Base path: document
Example: {{< stroom-icon "document/Index.svg" >}}

Table column icons

Icons used on the Dashboard and Query table columns.

Base path: fields.

Menu items with icons that are available for use with the stroom-menu shortcode.

API Keys
Add
Add Tags
Add to Favourites
Analytic Rule
AnnotationWriter
Application Permissions
BOMRemovalFilterInput
BadTextXMLFilterReader
Caches
Change password
Close
Close All
CombinedParser
Copy
Copy Link to Clipboard
DSParser
Dashboard
Data Retention
Data Volumes
Database Tables
Delete
Dependants
Dependencies
Dictionary
DynamicIndexingFilter
DynamicSearchResultOutputFilter
Edit Tags
Elastic Cluster
Elastic Index
ElasticIndexingFilter
Export
Feed
FileAppender
Find
Find In Content
FindReplaceFilter
Folder
Hadoop logoimage/svg+xmlHadoop logo
HDFSFileAppender
HTTPAppender
Help
HttpPostFilter
image/svg+xml
IdEnrichmentFilter
Import
Index Volumes
IndexingFilter
Info
InvalidCharFilterReader
InvalidXMLCharFilterReader
JSONParser
JSONWriter
Jobs
Kafka Configuration
Logout
Lucene Index
Move
New
Nodes
Permissions
Pipeline
Preferences
Properties
Reader
Recent Items
RecordCountFilter
RecordOutputFilter
ReferenceDataFilter
Remove
Remove Tags
Remove from Favourites
Rename
Restore
RollingFileAppender
RollingStreamAppender
SafeXMLFilter
Save
Save All
SchemaFilter
Script
SearchResultOutputFilter
Server Tasks
Solr Index
SolrIndexingFilter
Source
SplitFilter
StandardKafkaProducer
Statistic Store
StatisticsFilter
StreamAppender
Stroom-Stats Store
StroomStatsAppender
StroomStatsFilter
Text Converter
TextWriter
User Permissions
Users
Visualisation
XML Schema
XMLFragmentParser
XMLParser
XMLWriter
image/svg+xml
XPathExtractionOutputFilter
XSL Translation
XSLTFilter

Pipeline elements

Pipeline elements that are available for use with the pipe-elm and pipe shortcodes.

Icons

This gallery of icons can be updated by running the following script which will copy all the icons from the stroom repository. You should ensure your local stroom repository is up to date and on the correct branch before running this.

./update_stroom_icons.sh <stroom repo root>

e.g.

./update_stroom_icons.sh ../v7stroom/

To update the available menu items edit the shortcode file layouts/shortcodes/stroom-menu.html and modify the icon_map variable.

Pipeline elements

To update the available pipeline elements edit the shortcode file layouts/shortcodes/pipe-elm.html and modify the element_map variable.

Last modified May 3, 2024: Add docs on internal links. (8fbdbc8)