Hi I'm trying to grab JVM metrics from
-mbean: 'mbean:type=FormatStatus,client=Client,format=Format,ftp=FtpId,FtpProtocol=sftp,FtpServer=server,FtpPort=22,dir=directory,filename=file.txt'
attributes:
- attr: LastError
field: lasterror
field_type: string
- attr: LastFile
field: lastfile
field_type: string
- attr: LastFileBlankLines
field: lastfileblanklines
field_type: integer
- attr: LastFileError
field: lastfileerror
field_type: string
- attr: LastFileFailedRecords
field: lastfilefailedrecords
field_type: integer
- attr: LastFileLines
field: lastfilelines
field_type: integer
- attr: LastFileLoadTimeMilliseconds
field: lastfileloadtimemiliseconds
field_type: integer
- attr: LastFileLoadedRecords
field: lastfileloadedrecords
field_type: integer
- attr: LastFileLoadedRecordsPerSecond
field: lastfileloadedrecordspersecond
field_type: integer
- attr: Name
field: name
field_type: string
- attr: Status
field: status
field_type: string
but it says no key found is there a way I can manually create the key? Does it mean that I need to add it to the template?