-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.json
More file actions
22 lines (22 loc) · 1.44 KB
/
config.json
File metadata and controls
22 lines (22 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"api_key_from_openai": "'<OpenAI_API_KEY>",
"api_key_from_together":"<Together_API_KEY>",
"datasets_format" : {
"HDFS": "<Date> <Time> <Pid> <Level> <Component>: <Content>",
"Hadoop": "<Date> <Time> <Level> \\[<Process>\\] <Component>: <Content>",
"Spark": "<Date> <Time> <Level> <Component>: <Content>",
"Zookeeper": "<Date> <Time> - <Level> \\[<Node>:<Component>@<Id>\\] - <Content>",
"BGL": "<Label> <Timestamp> <Date> <Node> <Time> <NodeRepeat> <Type> <Component> <Level> <Content>",
"HPC": "<LogId> <Node> <Component> <State> <Time> <Flag> <Content>",
"Thunderbird": "<Label> <Timestamp> <Date> <User> <Month> <Day> <Time> <Location> <Component>(\\[<PID>\\])?: <Content>",
"Windows": "<Date> <Time>, <Level> <Component> <Content>",
"Linux": "<Month> <Date> <Time> <Level> <Component>(\\[<PID>\\])?: <Content>",
"Android": "<Date> <Time> <Pid> <Tid> <Level> <Component>: <Content>",
"HealthApp": "<Time>\\|<Component>\\|<Pid>\\|<Content>",
"Apache": "\\[<Time>\\] \\[<Level>\\] <Content>",
"Proxifier": "\\[<Time>\\] <Program> - <Content>",
"OpenSSH": "<Date> <Day> <Time> <Component> sshd\\[<Pid>\\]: <Content>",
"OpenStack": "<Logrecord> <Date> <Time> <Pid> <Level> <Component> \\[<ADDR>\\] <Content>",
"Mac": "<Month> <Date> <Time> <User> <Component>\\[<PID>\\]( \\(<Address>\\))?: <Content>"
}
}