Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.x`: - [[Auto Import] Improve log format recognition (#196228)](#196228) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ilya Nikokoshev","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-15T12:02:00Z","message":"[Auto Import] Improve log format recognition (#196228)\n\nPreviously the LLM would often select `unstructured` format for what (to\r\nour eye) clearly are CSV samples.\r\n\r\nWe add the missing line break between the log samples (which should help\r\nformat recognition in general) and change the prompt to clarify when the\r\ncomma-separated list should be treated as a `csv` and when as\r\n`structured` format.\r\n\r\nSee GitHub for examples.\r\n\r\n---------\r\n\r\nCo-authored-by: Bharat Pasupula <[email protected]>","sha":"bdc9ce932bbfa606dd1f1e188c8b32df4327a0a4","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","backport missing","v9.0.0","backport:prev-minor","Team:Security-Scalability","Feature:AutomaticImport"],"title":"[Auto Import] Improve log format recognition","number":196228,"url":"https://github.com/elastic/kibana/pull/196228","mergeCommit":{"message":"[Auto Import] Improve log format recognition (#196228)\n\nPreviously the LLM would often select `unstructured` format for what (to\r\nour eye) clearly are CSV samples.\r\n\r\nWe add the missing line break between the log samples (which should help\r\nformat recognition in general) and change the prompt to clarify when the\r\ncomma-separated list should be treated as a `csv` and when as\r\n`structured` format.\r\n\r\nSee GitHub for examples.\r\n\r\n---------\r\n\r\nCo-authored-by: Bharat Pasupula <[email protected]>","sha":"bdc9ce932bbfa606dd1f1e188c8b32df4327a0a4"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196228","number":196228,"mergeCommit":{"message":"[Auto Import] Improve log format recognition (#196228)\n\nPreviously the LLM would often select `unstructured` format for what (to\r\nour eye) clearly are CSV samples.\r\n\r\nWe add the missing line break between the log samples (which should help\r\nformat recognition in general) and change the prompt to clarify when the\r\ncomma-separated list should be treated as a `csv` and when as\r\n`structured` format.\r\n\r\nSee GitHub for examples.\r\n\r\n---------\r\n\r\nCo-authored-by: Bharat Pasupula <[email protected]>","sha":"bdc9ce932bbfa606dd1f1e188c8b32df4327a0a4"}}]}] BACKPORT--> Co-authored-by: Ilya Nikokoshev <[email protected]>
- Loading branch information