Add complete attribute to .fleet-agents docs#127651
Conversation
|
Pinging @elastic/es-core-infra (Team:Core/Infra) |
|
Hi @pkoutsovasilis, I've created a changelog YAML for you. |
complete attribute to .fleet-agents docs
|
@juliaElastic / @nchaulet mind taking a look? Adding you both I see you've edited this file in the past, and I see that you're on the fleet team. I'll remove core/infra as this isn't in our purview. Thank you! |
|
@elasticmachine test this please |
* Add snapshot attribute to .fleet-agents docs * Update docs/changelog/127651.yaml * Fix changelog summary --------- Co-authored-by: Eric Beahan <eric.beahan@elastic.co>
* Add snapshot attribute to .fleet-agents docs * Update docs/changelog/127651.yaml * Fix changelog summary --------- Co-authored-by: Eric Beahan <eric.beahan@elastic.co>
|
Hello @pkoutsovasilis / @nchaulet / @juliaElastic |
|
@lucabelluccini 👋 Apologies, I’m not sure how I missed this earlier. {
"error": {
"root_cause": [
{
"type": "illegal_state_exception",
"reason": "Cannot update mappings in [.fleet-agents-7]: system indices can only use mappings from their descriptors, but the mappings in the request [{\"properties\":{\"local_metadata\":{\"properties\":{\"panos\":{\"type\":\"keyword\"}}}}}] did not match those in the descriptor(s)"
}
],
"type": "illegal_state_exception",
"reason": "Cannot update mappings in [.fleet-agents-7]: system indices can only use mappings from their descriptors, but the mappings in the request [{\"properties\":{\"local_metadata\":{\"properties\":{\"panos\":{\"type\":\"keyword\"}}}}}] did not match those in the descriptor(s)"
},
"status": 500
}Unless there’s an undocumented escape hatch, I don’t believe system indices can be updated this way - they’re locked to the mappings defined in their descriptors. |
|
Hello @pkoutsovasilis - Thanks. |
|
Hello @pkoutsovasilis - we need to port this to 8.19.x branch and 8.17.x branches - I think this is mandatory given our new release cadence. |
|
@lucabelluccini thanks for catching that. I am gonna try to add the respective backport labels, but I don't have experience with this repo. I will also tag @ebeahan for awareness here |
|
and nothing happens after adding the labels... @michel-laterman @juliaElastic @nchaulet guys any ideas? |
|
Not sure about the auto backporting. If needed, this is the guidance for manually triggering them: You can use sqren/backport to manually backport by running |
|
I'm guessing the automated backporting only works on version labels added before the merge? |
Yes that's right. You'll need to create the backport PRs manually now, unfortunately. |
* Add snapshot attribute to .fleet-agents docs * Update docs/changelog/127651.yaml * Fix changelog summary --------- Co-authored-by: Eric Beahan <eric.beahan@elastic.co>
|
@rjernst could you tell me, if you know, which gh label I should add in my backport PRs so the automated tool doesn't generate a new changelog for them? or maybe I should allow the automation to handle the changelog and I include only the index change there? |
|
Backport PRs just need |
|
ok all backports are merged, after some retrying magic, thanks everybody for your help and guidance |
* upstream/8.19: [8.19] Fix MergeWithLowDiskSpaceIT testRelocationWhileForceMerging (elastic#132913) Allow the test to also accept partial, this seems to be normal (elastic#132614) (elastic#132949) Add `complete` attribute to .fleet-agents docs (elastic#127651) (elastic#132903) [8.19] docs: add 429 semantic_text troubleshooting (elastic#132747) Reduce logging levels for meter usage tests (elastic#131935) (elastic#131942) Add 8.19.2 Connectors release notes (elastic#132714)
This PR adds
completeattribute to .fleet-agents docs that was introduced by this PR