Skip to content
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

[ES] Merge all the CSV types into a single one #1

Open
da115115 opened this issue Mar 21, 2020 · 0 comments
Open

[ES] Merge all the CSV types into a single one #1

da115115 opened this issue Mar 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@da115115
Copy link
Member

da115115 commented Mar 21, 2020

As of March 2020, the resulting CSV data files have various formats. Dumping the corresponding content into Elasticsearch (ES) would force to have almost an index per CSV file type, which would slightly defeat the interest of using ES. Rather, it seems better to merge all the CSV file types into a single format, allowing to get a single ES index. Then, every CSV file will be tagged with their respective checking intent. The search and time-series analysis will be much easier.

So, the next step is to merge all the formats of the CSV files.

@da115115 da115115 added the enhancement New feature or request label Mar 21, 2020
da115115 added a commit that referenced this issue Mar 21, 2020
da115115 added a commit that referenced this issue Mar 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant