-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
[Feature][Engine UI] partial pages of the engine #7602
Conversation
once again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@QiaoJ-Chen These packaged dist files should not be submitted
Shall we need add test case to build ui when creating PR? |
Is there any good way to test UI? |
|
@@ -0,0 +1 @@ | |||
# Apache SeaTunnel Engine UI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the doc. How to use it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README.md has been updated
Can this feature integrate with this api #7818 to make searching logs easier. |
@@ -0,0 +1,33 @@ | |||
# Apache SeaTunnel Web UI Documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update
Line 209 in 15431c9
"seatunnel-engine/telemetry" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, it has been updated just now
The Web UI of Apache SeaTunnel offers a user-friendly interface for monitoring and managing SeaTunnel jobs. Through the Web UI, users can view real-time information on currently running jobs, finished jobs, and the status of worker and master nodes within the cluster. The main functional modules include Jobs, Workers, and Master, each providing detailed status information and operational options to help users efficiently manage and optimize their data processing workflows. | ||
![workflow.png](../../images/ui/overview.png) | ||
|
||
## Jobs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick question: How can I access it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, images was ignored, I've just resolved it
docs/en/seatunnel-engine/web-ui.md
Outdated
http. | ||
enable-http: true | ||
port: 8080 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http. | |
enable-http: true | |
port: 8080 | |
seatunnel: | |
engine: | |
http: | |
enable-http: true | |
port: 8080 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it had been updated
|
||
``` | ||
Then visit http://ip:8080/#/overview | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry,I just took care of it
docs/en/seatunnel-engine/web-ui.md
Outdated
## Access | ||
|
||
Before accessing the web ui we need to enable the http rest api. first you need to configure it in the `seatunnel.yaml` configuration file | ||
`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change `` to ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just took care of it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @QiaoJ-Chen and @liugddx!
This project is used to display engine information and has now completed the overview page, job page, and manager page.