Skip to content

Commit

Permalink
Update processes index template with new tty fields (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M authored Dec 9, 2024
1 parent efc1675 commit a17d08a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions plugins/setup/src/main/resources/index-template-processes.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,18 @@
}
}
},
"tty": {
"properties": {
"char_device": {
"properties": {
"major": {
"type": "long"
}
}
}
},
"type": "object"
},
"user": {
"properties": {
"id": {
Expand Down

0 comments on commit a17d08a

Please sign in to comment.