mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-04 21:28:10 +08:00
53 lines
1005 B
JSON
53 lines
1005 B
JSON
{
|
|
"title": "ognl",
|
|
"description": "ognl",
|
|
"difficulty": "master",
|
|
"time": "10-20 minutes",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Start demo",
|
|
"text": "start-demo.md"
|
|
},
|
|
{
|
|
"title": "Start arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "ognl Details",
|
|
"text": "ognl.md"
|
|
},
|
|
{
|
|
"title": "Case: Change Logger Level",
|
|
"text": "case-ognl-update-logger-level.md"
|
|
},
|
|
{
|
|
"title": "Case: Troubleshoot logger conflicts",
|
|
"text": "case-logger-config-problem.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
},
|
|
"assets": {
|
|
"host01": []
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal",
|
|
"showdashboard": true,
|
|
"dashboards": [
|
|
{
|
|
"name": "Web Port 80",
|
|
"port": 80
|
|
}
|
|
]
|
|
},
|
|
"backend": {
|
|
"imageid": "java",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
} |