Trying to configure NOM Agent as Service on windows server on the same host where NOM Server is running
Agent installed with command : agent service install
Environment Variable set as Registry
CONFIG_SERVER_ADDRESS="localhost:9090"
CONFIG_TOKEN_URL="https://localhost:8080/api/login/agent"
CONFIG_TOKEN_CLIENT_ID="062d0f1a-1b0d-441d-b547-88f388a3d468"
CONFIG_TOKEN_CLIENT_SECRET="ZWodPVBbl7YoLfNgS9CNV8EQb4m06IcIfxh6iA2PRmn9MBBQJ4rOSqtzfBxM3WI6"
CONFIG_TLS_TRUSTED_CERTS="C:\NOM\certificates"
CONFIG_LOG_FILE="C:\NOM\agents\logs\log.txt"
CONFIG_INSTANCE_1_NAME="nflows_1"
CONFIG_INSTANCE_1_BOLT_URI="bolt://localhost:7687"
CONFIG_INSTANCE_1_BOLT_USERNAME="neo4j"
CONFIG_INSTANCE_1_BOLT_PASSWORD="12345678"
CONFIG_INSTANCE_1_QUERY_LOG_PORT=9500
CONFIG_INSTANCE_1_LOG_CONFIG_PATH="C:\neo4j5\conf\server-logs.xml"
Command executed : agent service start
Agent Status in NOM server
Please help/guide if any mistake in agent configuration