CloudWise-OpenSource / GAIA-DataSet

GAIA, with the full name Generic AIOps Atlas, is an overall dataset for analyzing operation problems such as anomaly detection, log analysis, fault localization, etc.
GNU General Public License v2.0
192 stars 32 forks source link

What are the meanings of the fields in a "business" log message? #10

Open mistycheney opened 1 year ago

mistycheney commented 1 year ago

For example in 'business_table_2021-08.csv',

the 2nd message is 2021-08-01 00:00:01,315 | INFO | 0.0.0.2 | dbservice2 | permission_operate.py -> permission_operation -> 51 | 7a379c0e7ccf9a58 | now call service:redisservice2, inst:http://0.0.0.2:9387 as a downstream service\n

the 3rd message is 2021-08-01 00:00:01,333 | INFO | 0.0.0.2 | 172.17.0.2 | dbservice2 | 7a379c0e7ccf9a58 | query = select passwards from username_table where user_name='pkiwOTAa'\n

What are the meanings of the 4th and 5th fields in a message?

Xander-cloudwise commented 1 year ago

Thank you for your concern to GAIA-Dataset. Take the 2nd message in the 'business_table_2021-08.csv' file you mentioned as an example.

2021-08-01 00:00:01,315 | INFO | 0.0.0.2 | dbservice2 | permission_operate.py -> permission_operation -> 51 | 7a379c0e7ccf9a58 | now call service:redisservice2, inst:http://0.0.0.2:9387 as a downstream service\n

The fields corresponding to the above log are as follows: Time | Log Level | Private IP | Public IP | Service Name | Trace ID | Log Message