Investigation Dashboard CLI Commands

Use these CLI commands to configure the Investigation Dashboard .

show solr connection_timeout

Use this command to show the current connection_timeout value.

show solr connection_timeout

show solr so_timeout

Use this command to show the current so_timeout value.

show solr so_timeout

show solr time_allowed

Use this command to show the current time_allowed value.

show solr time_allowed

store solr connection_timeout

Use this command to set the connection timeout. If the Investigation Dashboard cannot connect to the collector within the specified timeout period, no results from that collector will be returned.

store solr connection_timeout [value]

Parameter Value Description
connection_timeout integer

The timeout is expressed as a value of 0 to 2147483647 milliseconds.

The default value is 100000 milliseconds.

store solr so_timeout

Use this command to set the socket timeout.

store solr so_timeout [value]

Parameter Value Description
so_timeout integer

The timeout is expressed as a value of 0 to 2147483647 milliseconds.

The default value is 100000 milliseconds.

store solr time_allowed

Use this command to set the socket timeout.

store solr time_allowed [value]

Parameter Value Description
time_allowed integer

The timeout is expressed as a value of 0 to 2147483647 milliseconds.

The default value is 90000 milliseconds.

Note: Deep search uses 10x (ten times) the time_allowed value.