setloglevel insight

Sets the log level on the insight service. Permissions required: fc or a.

CAUTION
This command must be run under the supervision of HPE support.

Syntax

CLI

maprcli setloglevel insight
    [ -classname name of the Java class for which log level should be set]
     -loglevel Log Level: FATAL|ERROR|WARN|INFO|DEBUG|TRACE
    [ -node address of the node]
    [ -port Insight port. set to 8010 by default ]

REST

Request Type POST
Request URL
http[s]://<host>:<port>/rest/setloglevel/insight?<parameters>

Parameters

Option Description
classname The name of the class for which to set the log level. The class can be at the package level or a specific class. Contact HPE Support for this parameter.
loglevel The log level to set. Default: INFO
  • DEBUG
  • ERROR
  • FATAL
  • INFO
  • TRACE
  • WARN
node The hostname or IP address of the node on which to set the log level. This is the node on which the insight service is running.
port The port on which the insight service runs. Default: 8010

Example

maprcli setloglevel insight -classname com.mapr.fs.insight -loglevel DEBUG -node 10.123.165.12
https://server.sj.us:8443/rest/setloglevel/insight?classname=com.mapr.fs.insight&loglevel=debug&node=10.123.165.12