ES/Kibana login: admin or elastic via lab credentials

This commit is contained in:
mo
2026-06-25 00:59:16 +00:00
parent c9faa517d1
commit d4538a002f
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ export function SearchView() {
<Search className="h-4 w-4 text-docker" />
Elasticsearch & Kibana
</h2>
<p className="text-[10px] text-foreground-muted">atc-elastic01 · 10.0.21.46 · cluster atc-lakehouse</p>
<p className="text-[10px] text-foreground-muted">atc-elastic01 · 10.0.21.46 · login: admin or elastic</p>
</div>
<div className="flex gap-2">
{kb?.ui_url && (
@@ -96,7 +96,7 @@ export function SearchView() {
value={query}
onChange={(e) => setQuery(e.target.value)}
onKeyDown={(e) => e.key === 'Enter' && onSearch()}
placeholder="Search indices (requires ELASTIC_PASSWORD)…"
placeholder="Search indices…"
className="min-w-0 flex-1 rounded border border-border bg-surface-overlay px-3 py-2 text-[12px]"
/>
<button type="button" onClick={onSearch} className={cn('rounded px-3 py-2 text-[11px]', subTabActive)}>Search</button>