We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This sample data (downloaded from InfluxDB, not modified) results in invalid field and invalid tag format error:
cloudwatch_aws_ec2,ImageId=ami-xxxxxdfdd10b21371,InstanceId=i-0eee38fbfed578000,InstanceType=m5.large,PrivateDnsName=ip-172-31-16-249.eu-west-1.compute.internal,PrivateIpAddress=172.31.16.249,PublicDnsName=ec2-52-50-76-55.eu-west-1.compute.amazonaws.com,PublicIpAddress=52.50.76.55,tag:Application=backend-v3,tag:Name=backend-v3,tag:aws:autoscaling:groupName=awseb-e-upfmri2pe7-stack-AWSEBAutoScalingGroup-1EW7NCXC9WLFE,tag:aws:cloudformation:logical-id=AWSEBAutoScalingGroup,tag:aws:cloudformation:stack-id=arn:aws:cloudformation:eu-west-1:172153366055:stack/awseb-e-upfmri2pe7-stack/edcad180-58e4-11e8-b614-50faf00dccfd,tag:aws:cloudformation:stack-name=awseb-e-upfmri2pe7-stack,tag:elasticbeanstalk:environment-id=e-upfmri2pe7,tag:elasticbeanstalk:environment-name=backend-v3,unit=Percent CPUUtilization_Average=37,CPUUtilization_Maximum=37,CPUUtilization_Minimum=37,CPUUtilization_SampleCount=1,CPUUtilization_Sum=37 1570624380000000000
Response:
"unable to parse ... invalid field format\n"
"unable to parse ... invalid tag format\n"
At first, it returned invalid field format error, then I removed spaces and \ from the sample data and got invalid tag format error.
invalid field format
\
invalid tag format
The text was updated successfully, but these errors were encountered:
Thanks for this bug report. I don't have time to look into it right now, sorry.
Sorry, something went wrong.
No branches or pull requests
This sample data (downloaded from InfluxDB, not modified) results in invalid field and invalid tag format error:
cloudwatch_aws_ec2,ImageId=ami-xxxxxdfdd10b21371,InstanceId=i-0eee38fbfed578000,InstanceType=m5.large,PrivateDnsName=ip-172-31-16-249.eu-west-1.compute.internal,PrivateIpAddress=172.31.16.249,PublicDnsName=ec2-52-50-76-55.eu-west-1.compute.amazonaws.com,PublicIpAddress=52.50.76.55,tag:Application=backend-v3,tag:Name=backend-v3,tag:aws:autoscaling:groupName=awseb-e-upfmri2pe7-stack-AWSEBAutoScalingGroup-1EW7NCXC9WLFE,tag:aws:cloudformation:logical-id=AWSEBAutoScalingGroup,tag:aws:cloudformation:stack-id=arn:aws:cloudformation:eu-west-1:172153366055:stack/awseb-e-upfmri2pe7-stack/edcad180-58e4-11e8-b614-50faf00dccfd,tag:aws:cloudformation:stack-name=awseb-e-upfmri2pe7-stack,tag:elasticbeanstalk:environment-id=e-upfmri2pe7,tag:elasticbeanstalk:environment-name=backend-v3,unit=Percent CPUUtilization_Average=37,CPUUtilization_Maximum=37,CPUUtilization_Minimum=37,CPUUtilization_SampleCount=1,CPUUtilization_Sum=37 1570624380000000000
Response:
"unable to parse ... invalid field format\n"
"unable to parse ... invalid tag format\n"
At first, it returned
invalid field format
error, then I removed spaces and\
from the sample data and gotinvalid tag format
error.The text was updated successfully, but these errors were encountered: