Cant find the indexed oracle table

Hi
I have a scenario which I have to index Oracle tables in elasticsearch and visualize the KPI using them in kibana.
I have a table 1 and table 2
I have indexed them as kpi-2017.4 and kpi-2017.05 using logstash-input-jdbc .
in kibana i have an index pattern named kpi-*.
my problem is that when I wanna create visualization I only see the table 1 data and I can't create a visualization for a second newly indexed table.
any idea how should I do it? thanks

answer :slight_smile:
because my 2 tables have different fields it is not possible to index both with same index pattern. i should have one index pattern for each one.

Glad the issue is resolved. Do let us know if you have more questions.

Thanks
Rashmi

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.