Daily Data Load

I'd like to load my video analytics data, daily.

In the past, I was very worried about the health of my cluster.
I would CRON drop the index and re-create and load data daily.
Then my cluster dies.

I am now using Elasticsearch Found service.
Do you think I will have the same issues using the service?

I need to load fresh data daily.

I guess I could upsert?

Any feedback is appreciated.

Why not just create an index a day and load it into that.
That way you also get to view historical data!

This is search engine data, I don't really need history.

Maybe I'll do that for other projects, but not the search engine.

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